﻿html, body {
	margin:0;
	padding:0;	
	height:100%;
	background-color:#333333;
	background-image:url('../images/bgrndgraddrk.jpg');
	font-size:18px;
}
a:visited {
	color:black;
	text-decoration:none;
}

a:link {
	color:black;
	text-decoration:none;
}
a:hover {
color:red;
text-decoration:underline;
}
h1{
	font-size:28px;
	text-decoration:underline;
	font-weight:bold;
	text-align:center;
}
h2 {
	font-size:22px;
	text-decoration:underline;
	font-weight:bold;
}
#masthead {
	height:97px;
	background-image:url('../images/masthd800n2.jpg');
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
	text-align:right;
	padding:10px;
}

#top_nav {
	background-color:#E5CC32;
	padding:5px;
	text-align:center;
	font-size:10pt;
	border-style:solid;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	font-weight:bold;
}
#top_nav a:visited{
	color:black;
	text-decoration:none;
}

#top_nav a:link{
	color:black;
	text-decoration:none;
}
#top_nav a:hover {
	color:black;
	text-decoration:underline;
}

#shadow {
	background-image:url('../images/shadow820.png');
	width:820px;
	margin:0px auto;
	padding:0px;	
	z-index:2;
	position:relative;
}
#container {
	width:800px;
	margin:0px auto;
	padding:0px;
	}
#contentcontainer {
	background-color:#333333;
	height:auto;
	margin:0px auto;
	padding:0px;
}
#left_col {
	padding:10px 10px 10px 10px;
	width: 195px;
	float: left;
	background-color:#333333;
	color:white;
	font-size:16px;
	list-style-image:url('../images/arwblt.gif');
}
#left_col a:visited{
	color:white;
	text-decoration:none;
}
#left_col a:link{
	color:white;
	text-decoration:none;
}
#left_col a:hover{
	color:#E5CC32;
	text-decoration:underline;

}
#page_content {
	margin-left: 215px;
	padding:10px;
	background-color:#ffffff;
	min-height:600px;
	border-style:solid;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:1px;
	border-right-width:0px;
	background-image:url('../images/cntntbgrnd.jpg');
	background-repeat:repeat-y;
}

#footer {
	clear: both;
	background-color:#E5CC32;
	text-align:center;
	font-size:10pt;
	padding:5px;
	border-style:solid;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	font-weight:bold;
}
#footer a:visited{
	color:black;
}
#footer a:link{
	color:black;
	text-decoration:none;
}
#footer a:hover{
	color:black;
	text-decoration:underline;
}
#flags {
	position:absolute;
	z-index:1;
	margin-top:0px;
	width:800px;
}
