@charset "utf-8";
/* CSS Document */
html{
height:100%;
width:100%;
}
body{
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
padding:0;
background-color:#e9e9e9;
color:#666666;
}
form, table, .th1{
margin:0;
padding:0;
}
h1, h2, h3, h4, h5, h6{
margin:0;
padding:6px 0px;
}
h1{
	font-size:20px;
	color:#999999;
	}
h2{
	font-size:14px;
	font-weight:bold;
	}
h3{
line-height: 20px;
}
h4{}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
h5 a {
	color: #666;
	text-decoration: none;
}
h6{}
p{
margin:0;
padding:5px 0px;
line-height: 20px;
}
a{}
a:hover{}
.shadow-wrapper{
	width:948px;
	margin:auto;
	background-image:url(/templates/img/shadow.png);
	background-repeat:repeat-y;
	min-height:97%;
	height:auto !important;
	height:97%;
	position:relative;
	padding:0px 0px 27px;
	}
* hmtl .shadow-wrapper{
	background-image:url(/templates/img/shadow.gif);
	}
.maincontainer{
	width:900px;
	margin:auto;
	}
.toparea{
	height:100px;
	position:relative;
	}
.logo{
	position:absolute;
	top:20px;
	left:20px;
	}
.toptxt{
	text-align:right;
	padding:40px 20px 0px 0px;
	}
 .toptxt h1{ font-size:14px;}
.menuarea{
	background-image:url(/templates/img/menu-bg.gif);
	height:60px;
	background-repeat:no-repeat;
	}
.bannerarea{
	padding:10px 0px;
	}
.maindisparea{
	padding:0px 0px 30px 0;
	}
.maindisparea .col1{
	width:180px;
	}
.maindisparea .col2{
	width:476px;
	margin-left:20px;
	}
.maindisparea .col3{ width:200px;}

/*column 1*/
.roundbox-top{
	height:10px;
	font-size:0;
	background-image:url(/templates/img/roundbox-top.gif);
	background-repeat:no-repeat;
	}
.roundbox-mid{
	background-color:#e9e9e9;
	padding:20px;
	}
.roundbox-bot{
	height:10px;
	font-size:0;
	background-image:url(/templates/img/roundbox-bot.gif);
	background-repeat:no-repeat;
	}
#nav_572460{ margin:0; padding:0; font-size:13px;}
#nav_572460 li{ list-style-type:none;}
#nav_572460 li a{ display:block; color:#333333; text-decoration:none; border-bottom:1px solid #FFF; padding:6px 10px;}
/*col3*/
.cta{
	padding:0px 0px 10px 0px;
	}
.roundbox2{
	width:200px;
	}
.roundbox2-top{
	height:11px;
	background-image:url(/templates/img/roundbox2-top.gif);
	background-repeat:no-repeat;
	font-size:0;
	}
.roundbox2-mid{
	background-color:#e9e9e9;
	padding:20px;
	}
.roundbox2-bot{
	height:11px;
	background-image:url(/templates/img/roundbox2-bot.gif);
	background-repeat:no-repeat;	
	font-size:0;
	}
.announcement-list{
	color:#4A4949;
	}
.announcement-list a{
	color:#6699FF;
}
.announcement-list p{
	padding:0 0 15px;
	border-bottom:1px dotted #CCCCCC;
}
.announcement-list h2{
	margin:0px;
}
.cat_textbox_small{
	width: 155px;
}
#footer{
	width:900px;
	border-top:1px solid #cccccc;
	position:absolute;
	bottom:0;
	height:27px;
	left:24px;
	font-size:11px;
	color:#999999;
	}
.footerwrap{
	padding:6px 0px 0px 0px;
	}
#nav_572603{
	margin:0;
	padding:0;
	}
#nav_572603 li{
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
	background-image:url(/templates/img/fsep.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:0px 5px;
	}
#nav_572603 li a{
	color:#999999;
	text-decoration:none;
	}
/*float*/
.right{
float:right;
}
.left{
float:left;
}
.clearB{
clear:both;
}