/* CSS Document */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
body {
	background-color: #F0F0F0;
	background-image: url(pics/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;	
}
#outer_wrapper {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 906px;
}
#inner_wrapper {
	padding: 0px;
	height: auto;
	width: auto;
	margin: 0px;
}
#banner {
	background-image: url(pics/banner.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 155px;
	width: 900px;
	font-size: 0px;
}
#top_nav{
	margin-bottom: 1px;
	padding: 2px 0px 6px;
	height: 16px;
	width: 900px;
	text-align: right;
	background-image: url(pics/navbar.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
#top_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 6px 0px 0px;
	text-align: right;
	display: inline;
	width: 894px;
	float: left;
}
#top_nav li {
	display: inline;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
	margin: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-top: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
#top_nav li a:link {
	color: #000;
	text-decoration: underline;
}
#top_nav li a:visited {
	color: #000;
	text-decoration: underline;
}
#top_nav li a:hover {
	color: #000;
	text-decoration: none;
}
#top_nav li.last  {
	border-right-style: none;
	padding-right: 6px;
	padding-left: 12px;
}
#top_nav li.first  {
	padding-right: 12px;
	padding-left: 12px;
}
#middle {
	margin: 0px;
	padding: 0px;
	height: auto;
	min-height: 450px;
	width: 900px;
	background-image: url(pics/midbanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EFEFEF;
}
#left_nav {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	min-height: 450px;	
	width: 275px;
	background-image: url(pics/side_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EFEFEF;
}
#left_nav ul {
	margin: 0px;
	padding: 35px 0 190px 35px;
	text-align: left;
	float: left;
	list-style-type: square;
	line-height: 32px;
}
#left_nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;	
}
#left_nav li a:link {
	text-decoration: none;
	list-style-type: none;
	color: #000033;
	border: none;
}
#left_nav li a:visited {
	color: #000033;
	font-weight: bold;
	text-decoration: none;
	border: none;
}
#left_nav li a:hover {
	color: #0000FF;
	text-decoration: underline;
	border: none;
}
#left_nav img {margin-left:17px;}
#content {
	margin: 0px;
	padding: 5px;
	float: left;
	height: 100%;
	width: 615px;
	min-height: 447px;
	font-size: 14px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
#content a:link {
	color: #0000FF;
}
#content a:visited {
	color: #0000FF;
}
#content a:hover {
	color: #FFFFFF;
}
#mark_pic {
	margin: 5px 0px 2px 6px;
	padding: 0px;
	float: right;
	border: thin solid #FFFFFF;
	text-align: right;
	clear: both;
	background-image: url(pics/mark_pic.jpg);
	background-repeat: no-repeat;
	height: 186px;
	width: 102px;
}
#footer {
	text-align: center;
	margin: 0px;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	font-size: 10px;
	color: #FFFFFF;
}
#footer h3 {color: #000; font-style: italic;}
#footer a:link {
	color: #000;
	font-size: 10px;
}
#footer a:visited {
	color: #000;
	font-size: 10px;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
.clrflt {
	clear: both;
	height: 0px;
	margin: 0px;
}
