/* CSS Document */

BODY{

	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-size:62.5%;
	color:#636669;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}


P{

margin-top:0px;
margin-bottom:0.7em;
font-size:1.3em;
}

a{
	text-decoration: underline;
	color: #636669;
}

a:hover{
	text-decoration: none;
	color: #636669;
}

DIV#centerSite{

	width:740px;
	/*margin-left:auto;
	margin-right:auto;*/

}

DIV#wrapper{

	width:740px;
	float:left;

}

DIV#banner{

	width:740px;
	float:left;

}

DIV#main{

	width:678px;
	background-image:url(/content/s3/images/middle.gif);
	background-repeat:repeat-y;
	padding:0px 18px 12px 44px;
	float:left;

}

DIV#nav{

	float:left;
	width:167px;
	height:209px;
	margin-right:27px;
	background-image:url(/content/s3/images/Nav.gif);
	background-repeat:no-repeat;

}

DIV#nav UL{

	padding:68px 0px 0px 8px;
	margin:0px 0px 0px 0px;
	float:left;
	list-style:none;
	font-size:1.1em;
	font-weight:bold;
}

DIV#nav UL LI{

	padding:0px;
	margin:0px 0px 23px 0px;
	color:#FFFFFF;
	
}

DIV#nav UL LI A{

	color:#FFFFFF;
	text-decoration:none;
	padding-left:18px;
}

DIV#nav UL LI A:hover{

	color:#893475;
	background-image:url(/content/s3/images/over_state.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
	
}

DIV#nav UL LI A.active{


	color:#893475;
	
}

DIV#txt{

	width:484px; 
	float:left;

}


div#txt h1{
	font-family: verdana;
	font-size: 1.5em;
	font-weight: bold;
	color: #893475;
}

div#txt strong{
	font-weight: bold;
	color: #636669;
}

div#txt h2{
	font-size: 1.4em;
	font-weight: bold;
	color: #893475;	
}

div#txt h3{
	font-size: 1.1em;
}

div#txt h4{
	font-size: 1.0em;
}

div#txt ul li, ol li{
	font-size: 1.2em;
}

DIV#footer{
	width:740px;
	float:left;
	clear: both;

}

input{
	background-color: #EFEFEF;
	border: solid #CCC 1px;
	color: #333333;
	font-family: verdana;
	margin: 4px 0px 4px 0px;
}

input.error{
	border: solid #FF0000 1px;
}








