body {
	background-color: #FFF;
	margin: 0px; 
	padding: 0px; 
	color: #662d91;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
}

p, tr, td, ul, ol, li {font-size:12px;}

h1 {font-size: 26px;}
	
h2 {font-size: 18px;}

h3 {font-size: 14px;}

a {
	font-weight: bold; 
	color: #662d91;
	text-decoration: underline;
}
	
a:hover {
	color: #fdb415; 
	text-decoration: none;
}

#container {
	background-color: #FFF; 
	width: 792px; 
	height: auto; 
	float:left;
}

#header {
	width: 792px;
	height: 121px;
	margin: 0px; 
	padding: 0px;
	text-align: left;
	float:left;
}

#nav {
	margin: 0px 20px 0px 0px;
	width: 174px; 
	height: auto;
	text-align: left;
	float: left;
}

#content {
	width: 578px; 
	margin: 10px 10px 10px 10px; 
	padding: 0px;
	text-align: left;
	background-color: #FFF; 
	float: left;
}

#menu_col1, #menu_col2, #menu_col3 {
	margin:0px 20px; 
	width:140px; 
	float:left;
}
	
#clearfloats {
	clear:both;
}

#footer {
	width: 607px; 
	height: auto; 
	text-align: center; 
	font-size: 11px;
	padding: 16px 0px; 
	float: left;
	clear: both;
}
