﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url("../images/background_tile.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #369;
}
img{ 
    border: 0 
} 

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#masthead {
	text-align: right;
	background-color: #36547A;
	background-position: top;
	background-repeat: no-repeat;
	width: 960px;
	height: 250px;
}
#navigation {
	margin: 0px auto 20px auto;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #36547A;
	border-style: none none solid none;
	text-indent: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: medium;
	border-bottom-color: #9B1818;
	font-family: "Tahoma Small Cap";
	width: 960px;
	background-repeat: no-repeat;
}
html>body #navigation {
	overflow: hidden;
}
#footer {
	margin: 0px auto 0px auto;
	padding-bottom: 10px;
	width: 960px;
	background-color: #880000;
	height: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
/* Masthead */
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background-color: #36547A;
	padding-top: 5px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #CCFFFF;
}
#left_col {
	position: relative;
	width: 160px;
	float: left;
	margin-left: 2px;
	padding-left: 6px;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
	height: auto;
}
#page_content {
	border-width: thin;
	border-color: #36547A;
	margin: 0px auto 20px auto;
	width: 578px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: repeat;
	background-color: #FFFFFF;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
#right_col {
	width: 162px;
	float: right;
	margin-right: 2px;
	padding-top: 0px;
	margin-top: 0px;
	height: auto;
	padding-left: 6px;
	background-color: #FFFFFF;
}
#img {
	padding: 3px;
	border-width: thin;
	border-color: #9A1A1A;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: medium;
	color: #8E2122;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: small;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-indent: 10px;
	text-decoration: none;
}
h5 {
	font-size: x-small;
	color: #400;
	font-family: Verdans, Arial, Helvetica, sans-serif;
}
h6 {
	font-size: xx-small;
	color: #300;
}
#low_menu {
	margin: 0px auto 0px auto;
	font-family: "Tahoma Small Cap";
	width: 960px;
	height: 20px;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	font-size: x-small;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
#img {
	border: thin solid #880000;
}
a:hover {
	color: #880000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#first_name {
visibility:hidden;
display:none;
}
#search_content {
	border: thin dotted #36547A;
	margin: 0px 0px 20px 0px;
	float: left;
	padding-right: 20px;
	background-repeat: repeat;
	background-color: #FFFFFF;
	height: auto;
}

:link img {
  border: none;
}
