body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	text-align:left;
	}

.bodytext {
	font-size: 13px;
}

.footer {
	font-size:12px;	
}

.sector {
	font-size:11px;
	color:#333333;	
	margin-right:30px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #725033;
	}

h2 {
	
	font-size: 20px;
	font-weight: bold;
	color: #725033;
	padding-top:20px;
	}

h3 {
		font-size: 16px;
		font-weight: bold;
		color: #333333;
		}

.workheader {
	   	font-size: 18px;
		font-weight: bold;
		color: #333333;
		display:block;
}

.worknav {
	   	font-size: 12px;
		font-weight: bold;
		color: #333333;
		display:block;
}

.clienttitle {
	font-size: 16px;
	display:block;
	font-weight: bold;
	color: #333333;
	margin-bottom:8px;
}

.workheader {
	font-size: 14px;
	display:block;
	font-weight: bold;
	color: #333333;
	margin-bottom:6px;
}

.smallitalic {
	font-size:10px;	
	font-style: italic;
}			
a:link {
	color: #003584;
	text-decoration: none;
	}
	
a:visited {
	color: #333366;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #2399E5;
	}
	
.footer a:link {
		color: #003584;
		text-decoration: none;
		}

.footer a:visited {
			color: #333333;
			text-decoration: none;
			}
.footer a:hover, a:active {
				color: #E86142;
				text-decoration:underline;
				}
#container {
	width: 760px;
	}	
	
#header {
	color: #76B0D5;
	background: #C5E7FD;
	border-bottom: 3px solid #76B0D5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	padding: 10px;
	}
	
#content {
	margin: 10px;
	color: #555;
	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
p {
	font-size: .9em;
	}


#firstcol {
	float: left;
	}
	
#secondcol {
	float: left;
	}

#thirdcol {
	padding-top: 10px;
	margin-right: 106px;
	margin-bottom: 10px;
	float: right;
	}


/* =-=-=-=-=-=-=-[Menu Nine]-=-=-=-=-=-=-=- */
	
#menu9 {
	width: 150px;
	margin-top: 6px;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	}
	
#menu9 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
		
	
#menu9 li a:link, #menu9 li a:visited {
	color: #FFFFFF;
	display: block;
	background: url(assets/brownmenu.gif);
	padding: 8px 0 0 10px;
	}
	
#menu9 li a:hover {
	color: #725033;
	background: url(assets/brownmenu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu9 li a:active {
	color: #ffffff;
	background: url(assets/brownmenu.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}
