body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

h2 	{
	font-family: Arial, Helvetica, sans-serif;
	color: #649C64;
	}

h3 	{
	font-family: Arial, Helvetica, sans-serif;
	color: #a32e0a;
	}
	
h4 	{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	}

p 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#homeleft {
	float:left;
	width:200px;
	background:#fff;
	border-right:1px dashed #A32E0A;
	margin-right:15px;
	padding-top:15px;
	padding-left:20px;
	padding-right:15px;
	padding-bottom:20px;
	}
	
#homeright {
	margin-right:15px;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	}
	
.homebckgrd { 
	background-color: #ccddcc;
	}
	
#header {
  margin:0; 
  padding:0; 
  height: 94px;
  background: #ccddcc;
  border-bottom: 1px solid #aaa;
}
	
#main {
  	margin: 0; 
  	padding: 0;
	}
#main #left {
  	float: left;
	width: 195px;
  	margin: 0px 10px 0px 0px; 
  	padding: 0px 0px 100% 0px; 
  	background: #eee;
	border-right: 1px solid #aaa;
	}
	
#content {
  margin: 0 15% 0 25%;
  padding: 10px 5px; 
  border: 0px;
}

/*This is secondary navigation*/
.secondnav {
	background: #eee;
	padding: 5px;
	font-size: 13px;
	}
	
a:link {
	font-weight: bold;
	background: transparent;
	font-color: #33ccff;
	text-decoration: none;
	}
	
	
a:visited {
	font-weight: bold;
	background: transparent;
	font-color: #ccc;
	text-decoration: none;
	}
	
a:hover {
	font-weight: bold;
	background: transparent;
	font-color: #33ccff;
	text-decoration: underline;
	}
	


li {
	list-style-position: inside;
	list-style-type: disc;
	}

li.level2 {
	list-style-type: circle;
	}


