body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: #E2EAEB;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

form, ul, ol, h1, h2, h3, h4, h5, h6 { 
	padding-top:2px; 
	padding-bottom:2px; 
	margin-top:2px; 
	margin-bottom:2px; 
}

p {margin:0px;}


a{
	font-weight: bold;
	text-decoration: none;
}
a, .blue{color: #789DAB;}
.red {color:#CD0201}

h1, h2, h3, h4, h5, h6 {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;	
}

h1 {font-size: 32px;}
h2 {font-size: 25px;}
h3 {font-size: 22px;}
h4 {font-size: 16px;}
h5 {font-size: 13px; font-weight:bold;}
h6 {font-size: 11px; font-weight:bold;}

.fs13 {font-size: 13px;}
.fs12 {font-size: 12px;}
.fs11 {font-size: 11px;}

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; }

.orange_header{
			border:1px solid #F1AA74;
			background-color: #EB8334;
			height: auto;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #FFFFFF;
			font-weight: bold;
			text-align: left;
			width: 303px;
			padding: 5px;
}

.float_l {
	float: left;
	margin-right: 12px;
}
.float_r {
	float: right;
	margin-left: 12px;
}

#maincontainer{
width: 989px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
	height: 154px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#logo{
	position: absolute;
	left: 26px;
	bottom: 0px;
}
#cssMenu1{
	position: absolute;
	left: 358px;
	bottom: 31px;
}
#cssMenu2{
	position: absolute;
	left: 306px;
	bottom: 0px;
}

#contentwrapper{
	float: left;
	width: 100%;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#contentwrapper_inner{
	background-image: url(../images/content_bg-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

#content_top{
	position: relative;
	padding: 11px 109px;
}
#text_top{
	position: absolute;
	right: 217px !important;
	right: 216px;
	top: 0px;
}
#open-01{
	position: absolute;
	right: 0px !important;
	right: -1px;
	top: 0px;
}
#open-02{
	position: absolute;
	right: 0px !important;
	right: -1px;
	top: 0px;
}

#content{
	padding: 21px 57px 0px;
}

#footer{
	clear: left;
	height: 68px;
	padding: 15px 121px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #BBBAB8;
	background-image: url(../images/bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.register {
	text-align: center;
}

.fs16 {font-size:16px; font-weight:bold;}