body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0; padding:0;
}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:”;}

html, body{ 
	margin:0px; 
	padding:0px; 
	text-align:center;
	background-color:#000000;
	background-image:url(../images/bodyBg.gif);
	background-repeat:repeat-x;
}
img {
	border:none;
}
#page{ 
	width:916px; 
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/pageBg.gif);
	background-repeat:repeat-y;
}
#navBar {
	width:916px;
	height:38px;
} 
#header{
	position:relative; 
	height:228px;
	width:916px;
	background-image:url(../images/headerBg.jpg);
	background-repeat:no-repeat;
}
#headerContent {
	width:261px;
	color:#FFFFFF;
	margin-left:396px;
	padding-top:50px;
}
#headerContent h1 {
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-1px;
	color:#98d63c;
}
#headerContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#d9d9d9;
}
#headerContent h3 {
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#FFFFFF;
}
#wrapper{
	width:916px;
	height:auto;
	position:relative;
	background-image:url(../images/contentHeader.gif);
	background-repeat:no-repeat;
}
#leftcol{
	width:299px;
	height:auto; 
	float:left; 
	position:relative;
	padding-left:68px;
}
#maincol{
	float: left;
	display:inline;
	position: relative; 
	width:288px; 
	margin-top:15px;
	overflow:hidden;
}
#rightcol{
	width:195px; 
	float:left;
	position:relative;
	margin-top:15px;
}
#content {
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6a6a6a;
}
#content h1 {
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size:30px;
	font-style:italic;
	margin-bottom:10px;
	color:#000000;
	letter-spacing:-1px;
}
#content h2 {
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	color:#6c7360;
	font-size:18px;
	letter-spacing:-1px;
	font-style:italic;
}
#content h3 {
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#98cb0c;
	margin-bottom:10px;
}
#leftcol ul {
	list-style:inside;
}
#leftcol li {
	padding-left:5px;
	padding-bottom:10px;
}
#projects {
	width:240px;
	height:76px;
	display:block;
	border-top:1px #e8e8e8 solid;
	border-left:1px #e8e8e8 solid;
	margin-top:5px;
	margin-bottom:5px;
	padding:10px;
}
#projects h1 {
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size:18px;
	font-style:italic;
	margin-bottom:0px;
	color:#000000;
	letter-spacing:-1px;
}
#projects h3 {
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#98cb0c;
	margin-bottom:0px;
}
#projects p {
	font-size:10px;
	margin-bottom:2px;
}
#projectsText {
	float:right;
	width:150px;
	padding-left:3px;
}
#footer{
	height:50px; 
	clear:both;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#717171;
}
#footerContent {
	border-top:2px #92c30c solid;
	text-align:center;
	padding-top:10px;
	margin-right:auto;
	margin-left:auto;
}
/*LINK STYLES*/
a {
	color:#98cb0c;
}
a:hover {
	color:#000000;
}
#footer a {
	color:#a8a8a8;
}
#footer a:hover {
	color:#717171;
}
 /* *** Float Hacks *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
-->

/* Drop down menu */
#dropmenudiv{
	position:absolute;
	font:normal 10px arial;
	z-index:100;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	color:#fff;
	background-color: #000;
	text-align:left;
	padding:5px;
	text-decoration:none;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color:#98cb0c;
}