

#wrapper {
	
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 980px;
  font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: url("graphics/content_back_second.gif") repeat-y;
	
}

#header {
	margin: 0px 0 0px 0;
	background-color: #fff;
	padding-bottom: 0px;
	width: 978px;
	
	
}
#logo {
	
	margin: 0px 0 0px 0;
	color: #fff;
	padding-bottom: 0px;
	width: 978px;
	height: 83px;
	border: 0px solid black;
	background: url("graphics/logo_small.gif") no-repeat #fff;
}

#sub-header {
	float:left;
	margin:-3px 0 0px 0;
	width: 978px;
	height: 121px;
	background: url("graphics/header5.gif") no-repeat #fff;
	}



#container {
	
	margin: 0px auto;
	padding: 0px;
	border:0;
	background: url("graphics/logo_small.gif") no-repeat #fff;
}
#container-top{
		float:left;
		background: url("graphics/content_top2.gif") no-repeat;
		width: 980px;
		height:16px;
		border: 0px solid black;
		margin-bottom:5px;
		}

#side-a {
	float: left;
	width: 280px;
	margin: 0 20px 0 0px;
	padding: 0 10px 10px 0px;
	border: 0px solid black;
	
}
#content { 
	float: left;
	width: 600px;
	margin-right: 0px;
	padding: 0 20px 10px 20px;
	border: 0px solid black;
}

#navcontainer { width: 260px; }

#navcontainer ul
{
margin-left: 3px;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;

}

#navcontainer a
{
display: block;
padding: 3px;
width: 220px;
background-color: #fff;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #666;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #617d55;
color: #fff;
}

#navlist li
{
padding-left: 10px;
background-image: url(graphics/sm_arrow.jpg);
background-repeat: no-repeat;
background-position: 0 .8em;
}





#footer {
	clear: both;
	background: #fff;
	padding: 10px;
	border: 0px solid #eee;
	
} 

h1 {	
			color:#990000;
			font-family: Georgia, times new roman, serif;
			font-size: 1.5em;
			text-align: left;
   		padding-left: 20px;
			background: url("graphics/grey_bullet.gif") no-repeat;
}
h2 {	
			color:#333;
			font-family: Georgia, times new roman, serif;
			font-size: 1.1em;
			text-align: left;
   		padding-left: 20px;
			background: url("graphics/grey_bullet.gif") no-repeat;
}

.alert li {
			list-style-image: url("graphics/arrow.gif");
			
			
			}

strong {
				color:#990000;
				font-size: 1.2em;
			}
.strong {
				color:#933;
				text-align: center;
				font-weight: bold;
				font-size: 1.1em;
				
			}
.image_border {padding: 5px 5px 10px 5px;
								border: 1px solid #ccc;}
			
.border {padding: 2px 5px 0 0px;}
		/*
<!-- top header nav list -->
#top_navcontainer {
									 border: 0px solid black;}

ul#top_navlist
{
margin-left: 0;
margin-bottom: 0px;
padding-left: 0;
white-space: nowrap;
}

#top_navlist li
{
display: inline;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#top_navlist a { padding: 3px 10px 3px 10px; }

#top_navlist a:link, #top_navlist a:visited
{
color: #617d55;
background-color: #fff;
text-decoration: none;
}

#top_navlist a:hover
{
color: #fff;
background-color: #617d55;
text-decoration: none;
}

*/