body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #ffffff;
}

* html body {
	font-size: x-s; /* for IE5/Win */
	f\ont-size: small; /*for other IE versions */
}

.noscroll{
	overflow: hidden; 
	overflow-y: hidden; 
	overflow-x: hidden; 
	overflow:-moz-scrollbars-vertical;
	width: 620px;
	height: 17px;
}

.scroll{
	width: 620px;
}

	
#wrapper{
	width:900px;
	margin: 0 auto;
	text-align:left;
	background: url(images/faux_col_1.gif) repeat-y;
	margin-bottom: -2px;
}

#branding{
	height:100px;
	width:900px;
}

#content{
	 width:710px;
	 float:right;
	 padding-top:20px;
	 padding-bottom: 20px;
 }
 
 table{
 width: 90%;
 padding:10px;
 margin:5px;
 text-align:left;
 font-size:80%;
 }
 
 
 h1, h2{
 	padding-right:20px;
}
 p{
	padding-right: 20px;
	color: #310031;
}

 p.small{
	font-size: small;
}

.small{
	font-size: 10px;
}

textarea {
	text-align: left;
	color: #310031;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

 label {
	padding-right: 20px;
	}

a{
	color: #310031;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
}



fieldset{
	position: relative;
	width: 670px;
	margin-left: 0;
	background-color: #999;
	margin-top:1em;
	padding-top:20px;
	padding-bottom: 20px;
	margin-bottom:20px;
	padding-left: 10px;
	
	}

 legend{ position:absolute; top: -.5em; left: .5em;
	font-weight: bold;} 


#mainnav{
	 width:180px;
	 float:left;
	 padding-top:20px;
	 padding-bottom:20px;
	 padding-left: 10px;
	/* MIN HEIGHT HACK */
	min-height:300px;
	height:auto !important;
	height:300px;
 }
 

#mainnav ul{
	margin:0;
	padding:0;
	list-style-type: none;
 }
 
 #mainnav ul a{
	color:#ffffff;
	text-decoration:none;
 } 
 
 #footer{
	clear:both;
	/* MIN HEIGHT HACK */
	min-height:20px;
	height:auto !important;
	height:20px;
	margin: 0;
	padding: 0;
	width:900px;
	background-color: #B4AC92;
 }
 
 #footer p{
	margin-left: 20px;
	margin-top:4px;
	margin-bottom:4px;
	color: #807859;
	font-size: small;
}

#footer a{
	color: #807859;
	text-decoration: none;
}

#footer a:hover {
	color: #4F6E8B;
}
.btn{
	margin-top: 10px;
	padding: 2px;
	border: 1px #111111 solid;
	width: 88px;
	text-align: center;
	color: white;
	text-decoration: none;
	background-color: #143D64;
	font-size: 80%;
}

.btn:hover{
	background-color: #4F6E8B;
	text-decoration: none;
}