body { 
	font-size: 1em; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	padding: 0; 
	width: 780px; 
	background: ffc;
	background-image: url('../images/LOGO.gif'); 
	background-repeat: no-repeat; 
	background-position: 4em 2.5em; 
	margin-left: auto;
  	margin-right: auto; 
	margin-top: 2em; 
	margin-bottom: 20px; }
	
	
a {
color:#690;
text-decoration: none;
}

a:hover {
color:#cc0000;
text-decoration: none;
}

h1 { color: #630; font-size: 1.6em; font-weight: bold; }
h2 { color: #cc0000; font-size: 1.5em; text-aligh:right; }
h3 { color: #669900; font-size: 1.3em; font-weight: bold; }
h5 { color: #000; font-size: .8em; }

#container { 
	width: 750px;
	 }
  	
div { border: none; }

#left-col { 
	background: #fff;
	text-align: left; 
	width: 160px; 
	float: left; 
	margin-top: 12em;
	border: solid 1px;
	font-weight: bold; 
	color:#9c0;	
	padding: 4px; }
	
#left-col h5 {
	background: #ff9;
	font-weight: bold; 
	color:#9c0;	
	padding: 2px;
}
	

#left-col h4 {
  background: #9c0;
  color: #67330b;
  font-weight: bold; 
  margin: 0;
  padding: 4px;
  font-size: 1.2em;
  }


#nav-lft { 
	font-size: 1.1em; 
	font-weight: bold; 
	text-indent: 1.5em; 
	top: 8em; }
	
	
#left-col a {color:#690; text-decoration: none; line-height: 200%; }

#left-col a:hover {color:#67330b; text-decoration: none; }


#header { width: 100%; 
	text-align : right; 
	font-weight: bold;
	font-size: 1.2em;
	line-height: .9em;
  }
  
#header h1{
	font-size: .9em;
	color: #cc0000;
	font-weight: normal;
	}


	
#main-holder { 
	width: 700px; 
	 }


.sidebar { 
	color:#630;
	text-decoration: none;
	font-size: .8em; 
	margin: 4px; 
	text-align: center; 
	border: 1px solid; 
	border-color: #630;
  background: #9c0;
  color: #67330b;
	padding: 2px }
	
#main { 
	width: 475px; 
	float: left; 
	margin-top: 5em; 
	margin-left: 1em;
	padding: 0 0 0 1em;
	text-align: left;
	font-size: 1em; 
	font-weight: normal; 
 }

#footer { 
	width: 100%;  
	text-align: center; 
	font-weight: bold; 
	font-size: .9em;
	color:#630;
 	clear: both; 
  	
}