/* CSS Document */
body{
	background-color:#8D0021;
	margin:30px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#555656;
	font-size:11px;
	font-weight:normal;
}
.style1{
	font-size:14px;
	color:#FFFFFF;
	font-weight:bolder;
}

.style2, .style3{
	color:#004E9E;
	font-weight:bold;
	font-size:11px;
}

.style3{
	font-size:15px;
	border:0;
}

.ajaxheader{
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:10px 3px;
	font-weight:bold;
	color:#072C51;
	font-size:8px;
	padding:0 0 0 30px;
	float:left;
}

.header{
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:10px 3px;
	font-weight:bold;
	color:#072C51;
	font-size:12px;
	padding:0 0 0 30px;
	float:left;
	border:0;
	


	
}

.subheader{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-indent:30px;
}

.footer, .footer a{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	text-indent:30px;
}
.footer a:hover{
	text-decoration:underline;
}

.websitelink{
	font-size:12px;
	text-decoration:none;
	text-indent:30px;
	 
}

.websitelink:hover{
	font-size:12px;
	text-decoration : underline;
	text-indent:30px;
	 
}

/*.menu{
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
}

.menu ul{
	width:100%;
	float:left;
	list-style:none;
	display:block;
	padding:0px;
	margin:0px;
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:34px;
}

.menu ul li{
	float:left;
	padding:0px;
	margin:0px;
	padding:0 25px 0 25px;
	background-image:url(images/img13.gif);
	background-repeat:no-repeat; background-position:left;
	display:block;
	line-height:30px;
}
.menu ul li a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	float:left;
	display:block;
}*/


/*--sub menus--*/

.submenu{
	padding:0 0 6px 0;
	margin:0 0 0 0;
	float:left;
	width:226px;
	background-color:#E4E4E4;
}

.submenu ul{
	padding:6px 0 6px 4px;
	margin:6px 0 0 6px;
	list-style:none;
	width:210px;
	height:auto;
	background-color:#ffffff;
	float:left;
}

.submenu ul li{
	width:200px;
	line-height:25px;
	float:left;
	padding:0px;
	margin:0 0 0 6px;
	list-style:none;
	border-bottom:1px solid #E4E4E4;
	display:block;
	text-indent:10px;
}

.submenu ul li a{
	font-weight:bold;
	text-decoration:none;
	display:block;
	color:#555656;
}
.submenu ul li a:hover{
	background-color:#F4F1F1;
}


.AspNet-TreeView-Root {
background:transparent url(test.PNG) repeat-x scroll center bottom;
border-color:#E7E7E7 #D2D2D2 #D2D2D2 #E7E7E7;
border-style:solid;
border-width:1px;
margin:0 4px 6px 0;
}

.AspNet-TreeView-Leaf {
}