body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	background:#FFFFFF url(../images/common/mainbg.jpg) top left repeat-x;
}

#maincont {
	width:960px;
	margin:0 auto;
}
#header {
	width:960px;
	background:transparent url(../images/common/headerbg.jpg) top left no-repeat;
	height:136px;
	padding:0 0 5px 0;
	float:left;
}
#logo {
	width:401px;
	height:102px;
	float:left;
	margin:0 0 0 15px;
	clear:both;
}
#txtheader {
	width:518px;
	height:92px;
	float:left;
	text-align:right;
	padding:10px 8px 0 0 ;
	color: #C6E2FF;
}
#ctrtop {
	width:960px;
	background:transparent url(../images/common/ctr-top.jpg) bottom left no-repeat;
	height:8px;
	margin:5px 0 0 0;
	padding:0;
	float:left;
}
#ctrcont{
	width:940px;
	background:transparent url(../images/common/ctrbg.jpg) top left repeat-y;
	margin:0;
	padding:5px 10px;
	color:#FFFFFF;
	float:left;
	float:left;
}
.ctrtxt{
	width:700px;
	float:left;
	margin:0 20px 0 0;
	}
#footer {
	width:960px;
	background:transparent url(../images/common/ctr-bot.jpg) top left no-repeat;
	height:30px;
	margin:0 0 15px 0;
	padding:15px 0 0 0;
	text-align:center;
	color:#666666;
	font-size:11px;
	float:left;
	line-height:18px;
}
#footer a:link{
	color:#666666;
	text-decoration:none;
}
#footer a:visited{
	color:#666666;
	text-decoration:none;
}
#footer a:hover{
	color:#666666;
	text-decoration: underline;
}
#footer a:active{
	color:#666666;
	text-decoration:none;
}
#mainbanner {
	width:700px;
	height:235px;
	float:left;
	margin:0 20px 0 0;
}
#rightcol {
	width:220px;
	float:left;
}
.box1 {
	width:220px;
	background:transparent url(../images/general/boxbg.jpg) bottom left no-repeat;
	float:left;
}
.box1 .txt{
	padding:0 10px 10px 10px;
}
.box2{
	border:#03BCFA 1px solid;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	border:#1E9FC4 1px solid;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	border:#1E9FC4 1px solid;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#banners {
	width:940px;
	float:left;
	margin-top:5px;
	text-align:left;
}
.img {
	float:left;
	margin:0 16px 0 0;
}
.imglast {
	float:left;
	margin:0 0 0 0;
}
/*********************main nav  ***********************/



.mainnav{ /*container that holds a row of aero buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: auto;
	padding: 4px 0 4px 21px;
	border-width: 1px 0;
	width:940px;
	float:left;
}

* html .mainnav{ /*IE6 and below hack. Set explicit strip width*/
	width: 100%;
}

.mainnav a.aero{ /*aero button CSS*/
	background: transparent url(../images/nav/nav-left.jpg) no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Arial, Helvetica, sans-serif; /* Change 13px as desired */
	line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
	height: 33px; /* Height of button background height */
	padding-left: 15px; /* Width of left menu image */
	text-decoration: none;
	margin-right: 7px; /*spacing between buttons*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity: 0.9;
}

.mainnav a.aero:link, .mainnav a.aero:visited, .mainnav a:active{
	color: white; /*button text color*/
	text-decoration:none;
	
}

.mainnav a.aero span{
	background: transparent url(../images/nav/nav-right.jpg) no-repeat top right;
	display: block;
	padding: 4px 15px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
	text-decoration:none;
}

.mainnav a.aero:hover{ /* Hover state CSS */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
	opacity: 1;
	-moz-opacity: 0.99;
	text-decoration:none;
}

.mainnav a.aero:hover span{ /* Hover state CSS (for text) */
	color: yellow;
	text-decoration:none;
}
/**************titles*****************/

.title1 {
	font-size:18px;
	color:#03BCFA;
	font-weight:bold;
}

.title2 {
    font-size: 16px;
	color: #03BCFA;
	font-weight: bold;
	padding:10px 0 0 0;
}
.title3 {
    font-size: 14px;
	color: #03BCFA;
	font-weight: bold;
	padding:10px 0 0 0;
	border-bottom: #CCCCCC 1px dotted;
}
.title4 {
    font-size: 12px;
	color: #03BCFA;
	font-weight: bold;
}
a:link {
	color: #03BCFA;
	text-decoration:underline;
}

a:visited {
  color: #03BCFA;
  text-decoration:underline;
}

a:hover {
	text-decoration: none;
	color:#03BCFA;
}

a:active {
	color: #03BCFA;
	text-decoration:underline;
}
ul {
	padding:0 15px;}
li {
	padding:3px 0;
}
.tr-even {
	background-color:#064671;
}
.tr-odd {
	background-color: #032747;
}
.tr-title {
	background-color:#AEE4FF;
	color:#051F39;
}
.imgleft {
	float:left;
	margin:0 35px 25px 0;
}
.imgright {
	float: right;
	margin:0 15px 0 0;
}
.formbutton{
	cursor:pointer;
	color: #FFFFFF;
	font-weight:bold;
	padding:1px 3px;
	border:0;
	height:23px;
	width:63px;
	margin: 3px 0 0 15px;
	background-image: url(../images/common/submit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
