 * /* Our "universal rule" */ 
{ 
padding: 0; 
margin: 0; 
border: 0 none; 
} 

body {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background-color: #f6f6f6;
}

#mainContainer {
position:relative;
width: 990px;
text-align: left;
margin-left: auto;
margin-right: auto;background-color: #ffffff;

}
wrapper{text-align: left;}
#atom{
position:absolute;
width:102px; 
height:126px; 
z-index:1; 
left: 18px; 
top: 6px;}

#head1 {
	background-color: #373737;
	color: #FFFFFF;
	height:76px;
	font-size: 14px;

}
#head1 h1 {
	font-size: 46px;
	padding-top: 12px;
	padding-left: 173px;
	font-weight:lighter;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#head1 p {	font-size: 14px;
	padding-top: 2px; 
	padding-left: 173px;
}
#head2 {
	color: #167539;
	height:24px;
	background-image: url(headnavbg.gif);
	background-repeat: repeat-x;
}
		



#content {
	padding-top: 0px;
	padding-left: 170px;
	padding-top: 8px;
	float: right;
	background-color: #ffffff;
}

h2 {
	font-size: 35px;
	color: #333333;
}
h3 {	font-weight:lighter;
	font-size: 24px;
	color: #333333;
	padding-bottom:15px;	
}
h4 {	font-weight:bold;
	font-size: 14px;
	color: #333333;
	padding-bottom:4px;
	padding-top:14px;	
}
p{
	font-size: 16px;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 4px;

}
#editors h4 {
padding-top: 28px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#navbar{
position:absolute;
padding-top: 0px;
padding-left: 0px;
background-color: #464648;
color: #ABC633;
width: 172px;
height:100%;
}
#navbar p{
padding-top: 24px;
padding-left: 14px;
font-size: 12px;
font-weight:bold;}
.navbarlink{
	color: #ABC633;
	text-decoration: none;
}
 a:hover.navbarlink{
	color: #ffffff;
	text-decoration: none;
}
#rightcolumn{float:right;
width:200px;
height:100%;
}
#footer {
	padding-top: 6px;
	padding-left: 10px;
	background-color: #CCCC99;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 10px;


}
#footer p{	font-size: 10px;}
table{border: 2px solid #167539;}
td {	
	border-bottom: 1px solid #167539;
	border-right: 1px solid #167539;
	padding: 0 0.5em;
	}
td.rightcol {	

	border-right: 0;
	}
td.bottomrow {	

	border-bottom: 0;
	}
	td.bottomcorner {	
	border-right: 0;
	border-bottom: 0;
	}
	#middlecolumn li{padding: 12px;}
