html, body{
	margin:0;
	padding:0;
	line-height:1.75em;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	background:#8d9055 url(../img/mastback.jpg) repeat-x;
}
h1{
	font-size:20px;
	font-family:Arial;
	font-weight:bold;
	text-align:left;
	color:#d1c368;
}
h2{
	font-size:16px;
	font-family:Georgia;
	text-align:left;
	color:#4a5d43;;
	margin:0;
	padding:0;
}
img{
	border:none;
}
#header{
	background:url(../img/banner.jpg) no-repeat top center;
	width:840px;
	height:180px;
}
a{ 
	color:#0033ff;
	text-decoration:underline;
}
a:hover{
	color:#d1c368;
	text-decoration:none;
	border-bottom:1px solid #d1c368; 
}
#container {
	width:840px;
	margin:0 auto;
	padding:10px;
	background:#ffffff url(../img/cont-back.png) repeat-y;
	border:1px solid #4A5D43;
}
p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}
ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;  
	font-size:12px; 
	text-align:left;
	list-style-type:square;
	list-style-position:inside;
}
li{
	text-align:left; 
}
#contentwrapper{
	float: left;
	width: 100%;
	height:auto;
	background:url(../images/ky-argonne-wrapper.jpg) no-repeat top center;
}
#contentcolumn{
	margin-left:235px;
	background:#ffffff;
}
#leftcolumn{
	float:left;
	width:235px;
	height:auto;
	margin-left:-840px;
	background:url(../images/left-column-back.jpg) repeat-y left top;
}
#navcontainer{
	width:185px;
	margin:0;
	padding:0;
	text-align:left;
}
ul#navlist{
	text-align:center;
	list-style-type:none;
	list-style-position:outside;
	padding:0;
	margin:0;
	width:100%;
}
ul#navlist li{
	display:block;
	margin:0;
	padding:0;
}
ul#navlist li a{
	display:block;
	width:180px;
	height:32px;
	font-size:11px;
	color:#fff;
	margin:0; 
	padding:0;
	padding-left:40px;
	background:url(../img/smmenubars.png) 0 0 no-repeat;
	text-decoration: none;
}
ul#navlist a:hover{	
	background-position:-436px 0;
	text-decoration:none;
}
ul#navlist a:active{
	background-position:-654px 0;
	text-decoration:none;
}
#footer {
	width:100%;
	float:left;
	margin:0 auto;
	padding:0;
	font-size:11px;
	color:#d1c368;
	text-align:center;
	background:#4a5d43;
	border-top:3px solid #131408;
	border-left:1px solid #4a5d43;
	border-right:1px solid #4a5d43;
	border-bottom:3px solid #131408;
}
.floatphoto{
	float:right;
	margin-left:10px;
	padding:2px;
	border:1px solid #336633;
}
.floaticon{
	float:left;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #336633;
}
hr{
	background:#336633;
	border:1px solid #336633;
}
.clear{
	clear:both;
}
