@charset "UTF-8";
/* CSS Document */

body {
	background-color: #F0F0F0;
	text-align: center;
}
img {
	margin-bottom: 24px;
}
h1 {
	font-size: 20px;
	line-height: 28px;
	padding-top: 0px;
	margin-top: -4px;
	margin-bottom: 12px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	color: #999999;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 0px;
	margin-left: 12px;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 9px;
	margin-top: 17px;
	color: #D81F3E;
}
h4 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 9px;
	margin-top: 17px;
}
p {
	margin-top: -3px;
}
a {
	color: #333333;
}
a:hover, a:active {
	color: #D81F3E;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	background-color: #FFFFFF;
	width: 960px;
	position: relative;
	margin-top: 24px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #999999;
}
#header {
	height: 120px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
}
#sidebar1 {
	background-image: url(portrait.jpg);
	background-repeat: no-repeat;
	padding-top:225px;
	margin-bottom:24px;
	margin-top:-5px;
	float: left;
	width: 156px;
	margin-left: 36px;
}
#sidebar2 {
	margin-top:-17px;
	float: right;
	width: 156px;
	margin-right: 36px;
}
#sidebar2 img {
	margin-top:7px;
}
#content {
	padding:0;
	margin-left: 228px;
	margin-right: 228px;
}
div#footer {
	clear: both;
	padding-right: 84px;
	border-top: 1px solid #999;
	padding-top: 10px;
	height:26px;
	text-align: right;
	margin-top: 36px;
	font-size: 11px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
div#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div#footer li {
	display: inline;
	margin-right: 1em;
}
#navigation {
	height: 72px;
	line-height: 24px;
	position: relative;
	background-image: url(../Design/nav0.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
	padding-left: 24px;
	margin-bottom:12px;
}
#navlist li {
	display:inline;
}
#navlist, #navlist ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navlist ul {
	left:0;
	position:absolute;
	margin-top:24px;
	margin-left:72px;
}
#navlist a {
	float:left;
	color: #808080;
	text-decoration: none;
	padding-left: 24px;
	padding-right: 24px;
	width:auto;
}
#navlist a:hover, #navlist .navcurrent, #navlist .subnavcurrent {
	color: #000000;
	background-image: url(../Design/nav1l.gif);
	background-repeat:repeat-x;
	background-position: left;
}
#navlist .subnavlist li {
	display:none;
	width:0;
}
.newsflash {
	margin-top: 14px;
	padding: 18px;
	background-color:#d9e096;
	color: #000000;
	
}
.video {
	padding-left: 84px;
	padding-right: 84px;
	background-color: #E6E6E6;
	margin-bottom: 24px;
	margin-top: 24px;
}

