/*
General formatting: default text family/size
Formatting for each of the div sections: header, navigation, left column, right column
	footer


*/


* { padding: 0; margin: 0; }
.FrontBody {
background-color:#FFFFFF;
background-image:url(images/background1.png);
background-position:center top;
background-repeat:repeat-y;
margin:0px;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}	
#wrapper { 
 margin: 0 auto;
 width: 970px;

}
#header {
	color: #333;
	width: 900px;
	float: left;
	padding: 10px;
	height: 60px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px none #999999;
}
#header h1
{
	text-decoration: none;
	font-size: 32px;
	margin-top: 16px;
	text-indent: 0px;
	color:#333;
}
h2 {
	font-size: 15px;
}

#header img{
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation{
	
	width: 900px;
	float:left;
	clear:left;
	height:20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom:15px;
	padding-top:10px;

	
	
}
#navigation form{
	float:right;
	margin-right: 55px;
	
	
}
div.contactmsg
{
	
	width: 500px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 121.5px;
	
}
div.contactmsg p
{
	margin-top:25px;
}
h2.error{
	font-size: 14px;
	color: #CC0000;
	width: 500px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 121.5px;
}


#leftcolumn {
	color: #333;
	border: 1px solid #666666;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	min-height: 590px;
	width: 766px;
	float: left;
	background-color: #FFFFFF;
}
#rightcolumn { 
	 float: right;
	 color: #333;
	 border: 1px solid #ccc;
	 background: #F2F2E6;
	 margin: 0px 0px 5px 0px;
	 padding: 5px;
	 height: 600px;
	 width: 160px;
	 display: inline;
}
#footer {
	width: 948px;
	clear: both;
	color: #333;
	border-top: 1px solid #666666;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}

/*
Controls for the upper left login form as well as the navigation menu
*/
#menu li {
	display:inline;
	
}
#menu li a
{
	line-height:40px;
	color:#000;
	text-decoration:none;
	float:left;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size:16px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	height: 40px;
	margin-right: 10px;
	margin-top: -10px;
	letter-spacing: 1px;

}



#menu li a:hover
{
	color: #F4F4F4;
}
#menu li#active a{
	background-color:#B7B7B7;
	height: 40px;

	
}
#login {
	float:right;
	display:inline;
}
/*FAQ*/
ul.faq
{
	list-style-position: inside;
	list-style-type: disc;
}
li.faq
{
	margin-bottom: 5px;
	margin-left: 15px;
}
p.faq
{
	margin-left:5px;
}
h4.faq
{
	margin-top:10px;
}