/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	}
body {
	background-color: #7b7a7a;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	}
a {
	color: #0074b1;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

li {
	list-style-type: none;
	}
img, a img {
	border: none;
	}
#container {
	width: 800px;
	margin: 20px auto;
	text-align: left;
	}
#header {
	width: 800px;
	height: auto;
	background-color: #0074B1;
	}
	#header a {	
		color: #fff;
		text-decoration: none;
		}
	#header a:hover {	
		text-decoration: underline;
		}
#outside_content {
	width: 800px;
	height: auto;
	background-color: #31312E;
	}
#outside_content_int {
	width: 800px;
	background-color: #31312E;
	}
#main_content {
	width: 782px;
	padding: 0px 9px;
	}
#home_nav {
	width: 160px;
	height: 195px;
	background-color: #F2f2f2;
	color: #000;
	text-align: left;
	}
	#home_nav ul {
		margin: 0px 18px;
		display: block;
		padding-top: 3px;
		padding-bottom: 5px;
		}
	#home_nav li {
		height: 14px;
		width: 133px;
		text-align: left;
		border-bottom: 1px dotted #000;
		padding-top: 3px;
		}
	#home_nav a {
		font-size: 9px;
		color: #000;
		background-color: inherit;
		text-decoration: none;
		font-family: Arial, Helvetica, Verdana, sana-serif;
		font-weight: bold;
		}
	#home_nav a:hover {
		color: #f33;
		background-color: inherit;
		}
#header2 a:hover {
	text-decoration: none;
	
	color: #000000;
	}
#interior_content {
	width: 580px; 
	padding: 27px 20px 20px 20px;
	background-color: #F2f2f2;
	color: #31312E;
	font-family: Verdana, Arial, Garamond, serif;  
	font-size: 12px;
	line-height: 17px;
	}
#interior_content li {
	list-style-type: disc;
	margin-left: 40px;
	}
	
table.noShow { visibility:hidden; position:absolute; }

.search {
background-color: #FFFFFF;
border-bottom-color: #000000;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #000000;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #000000;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #000000;
border-top-style: solid;
border-top-width: 1px;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
height: 18px;
font-size: small;
font-style: normal;
font-weight: normal;
}