/* CSS Document */

/*Background*/
body{
	background:#035b86 url(../images/bodybg.jpg) repeat-x top center;
	/*background:#035b86 top center;*/
	margin:0 auto;
	padding:0px;
}
.bgshadow{
	background:url(../images/bgshadow.jpg) repeat-y top center;
	width:1024px;
	margin:0 auto;
	padding:0px;
}
#header{
	background:url(../images/h1.jpg) no-repeat top center;
	width:1024px;
	height:108px;
}
.leftbg{
	background:url(../images/lefthomebg.jpg) no-repeat top center;
	width:190px;
	margin:0 auto;
	padding:0px;
}
.leftbgext{
	background:url(../images/lefthomebgext.jpg) repeat-y top center;
	width:190px;
	margin:0 auto;
	padding:0px;
}
.centerbgtop{
	background:#035b86 url(../images/bgcontop.jpg) no-repeat top center;
	width:525px;
	margin:0 auto;
	padding:0px;
}
.centerbgbottom{
	background:url(../images/bgconbottom.jpg) no-repeat bottom center;
	width:525px;
	height:209px;
	margin:0 auto;
	padding:0px;
}
.bgfooter{
	background:url(../images/bgfooter.jpg) repeat-x top center;
	margin:0 auto;
	padding:0px;
}
.banTop{
	background:url(../images/banTop.jpg) no-repeat bottom center;
	width:154px;
	height:17px;
	margin:0 auto;
	padding:0px;
}
.banBg{
	background:url(../images/banBg.jpg) repeat-y top center;
	width:154px;
	margin:0 auto;
	padding:0px;
}
.banBot{
	background:url(../images/banBottom.jpg) no-repeat top center;
	width:154px;
	height:16px;
	margin:0 auto;
	padding:0px;
}
.rightTop{
	background:url(../images/rightbgext.jpg) #ba0000 repeat-y top center;
	width:184px;
	margin:0 auto;
	padding:0px;
}
.rightTopImg{
	background:url(../images/rightimg.jpg) no-repeat top center;
	width:184px;
	height:165px;
	margin:0 auto;
	padding:0px;
}
.rightBg{
	background:url(../images/rightbg.jpg) no-repeat top center;
	width:184px;
	margin:0 auto;
	padding:0px;
}
.innerrightbg{
	background:url(../images/innerrightbg.jpg) no-repeat top center;
	width:184px;
	height:522px;
	margin:0 auto;
	padding:0px;
}
/*text*/
.verd13{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:20px;
}
.verd11{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:20px;
}
.treTitle{
	font-family:"Trebuchet MS", "Times New Roman";
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:20px;
	font-weight:bold;
}
.readmore{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF9933;
	text-decoration:none;
	padding-left:8px;
}
.banTitle{
	font-family:"Trebuchet MS", "Times New Roman";
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:20px;
	font-stretch:expanded;
}
.banContent{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	line-height:20px;
}
.footertext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:20px;
	text-decoration:none;
}
/*container*/
.inrightContainer{
	padding:10px 4px 0px 12px;
}
.rightContainer{
	padding:10px 6px 0px 7px;
}
.centerContainer{
	padding:15px 6px 0px 8px;
}
.redbannercontainer{
	padding:0px 7px 0px 7px;
}
.leftContainer{
	padding-left:20px;
}
/*image*/
.imgbord{
	border:2px solid #003399;
}
img{border:0px;}

/*form fields*/
.txtbox{border:1px solid #CCCCCC; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000000;}
.btn{border:1px #FFFFFF outset; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin-top:10px; margin-bottom:5px;}

/*error message*/
.errmsg{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#FF0000;}

/*error msg box*/
.errbox{background:#FFFFFF; border:1px solid #CC0033; width:85%; margin:0 auto; padding:0px;}

/*Box*/
.box{background:#0099CC; border:1px solid #FFFFFF; width:95%; margin:0 auto; padding:0px;}