*	{
	padding:0 0 0 0;
	margin:0 0 0 0;
	}

body{
	font-family:Arial, Helvetica, sans-serif;
	width:850px;
	background:#eaf5d3;
	color:#000000;
	margin:auto;
	}
	
h1{
	text-decoration:underline;
	margin-bottom:25px;
	}

p	{
	padding:10px 0px 10px 0px;
	}

#floatright{
	float:right;
	padding:10px 15px;
	}
		
#main{
	float:right;
	width:650px;
	background:#fbfaf4;
	border-left:6px solid #0000CC;
	border-top:6px solid #0000CC;
	min-height:400px;
	padding:10px 20px;
	font-size:1.0em;
	}

#header{
	float:right;
	}
	
#nav{
	float:left;
	width:130px;
	padding-left:18px;
	font-size:1.2em;

	line-height:1.1em;
	border-left:6px solid #0000CC;	
	}
#nav img {
	padding:15px 10px;
	}
a {
	color:#000;
	text-decoration:underline;
	}
a:hover{
	text-decoration:underline;
	}
#nav p{
	margin-top:5px;
	}	
	
ul{
	margin-left:35px;
	}


/*Articles */
#articlesum{
	border:2px solid #0000CC;
	background:#fbfaf4;
	padding:10px 20px 10px 20px;
	width:575px;
	margin:10px 10px;
	}
	
/*footer*/
#footer{
	width:650px;
	float:right;
	background:#eaf5d3;	
	padding-bottom:15px;
	text-align:center;
	}

/*FAQ*/
#question{
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin-top:20px;
	}
	
	
/* Contact Form */
form{
	width:550px;
	}
fieldset{
	border:none;
	margin: 20px 10px 20px 10px;
	}
fieldset label {
	float: left; 
	width: 45%; 
	text-align: right; 
	margin-right: 15px;
	font-size:.9em;
	}
#contactbigtext{
	font-size:1.1em;
	font-weight:bold;
	}
#contactsmalltext{
	font-size:.9em;
	}
#choices{
	margin-left:40%;
	}
fieldset p {
	margin: 12px 0;
	}
fieldset p option {
	padding: 0 3px;
	}
fieldset p input {
	vertical-align: baseline; 
	margin-right: 3px;
	}
fieldset span label {
	width: auto; 
	text-align: left; 
	float:none;
	}
fieldset span{
	width:50%; 
	float:right;
	}
#clear{
	clear:both;
	}
#buttons{
	text-align:center;
	}

