/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../graphics/bkgd_slope.jpg);
	background-repeat:repeat-x;
	background-color:#CDCDCD;
	height:100%;
}
html {
	height:100%;
}
.menu_button a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	height:30px;
	line-height:30px;
	text-align:left;
	display:block;
	text-indent:20px;
	vertical-align:middle;
	background-image:url(../graphics/btn_menu_normal.gif);
	text-decoration:none;
}
.menu_button a:hover{
	color:#FFFFFF;
	background-image:url(../graphics/btn_menu_over.gif);
	
}
.menu_bottom {
	background-image:url(../graphics/menu_bottom_bkgd.gif);
}
.section_title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#001B49;
	line-height:40px;
	text-align:left;
	text-indent:15px;
	background-repeat:repeat-x;
}
.subsection_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#013182;
	line-height:20px;
	text-align:left;
	text-indent:10px;
	vertical-align:middle;
}
.subsection_title a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#013182;
	line-height:20px;
	text-align:left;
	text-indent:10px;
	vertical-align:middle;
	text-decoration:none;
}
.subsection_title a:hover{
	text-decoration:underline;
}
.subsection_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:20px;
	text-align:left;
}
.subitem_title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#12223E;
	text-align:left;
	text-indent:30px;
	line-height:20px;
	background-image:url(../graphics/subitem_title_bkgd.gif);
	background-repeat:no-repeat;
}
.subitem_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:15px;
	text-align:left;
}
.subitem_content2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#003399;
	line-height:15px;
	text-align:left;
}
.textbox1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
.copyright{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}
.copyright a{
	color:#666666;
	text-decoration:underline;
}