body{

	font-family: Arial, Helvetica, sans-serif;

	font-size: .9em;

	color: color: rgb(51,0,102);

	background-color: rgb(255,255,204);

	

}



h1, h2, h3, h4{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: rgb(51,0,102);

}



#header{

	position: absolute;

	top: 0px;

	left: 0px;

	width: 100%;

	/*background-image:  url(images/top_background.jpg);

	background-repeat: repeat-y;*/

	background-color: rgb(51,0,102);

	padding-top: 5px;

	padding-bottom: 10px;

	z-index: 10;

	border-bottom: 4px solid rgb(153,102,51);

	border-right: 0px solid rgb(51,0,102);

	padding-left: 10px;

	padding-right: 10px;

	

}



#nav{

	position: absolute;

	left: 0px;

	top: 92px;

	width: 160px;

	text-indent: 10px;

	padding-top: 20px;

	color: rgb(51,0,102);

	background-color: rgb(255,255,204);

	font-size: .75em;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	z-index: 1;

}



#nav a{

	display: block;

	text-decoration: none;

	color: rgb(51,0,102);

	background-color: rgb(255,255,204);

}



#nav a:hover{

	border-right: 5px solid rgb(51,0,102);

	border-bottom: 1px solid rgb(51,0,102);

	line-height: 13px;

}



#main{

	position: absolute;

	top: 95px;

	left: 160px;

	width: auto;
	
	border-left: 3px solid rgb(51,0,102);

	padding-left: 10px;

	z-index: 3;

	margin-right: 10px;

}

.underline{

	font-weight: bold;

	text-decoration: underline;

	font-size: 1.2em;

	padding-left: 100px;

}


.heading{

	position: relative;
	
	font-weight: bold;

	font-size: 1.2em;
	
	padding-left: 0px;

}

.big {

	font-size: 1.5em;

	padding-left: 100px;

}



.footer{
	position: relative;
	
	text-align: center;

	color: rgb(51,0,102);

}	



.copy{

	text-align: center;

	color: rgb(51,0,102);	

	font-size: .75em;

}



.purple{

	color: rgb(51,0,102);

}



.gold{

	color: rgb(153,102,51);

}



.center{

	text-align: center;

}

/* Input Box Settings */



input, textarea { 

	background-color: #FFFF99; 

	color: #330066; 

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 12px; 

	line-height: 12px;

	font-weight: normal; 

}



.input { 

	background-color: #FFFF99;

	color: #330066;

	font-family: Arial, Helvetica, Sans-Serif; 

	font-size: 12px; 

	line-height: 12px; 

	font-weight: normal; 

}



.fields { 

	background-color: #FFFF99;

	color: #330066; 

	font-family: Arial, Helvetica, Sans-Serif; 

	font-size: 12px; 

	line-height: 12px; 

	font-weight: normal; 

}

select { 

 	background-color: #FFFF99;

	color: #330066;

 	font-family: Arial, Helvetica, Sans-Serif; 

	font-size: 12px; 

	line-height: 12px; 

	font-weight: normal;  

}

button {

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	border: 2px solid #330066;

}

