@charset "utf-8";
/* CSS Document */
html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }
html,body{
	margin:0px auto;
	padding:0px;
	border:0px;
	height:100%;
	background-color:#e7fbff;
	background-image:url(/images/bg.gif);
	background-repeat:repeat-x;
}

#wrapper{
	min-height:100%;
	z-index: 1;
	background-image:url(/images/mainbg.gif);
	background-repeat:repeat-y;
/* \*/
	height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}

#wrapper{
	height:auto;
}
/* \*/
* html #wrapper{
	height:100%;
}

#mainbg {
  position:relative;
  width: 780px;
  background-image:url(/images/topbg.gif);
  background-repeat:no-repeat;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}

.clear {
	clear:both;
	height:0px;
	overflow:hidden;
	line-height:0px;;
	font-size:0px;
	margin: 0px;
	padding:0px;
}

#fullheightcont {
	height:100%;
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

#outer{
	z-index:1;
	position:relative;
	width:780px;
/* \*/
	height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}

#clearheadercenter{
	height:150px;
	overflow:hidden;
	z-index:1;
}

#container-center {
	width:780px;
/*	margin-left: 6px;
	margin-right: 6px;*/
	z-index:2;
}

#clearfootercenter{
	height:35px;
	overflow:hidden;
	z-index:3;
}

#header {
	height:150px;
	position:absolute;
	top:0px;
	/*overflow:hidden;*/
	width:780px;
	z-index:2;	
}

#footer {
	height:35px;
	margin-top:-35px;
	position:absolute;
	overflow:hidden;
	width:780px;
	z-index:4;
	background-image:url(/images/foot.gif);
}

#menu {
	height:30px;
	background-color:#2b7197;
	width:750px;
	margin-left:15px;
	margin-right:15px;
}

#content {
	width:750px;
	margin-left:15px;
	margin-right:15px;
}
		


.homeboxhead 		{ height: 30px; padding-top: 20px; -webkit-border-radius: 8px 8px 0px 0px; -moz-border-radius: 8px 8px 0px 0px; border-radius: 8px 8px 0px 0px; }
.homeboxhead h3 	{ font-size: 22px; margin-left: 10px; color: #FFFFFF; }
.homeboxbottom		{ height: 82px; border: 0px 1px 1px 1px; -webkit-border-radius: 0px 0px 8px 8px; -moz-border-radius: 0px 0px 8px 8px; border-radius: 0px 0px 8px 8px; padding: 4px; }
.hb_green 			{ background-color: #4f8e36; }
.hbb_green 			{ background-color: #bfe7b2; border: 1px solid #4e8f36; border-top: none; }
.hb_red 			{ background-color: #ba0a27; }
.hbb_red 			{ background-color: #ff98a6; border: 1px solid #bb0d29; border-top: none; }
.hbfooterlink		{ background-color: #FFFFFF;position: absolute; width: 147px; margin-top: 53px; padding: 6px 14px 6px 6px; text-align: right; background-image:url(/images/li-new.gif); 
						background-repeat: no-repeat; background-position: 145px 4px; }
.hbfooterlink a		{ text-decoration: none !important; font-size: 13px !important; }  
.hb_linkgreen		{ color: #447300 !important; }
.hb_linkred			{ color: #bb0d29 !important; }
.hb_p				{ margin: 6px 0px 0px 0px; color: #123f98; line-height: 1.5em; text-align: left; }
.hb_orange			{ color: #ff4b0c; margin: 0px; }
.hb_tred			{ color: #7e0000; }
