

html {
	height: 100%;	
}

body{
	color: #000;
	font-size: 10pt;
	font-family: Courier, Georgia,'Times New Roman',Times,'Bookman Old Style','Hoefler Text',Serif; /*verdana*/
	background: #455684;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100.1%;
	line-height: 130%;
	
}

a.none, a.none:visited, a.none:hover{
	text-decoration: none;
	border: none;	
}

a, a:visited{
	color: #C4624F;
	text-decoration: none;	
	border-bottom: 1px solid;
}

a:hover{
	border-bottom: 1px dashed;	
}


#bodyshadow{
	position: relative;  
	width: 800px;
	min-height: 100%;
	/*padding-bottom: 20px;*/
	margin: 0 auto;
	text-align: left;
	background: #fff url("images/main.bg.gif") repeat-y;
}

*html #bodyshadow{
	height: 100%;
}

#menulink{
	font-size: 18px;
	font-weight: bold;
}



#title{ 
	width: 754px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	height: 150px;
	/*border-top: 1px #3366CC dotted;
	border-left: 1px #3366CC dotted;
	border-right: 1px #3366CC dotted;*/
	background: #fff url("images/title.jpg") no-repeat;
}
	
#body{ 
	width: 740px;
	padding: 0px;
	margin: auto;
	text-align: left;
	background-color: #fff;
}

#left-info{ 
	border: 1px #000 dotted;
	margin-top: 30px;
	height: 150px;
	width: 160px;
	text-align: center;
}


.bottompic{ 
	width: 210px;
	height: 134px;
	float: right;
	
}

.inlinetext div{
	display: inline;
}

.first_word{
	
	font-weight: bold;
	font-size: 12pt;
}


#content-pane{ 
	margin-left: 10px;
	margin-right: 5px;
	padding-bottom: 100px;
}

#navcontainer{ 
	width: 753px; 
	clear: left;
	text-align: center;

}

#navcontainer ul{
	margin-top: 2px;
	margin-left: 0;
	padding-left: 0;
}

#navlist li{
	display: inline;
	list-style-type: none;

}

#navlist li a{
	background-color: #C2D2FF;
	border: 1px solid #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#active{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 10px;
	background-color: #A0A0A0;
	border: 1px solid #fff;
}

#navcontainer a:hover{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 10px;
	border: 1px dashed #000;
	color: #000;
	width: 75px;
}

#navcontainer a:link, #navlist a:visited{
	color: #000;
	text-decoration: none;
}




.submit-success{
	width: 250px;
	text-align: center;
	background-color: #fff2e5;
	border: 1px dashed #000;
	padding: 10px;
	margin-left: 100px;
}

#footer-text{
	text-align: center;
	font-size: 11px;
}

#content-pane-footer{
	position:absolute;
	bottom: 0;
	width: 800px;
	padding-bottom: 20px; 
	
}
