@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
#wrapper {
	margin: 0;
	padding: 0;
	width: 956px;
	border: 2px solid #999999;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
}
#header {
	background-image: url("../images/grey_gradient.jpg");
	background-repeat: repeat-x;
	position: relative;
	font-size: .65em;
}
#header img {
	background-color: #FFFFFF;
	padding: 11px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
}
#header input {
	width: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #003399;
}
#header label {
	font-weight: bold;
	color: #666666;
}
#header ul {
	margin: 0;
	list-style:none;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #999999;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 275px;
}
#header li {
	font-weight: bold;
	display: inline;
	margin-left: 12px;
}
#header a:link {
	font-weight: bold;
	text-decoration: none;
	color: #18308C;
}
#header a:visited { 
	text-decoration: none;
	color: #18308C;
}
#header a:hover {
	text-decoration: underline;
	color: #000000;
}
#bread_crumb_nav {
	margin-left: 135px;
	height: 25px;
	font-size: 0.65em;
	padding-top: 10px;
	padding-left: 25px;
}
#bread_crumb_nav a:link {
	color: #18308C;
}
#mainContent {
	margin-left: 135px;
	width: 686px;
}
#mainContent p {
	font-size: 0.75em;
	line-height: 1.3em;
	margin-left: 32px;
	margin-right: 20px;
}
#mainContent a:link {
	color: #102CB5;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:visited {
	color: #102CB5;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#mainContent ul {
	font-size: 0.75em;
	margin-left: 20px;
	line-height: 1.5em;
}
#mainContent form {
	width: 600px;
	padding-left: 12px;
	padding-top: 4px;
	margin-left: 30px;
	line-height: 3em;
}
#mainContent input {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
}
#main_content_index {
	margin-left: 135px;
}
#main_content_index p {
	font-size: 0.75em;
	line-height: 1.3em;
	margin-top: 19px;
	margin-left: 32px;
	margin-right: 20px;
}
#main_content_index a:link {
	color: #102CB5;
	text-decoration: none;
	font-weight: bold;
}
#main_content_index a:visited {
	color: #102CB5;
	text-decoration: none;
	font-weight: bold;
}
#main_content_index a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#sidebar {
	width: 135px;
	float: left;
	font-size: 0.65em;
}
#sidebar ul {
	padding:0;
	margin-right: 12px;
	list-style:none;
	text-align: right;
	font-weight: bold;
}
#sidebar li {
	margin-top: 23px;
}
#sidebar a:link {
	font-weight: bold;
	text-decoration: none;
	color: #18308C;
}
#sidebar a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #18308C;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
#sidebar img {
	border-color: #999999;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
}
#rightSide {
	background-color: #E8E8E8;
	width: 135px;
	float: right;
	padding-top: 35px;
}
#footer a {
	margin-left: 18px;
}
#footer {
	clear: both;
	background-image: url("../images/grey_gradient.jpg");
	background-repeat: repeat-x;
	height: 27px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 15px;
	font-size: 0.65em;
	font-weight: bold;
}
#footer a:link {
	text-decoration: none;
	color: #666666;
}
#footer a:visited { 
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
	color: #000000;
}
.copyright {
	font-size: 0.65em;
	color: #666666;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: center;
}
.nav1 {
	font-weight: bold;
	color: #666666;
}
#header .button_text {
	width: 34px;
	font-size: 10px;
	text-align:center;
}
#header form {
	display: inline;
	width: 222px;
	position: absolute;
	right: 10px;
	top: 11px;
	color: #18308C;
}
#mainContent form {
	font-size: .75em;
	line-height: normal;
}
h1 {
	margin-left: 32px;
	font-size: .75em;
}
.headerWhiteBold {
	font-size: .95em;
	font-weight: bold;
	color: #FFFFFF;
}
.line {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dashed;
	border-top-color: ##E8E8E8;
	border-right-color: ##E8E8E8;
	border-bottom-color: ##E8E8E8;
	border-left-color: ##E8E8E8;
}