/*
Colors
	greem		#006C3A
	blue		#0C2156
	brown		#A4A796
	tan			#d5d8c7
*/

body
	{
	background: url(images/bckgd.jpg) top center no-repeat fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	}
	
h4	
	{
	color: #0C2156;
	font-size: 1em;
	}
	
h2	
	{
	color: #0C2156;
	font-size: 1.5em;
	text-align: left;
	}
	
#top
	{
	background:url(images/top.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
	width: 406px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	}
	
#main
	{
	margin: 0 auto;
	width: 900px;
	padding: 0;
	}
	
#banner
	{
	height: 130px;
	width: 900px;
	background: url(images/bckgd_bann.gif) no-repeat;
	}
	
#wrapper
	{
	padding: 10px;
	background-color: #FFF;
	border-top: 3px solid #0C2156;
	}
	
#content
	{
	background-color: #FFF;
	margin-left: 206px;
	}
	
#content ul
	{
	list-style-position: inside;
	}
	
#rightside
	{
	float:right;
	width: 185px;
	padding: 10px;
	border-left: 1px dashed #d5d8c7;
	margin: 10px;
	height: 100%;
	}
	
#sidebar
	{
	float: left;
	width: 185px;
	border: 0;
	margin: 10px;
	border-right: 1px #d5d8c7 dashed;
	height: 100%;
	}
	
#sidebar ul
	{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}
	
#sidebar li
	{
	/*padding-top: 5px;
	margin-bottom: 5px;*/
	font-size: 12px;
	border-bottom: 1px #d5d8c7 dashed;
	line-height: 25px;
	}
	
#sidebar a:link
	{
	display: block;
	color: #006C3A;
	text-decoration: none;
	/*background: url(images/button.gif) no-repeat;*/
	border: 1px white solid;
	}
	
#sidebar a:visited
	{
	display: block;
	color: #006C3A;
	text-decoration: none;
	border: 1px white solid;
	}
	
#sidebar a:hover
	{
	color: #0C2156;
	text-decoration: none;
	border: 1px #d5d8c7 dashed;
	background-color: #d5d8c7;
	}
	
#footer
	{
	clear:both;
	text-align:center;
	}
	
a:link
	{
	color: #006C3A;
	text-decoration: none;
	}
	
a:visited
	{
	color: #006C3A;
	text-decoration: none;
	}
	
a:hover
	{
	color: #0C2156;
	text-decoration: underline;
	}
	
#date
	{
	float: right;
	}
	
.leftPic
	{
	float: left;
	padding: 10px;
	}
	
.rightPic
	{
	float: right;
	padding: 10px;
	}

.logo
	{
	display:block;
	}
	
.blurb
	{
	font-weight:bold;
	font-style:italic;
	}
	
.buttonDes
	{
	font-size:smaller;
	}
	
#webmail a:link
	{
	display:block;
	padding-top: 10px;
	margin-left: -5px;
	}

#webmail a:hover
	{
	background-color: #FFF;
	display:block;
	border: 1px solid #FFF;
	}
	
#popout
	{
	background-color:#026832;
	color:#FFFFFF;
	}
	
#popout p
	{
	padding:5px;
	}
	
#popout a:link
	{
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#popout a:visited
	{
	color:#FFFFFF;
	text-decoration:underline;
	}