@charset "utf-8";
/* CSS Document */


/*The following code is to create the rounded corner box*/
#liquid-round {
	width:100%;
	margin:0px auto;
	background:#FFFFFF;
	background-image:url(../Assets/GIF/leftside.gif.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 

.top {
	width:100%;
	height:20px;
	background-image:url(../Assets/GIF/top.gif.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
.top span {
	display:block;
	position:relative;
	height:20px;
	background-image:url(../Assets/GIF/top-right.gif.gif);
	background-repeat: no-repeat;
	background-position: right top;
} 
.center-content {
	position:relative;
	background-image:url(../Assets/GIF/rightside.gif.gif);
	background-repeat:repeat-y;
	background-position: right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -50px 0;
} 

.bottom {
	height:60px;
	background-image:url(../Assets/GIF/bottom.gif.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
.bottom span {
	display:block;
	position:relative;
	height:60px;
	background-image:url(../Assets/GIF/bottom-right.gif.gif); 
	background-repeat:no-repeat;
	background-position:right top;
} 
/*END rounded corner box*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColElsCtr #container {
	width: 860px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.headline
{
	font-family: Gill Sans, Verdana;
	font-size: 13px;
	color: FCB034;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;

}
.subhead
{
	font-family: Gill Sans, Verdana;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

.pagelabel
{
	font-family: Gill Sans, Verdana;
	font-size: 22px;
	color: #333333;
	line-height: normal;
	text-transform: uppercase;
	text-align:left;
	letter-spacing: 2px;
	line-height:normal;
	font-weight: bold;
}

.PARAGRAPH
{
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.03em;
	margin-top: 0.5em;
	color: #666666;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #666666;
}
a {
text-decoration:none;
}
.style1 {color: #FF6600}
.style2 {font-family: Gill Sans, Verdana; font-size: 10px; color: #FF6600; line-height: 14px; text-transform: uppercase; letter-spacing: 2px; font-weight: bold; }

