body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/templates/2009/body_bg_pattern.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/templates/2009/header_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 106px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#header h1 a {
	display: block;
	height: 65px;
	width: 280px;
	text-indent: -9999px;
	position: absolute;
}
#menu {
	position: relative;
	top: 70px;
	left: 80px;
}
#menu_old {
	list-style: inside;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	display: inline;
	border-style: none;
}
#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	}

#nav2 ul {
	list-style-type: none;
	display: inline;
	position: relative;
}
#nav2 ul li {
	width: 190px;
	float: left;
	padding-right: 13px;
}
#nav2 ul li a:link {
	display: block;
	list-style-type: none;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ddc48f;
	font-weight: bold;
	letter-spacing: 0.15em;
	width: 190px;
	text-align: center;
}
#nav ul li a:hover {
	color: #FC0;
}

/* NAV - top horizontal nav */
#nav ul {
	list-style-type: none;
	display: inline;
	position: relative;
}
#nav li {
	position:relative;
	float: left;
	display:block;
	margin: 0;
	padding:0;
}
	#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration:none;
	cursor:pointer;
	display: block;
	list-style-type: none;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ddc48f;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 200px;
}
	#nav a:hover {
	color:#FFF;
	text-decoration: none;
}
	#nav li ul {
	border-left: 1px solid #3F83B7;
	position: absolute;
	left: -999em;
	border-right: 1px solid #3F83B7;
	border-bottom: 1px solid #3F83B7;
	color: #0D316D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
	#nav li:hover ul, #nav li.sfhover ul {
	z-index:99999;
	padding: 0px;
	left: 4px;
}

	#nav li li {
	border-bottom: 1px solid #999999;
	color: #FFFFFF;
	float: left;
}
	#nav li li.last {
}
	#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {
	color:#333333;
	text-align: left;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 11px;
	letter-spacing: 0em;
	background-color: #ddc48f;
}
	#nav li li a:hover {
	color:#900;
	text-decoration: none;
	background-color: #E9CF7B;
}
	#nav li.active ul {
	border:none;
	background-color: #FFFFFF;
}
	#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {text-decoration: none;}
	#nav li.active a:hover {color:#0B548D}	
	#nav li.active li {border:none;border-top: 1px solid #c15c5c;border-bottom: 1px solid #870000}
	#nav li.active li.last {border-bottom: none}
	#nav li.active li a:link, #nav li.active li a:visited, #nav li.active li a:hover, #nav li.active li a:active {color:#fff}
	#nav li.active li a:hover {
	background: #666;
	color:#fff;
}	
	#nav li.active li.active a:link, #nav li.active li.active a:visited, #nav li.active li.active a:hover, #nav li.active li.active a:active {
	color:#fff;
	background: #666;
	text-decoration: none;
}

	/* hide from IE mac \*/
	#nav li {width:auto}
	/* end hiding from IE5 mac */



#mainContent {
	background-image: url(../images/templates/2009/content_bg.jpg);
	background-repeat: no-repeat;
	height: 548px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
}
#mainContent h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	padding-left: 40px;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCC;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
.videocaption {
	font-size: 11px;
	color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#footer {
	background:#606060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	border: 1px solid #FFF;
	line-height: 14px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #fcd889;
	text-decoration: none;
}
#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}
#mainContent p {
	line-height: 20px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#mainContent p a:link, #mainContent p a:visited {
	text-decoration: none;
	color: #039;
}
#mainContent p a:hover {
	color: #930;
	text-decoration: underline;
}

.footnote {
	font-size: 10px;
	line-height: 12px;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
}
.smaller {
	font-size: 11px;
	color: #666;
}

#mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #900;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
