/* HTML selectors */

body {
background-color: #ddd;
font-family: Georgia, Times Roman, serif;
}

a {text-decoration: none; color: #045fb4;}


/* ID Selectors */
#body {padding-top: 8px;}

#homeVideo {	
	background-image: url('/images/video_bg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	padding: 80px 0 0 5px;
	width: 457px;
	height: 443px;
}

#header
{
	height: 142px;
	width: 950px;
}

#leftnav {
	background-image: url('../images/left_nav_background.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	min-height: 300px;
	padding: 6px;
}

#leftnav ul {
	list-style-type: none;
	margin: 0;
}

#leftnav li {
	width: 145px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
	font-size: 110%;	       
}

#leftnav a {
	display: block;
	border-bottom: solid 1px silver;
	margin-bottom: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: black;
	vertical-align: bottom;
}

#leftnav a:hover {
	text-decoration: none;
	background-color: navy;
	color: white;
}

#content {padding-top: 8px;}

#featuredItem {	
width: 931px;
	margin: 0 auto 0 auto;
}
#featuredHeader {
	padding: 0 10px 0 10px;
	font-family: Georgia, Times, serif;
	font-weight: regular;
	font-variant: small-caps;
	color: white;
	font-size: 20px;
	background-image: url('/images/ribbon_header.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

#featuredBody {
	width: 899px;
	margin: 0 auto 0 auto;
	padding: 6px;
	border: solid 1px black;
	border-top: none;
}

#newsArticles h3 {font-size: 1em; margin: 0;}
#newsArticles h2 {font-size: 1.2em; margin-top: 0;}

#footer {padding: 8px; font-weight: bold; text-align: center;}

/* Table form */
table.form {width: 500px; border-spacing: 5px;}
table.form td {vertical-align: top;  white-space: nowrap; padding-right: 8px;}
table.form th {
	margin: 10px 0 10px 0;
	padding: 5px; 
	border: solid 1px black; 
	font-weight: bold; 
	background-color: silver;}

p.print {
	background: url('/media/16191/printer_icon.gif') no-repeat 4px 2px; 
	padding: 4px 4px 4px 30px;
	border: solid 1px silver;
	text-align: center;
}









































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
