/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
a:link { 
	color:#990000;
	text-decoration: none;
	}
	
a:visited {
	color:#990000;
	text-decoration:none;
	}
	
a:hover { 
	color:#990000;
	text-decoration:underline;
	}
	
a:active {
	color:#990000;
	text-decoration:none;
	}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	}
	
.skip {
	display: none;
	}
	
ul, ol {
	padding:0 20px 5px 55px;
	list-style-position:inside;
	}
	
li {
	padding:5px 0 5px 15px;
	text-indent:-13px;
	line-height:1.4em;
	}
	
	
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:2px;
	font-size:12pt;
	color:#990000;
	padding: 30px 20px 0px 35px;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:10pt;
	color:#990000;
	padding: 15px 20px 0px 35px;
	}

p {
	font-size:8.5pt;
	line-height:1.4em;
	padding:10px 20px 10px 35px;
	}
	
table {
	margin:20px 0 0 35px;
	}
	
p.caption {
	padding:0;
	font-size:110%;
	color:#333;
	text-align:center;
	}
	

#header-outer {
	background: transparent url(../images/content-bkgd.gif) repeat-y center top;
	}
	
#header-inner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	background-color:#739b78;
	height:160px;
	}
	
#header-left {
	width: 240px;
	float: left;
	display: inline;
	padding: 0px;
	height:160px;
	}
	
#header-right {
	float: right;
	display: inline;
	width: 685px;
	text-align: right;
	height:160px;
	}
	
#date-outer {
	background: transparent url(../images/content-bkgd.gif) repeat-y center top;
	}
	
#date-top {
	background:url(../images/date-dashed.gif) repeat-x top left;
	width:960px;
	height:3px;
	}
	
#date-bottom {
	background:url(../images/date-dashed.gif) repeat-x top left;
	width:960px;
	height:3px;
	}
	
#date-inner {
	width:960px;
	margin: 0 auto;
	text-align:left;
	background-color:#cdd6a7;
	}
	
#date-inner p {
	padding: 6px 10px;
	color:#990000;
	font-size:110%;
	}
	
span.message {
	color:#333;
	}

#content-outer {
	background:  transparent url(../images/content-bkgd.gif) repeat-y center top;
	background-color: #ffffff;
	}
	
#content-inner {
	width: 960px;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	}
	
#content-left {
	background: url(../images/content-left-back.gif) repeat-y center top;
	width: 209px;
	float: left;
	display: inline;
	text-align: left;
	padding: 0px 0px 30050px 0px;
	margin-bottom: -30000px;
	
	}
	
#content-left-nav {
	width: 209px;
	text-align: left;
	
	margin:0;
	padding:0;
	}
	
#content-left-nav h2 {
	display: none;
	}
	
#content-left-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 209px; /* Width of Menu Items */
	list-style-position:outside;
	text-indent:0;
	}
	
#content-left-nav li {
	margin:0;
	padding:0;
	text-indent:0;
	
	}

#content-left-nav ul li {
	position: relative;
	}
	
#content-left-nav li ul {
	position: absolute;
	left: 209px; /* Set 1px less than menu width */
	top: -2px;
	display: none;
	border:2px #99cc66 solid;
	/*border-top:0;*/
	border-bottom:0;
	text-indent:0;
	}

/* Styles for Menu Items */
#content-left-nav ul li a {
	display: block;
	text-decoration: none;
	color: #cdd6a7;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 5px 0 5px 20px;
	border: 1px solid #ccc; /* IE6 Bug */
	border: 0;
	border-bottom: 2px solid #99cc66;
	background-color:#739b78; 
	width:189px;
	}
	
#content-left-nav ul li a:hover {
	background-color: #99cc66;
	display: block;
	border-bottom: #99cc66 2px solid;
	color:#990000;
	padding: 5px 0 5px 20px;
	width:189px;
	}

/* Fix IE. Hide from IE Mac \*/
* html #content-left-nav ul li { float: left; height: 1%; }
* html #content-left-nav ul li a { height: 1%; }
/* End */
	

#content-left-nav li:hover ul, #content-left-nav li.over ul { 
	display: block; }




	
#content-center {
	float: left;
	display: inline;
	text-align: left;
	width: 500px;
	padding: 0;
	}
	
#content-right {
	float:right;
	width:246px;
	text-align:left;
	padding:0;
	display:inline;
	}
	
#content-right h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12pt;
	color:#990000;
	padding: 30px 20px 0px 30px;
	}
	
#content-right h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:9pt;
	color:#990000;
	padding: 15px 20px 0px 30px;
	}
	
#content-right p {
	font-size:8.5pt;
	padding:10px 20px 0 30px;
	}
	
#footer-outer {
	background:  transparent url(../images/content-bkgd.gif) repeat-y center top;
	
	}
	
#footer-inner {
	width:960px;
	margin:0 auto;
	text-align:left;
	border-bottom: 1px #ccc solid;
	}
	
#footer-top {
	background:url(../images/date-dashed.gif) repeat-x top left;
	width:960px;
	height:3px;
	margin:0 auto;
	}
	
#footer-inner p {
	font-size:100%;
	color:#666666;
	text-align:left;
	padding: 10px 10px;
	}
