/* CSS Document */

* {margin:0; padding:0;} 

html {height: 100%; }

body {
	background-color:#FFFFFF;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	width:800px;
	
}

	
a:hover {
	color: #4e751b;
	text-decoration: none;
}
a:active {
	color: #4e751b;
	text-decoration: none;
}
a:link {
	color: #4e751b;
	text-decoration: none;
}
a:visited {
	color: #4e751b;
	text-decoration: none;
}


body > #container {height: 100%; width: 800px; }


#container { width: 800px; color:#333333; margin-left: auto; margin-top: 30px; margin-right: auto;  position:relative;  height: 100%; !important; height: 100%; font-family:Arial, Helvetica, sans-serif; text-align: center; font-size:12px; }

p { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	line-height:22px;
	color:#333333;
	margin-right:10px;
	margin-bottom:10px;
}

table { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	line-height:22px;
	color:#333333;
	margin-top:10px;
	margin-bottom:10px;
}

p.clear
 {
 	clear:both;
 	margin: 0px;
 } 

#sitetitle
	{
		color:#003366; 
		font-size:22px; 
		font-weight: bold; 
		margin-bottom:0px;
	}

#sitesubtitle
	{
		color:#435F89; 
		font-weight:bold; 
		font-size:18px;
		margin-top:0px;
	}
	
#frontlink
	{
		font-size:14px; 
		font-weight:400; 
		margin-bottom:5px; 
		margin-top:0px;
	}

#frontblue
	{
		font-size:16px; 
		color:#435F89;
		font-weight:bold;
	}
	
#title
	{
		color:#003366; 
		font-size:22px; 
		font-weight: bold; 
		margin-bottom:0px;
	}

#subtitle
	{
		color:#435F89; 
		font-weight:bold; 
		font-size:18px;
	}

#indent
	{
		margin-left: 40px;
		margin-bottom:10px;
	}
	
#backhome
	{
		font-size:12px;
	}

.footer { 
		color:#333333; 
		font-size:12px;
} 



.wrapper { 
	width: 100%; 
	margin-top: 0px;
}
