html {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
li {
	line-height: 2;
	font-weight: bold;
	color: #000099;
}

#header {
	height: 100px;
	width: 950px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: right;
}
#navcontainer {
	height: 30px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#navigation {
	height: 50px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
/* END style8 */
/* BEGIN style8 */
 #navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #666666;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }


#header h1 {
	font: italic 36px/normal Georgia, "Times New Roman", Times, serif;
	color: #666666;
	display: block;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#header h1 .small {
	font-size: 14px;
	color: #666666;
}

#header h2 {
	font: italic 18px/normal Georgia, "Times New Roman", Times, serif;
	text-align: left;
	display: block;
	color: #CC0000;
	text-decoration: none;
	text-indent: 250px;
	margin: 0px;
	padding: 10px;
}
.highlight {
	color: #FFFF99;
	font-size: 24px;
}


#content {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 0px;
	overflow: auto;
}
#content h1 {
	font: normal 18px/normal Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-transform: none;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	padding-top: 10px;
}


#sub_content {
	float: left;
	height: auto;
	width: 300px;
	padding: 0px;
	margin: 0px;
}
#sub_content h2 {
	font: italic bold 18px/1.5 Georgia, "Times New Roman", Times, serif;
	color: #FF6600;
	text-align: center;
}

#sub_content p {
	padding-right: 20px;
	padding-left: 20px;
}

#main_content {
	float: right;
	height: auto;
	width: 600px;
	padding: 0px;
	margin: 0px;
	border-left: 1px dotted #990000;
}
#main_content p {
	padding-right: 20px;
	padding-left: 20px;
}

#content p {
	padding-left: 50px;
}
#main_content h2 {
	color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 30px;
}

#jobs {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
}

#footer {
	height: 75px;
	width: 950px;
	text-align: center;
	margin: 10px auto 0px;
	padding: 10px 0px;
	border: 1px solid #000000;
}
.img-left {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.img-right {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}
.quotes {
	font: italic 14px/1.5 Georgia, "Times New Roman", Times, serif;
	color: #000099;
	width: 450px;
	text-align: justify;
}
#header h1 .red {
	color: #CC0000;
}
#footer a {
	color: #990000;
}
#footer a:hover {
	color: #333333;
	text-decoration: none;
}

