#body
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #050248;
	height:100%;
	margin:0;
}

#aspnetForm
{
    height:100%;
}

#wrapper {
	/*position:relative;*/
	border: medium solid #FFFFFF;
	text-align: left;
	background-image: url(../images/WebSite/background.jpg);
	background-repeat: no-repeat;
	background-color:#24b1f7;
	margin: 0 auto;
	width:800px;
	height:100%;
	
	}

#header {
	width:800px;
	height:103px;
	border-top-style: solid;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	}
		
#spaceleft {
	float:left;
	width:32px;
	height:100%;
	}

#menuwrapper{
	/*float:left;*/
	width:800px;
	height:31px;
	margin-bottom:25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}

#pagespace{
	width:746px;
	height:21px;
	}
	
div.largetextwrapper {
	float:left;
	margin-left:13px;
	width:650px;
	height:100%;
	}
		
div.largemodulehead {
	float:none;
	width: 695px;
	height: 29px;
	background-image: url(../images/WebSite/large_module_head2.gif);
	background-repeat:no-repeat;
	padding:10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	}
		
	
div.largemodulebody{
	/*float:left;*/
	width:690px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-color: #FFFFFF;
	padding: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
	
	
div.largemodulebottom
	{
	width: 735px;
	/*width: 650px;*/
	height: 20px;
	background-image: url(../images/WebSite/large_mod_bottom2.gif);
	padding:0px
	}

div.maintextwrapper {
	float:left;
	margin-left:20px;
	/*width:456px;*/
	width:496px;
	height:100%;
	}
		
div.mainmodulehead {
	/*float:left;*/
	width: 456px;
	height: 29px;
	background-image: url(../images/WebSite/main_module_head.gif);
	background-repeat:no-repeat;
	padding:10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	}
		
	
div.mainmodulebody{
	/*float:left;*/
	width:452px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-color: #FFFFFF;
	padding: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
	
	
div.mainmodulebottom
	{
	width: 496px;
	height: 22px;
	background-image: url(../images/WebSite/main_mod_bottom.gif);
	background-repeat:no-repeat;
	padding:0px
	}
	
	
	
div.smallmodulehead {
	/*float:left;*/
	width:206px;
	height:23px;
	background-image: url(../images/WebSite/small_mod_head.gif);
	background-repeat:no-repeat;
	padding:5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	}
	
div.smallmodulebody{
	float:left;
	width:202px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid; 
	color: #0B0363;
		}
	
div.smallmodulebottom
	{
	float:left;
	background-image: url(../images/WebSite/small_mod_bottom.gif);
	background-repeat:no-repeat;
	width:226px;
	height:14px;
	padding:0px;
	
	}



#spacemid {
	float:left;
	background-color:#24b1f7;
	width:19px;
	height:100%;
	}
	

div.rightmodule {
	float:left;
	width:226px;
	margin:0px 0px 20px 15px;
	}
			
		
#bottomgraphic {
	background-color:#24b1f7;
	height:142px;
	}	
		



#menubar {
	font-size: 0.9em;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navlist {
	margin: 0;
	padding: 0;

}
#navlist li {
	float: left;
	list-style-type: none;
	margin: 0 0 4px 4px;
	padding: 0;
	white-space: nowrap;
	font-weight: bold;
	color: #FFFFFF;
	width: 117px;
	
}
#navlist a, #navlist a:visited {
	padding: 6px 10px 3px 6px;
	margin-left:10px;
	display:block;
	background-color: #999999;
	background-image:  url(../images/WebSite/menu_up.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #EEEEEE;
	text-decoration: none;
	text-align: center;
	width: 101px;
	height:21px;
	font-weight: bold;
}
#navlist a:hover {
	background-color: #9F6F9F;
	background-image:  url(../images/WebSite/menu_down.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #ffffff;
}

#menubar #navlist .uberlink {
	background-color: #9F6F9F;
	background-image:  url(../images/WebSite/menu_down.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FFFFFF;
	font-weight: bolder;
	cursor: default;
}

.dtmbutton{
	background-color:Blue;
	width:100px;
}
