﻿body {
	margin:0; padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	background-color:#f4ffe3;
}
#header {
	margin: 0;
	padding: 0;
	background: #5c743d;
	height: 83px;
	width: 100%;
}
#banner {
	width: 100%;
	background-color: #d4edb3;
}
#leftcol {
	width: 20%;
	background-color: #5c743d;
	vertical-align: top;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #e5f6cb;
}
#centercol {
	width:60%;
	vertical-align:top;
}
#rightcol {
	width: 20%;
	vertical-align:top;
}
#clear {
	clear:both;
}
#footerwrap {
	background-color: #f4ffe3;
	height: 30px;
	margin: 0;
}
#footer {
	font-size: 10px;
	color: #333333;
	width: 80%;
	vertical-align: middle;
	padding-left: 2%;
}
#centercol_fw {
	width:80%;
	vertical-align:top;
}

/* *********************** */
/* TOP NAVIGATION */
/* *********************** */

#navigation {
	background-color: #d5edb3;
	height: 30px;
	border-top-style: ridge;
	border-top-width: thin;
	border-top-color: #f4ffe3;
}
#navcontainer {
	margin-left: 0;
	position: absolute;
	left: 5px;
	top: 105px;
	width: 500px;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#navcontainer a {
	color: #5c743d;
	text-decoration: none;
}
#navcontainer a:hover {
	color:#f4ffe3;
}
#navlist {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: x-small;
	font-weight: bold;
}
#navlist li {
	display: inline;
	padding: 0 8px 0 8px;
	margin: 0;
	border-right: 1px #5c743d solid;
	text-align: center;
	border-right-color: #5c743d;
}
#navlist a {
	color: #5c743d;
	text-decoration: none;
}
#navlist a:hover {
	color:#d5edb3;
}

/* ******************* */
/* LEFT NAVIGATION */
/* ******************* */

#leftnavwrap {
	margin-left: 0;
	width: 100%;
}
#leftnav {
	margin_left: 0;
	width: 100%;
}
.leftnav ul {
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	font-weight:bold;
}
.leftnav li {
	display: inline;
	/* for IE5 and IE6 */
}
.leftnav a {
	display: block;
	background-color: #d5edb3;
	border-bottom: 1px #5c773d solid;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #5c743d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	border-bottom-color: #99b178;
}
.leftnav a:visited {
	color:#5c743d;
	text-decoration:none;
}

.leftnav a:hover { 
	background-color:#f4ffe3;
	text-decoration:none; 
}
.colspacer {
	height: 30px;
}
.leftnavopen {
	padding: 5px 0px 5px 5px;
	font-size: small;
	color: #f4ffe3;
	background-color: #99b178;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f4ffe3;
}
.leftnavopen ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.leftnavopen a {
	color: #f4ffe3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #99b178;
	height: 30px;
	padding-left: 2px;
	text-transform: uppercase;
	font-weight: bold;
}
.leftnavopen a:visited {
	color:#f4ffe3;
	text-decoration:none;
}

.program ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.program a {
	display: block;
	color: #5c743d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #e5f6cb;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	border-bottom: 1px solid #d5edb3;
	font-weight: bold;
	text-transform: uppercase;
}

/* hack to fix IE spacing */
* html .program a {
	height:1px;
}
.program a:visited {
	color:#5c743d;
	text-decoration:none;
}
.program a:hover {
	background-color:#f4ffe3;
	text-decoration:none;
}
.program_open {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #5c743d;
	background-color: #f5fde8;
	padding: 3px 3px 3px 10px;
	text-transform: uppercase;
}
.program_openlist {
	display: block;
	font-size: x-small;
	font-weight: bold;
	color: #1b274a;
	background-color: #eff4ee;
	border-bottom: 1px solid #eff4ee;
	padding: 3px 3px 3px 10px;
	text-decoration: bold;
	text-transform: uppercase;
}
.sublist {
	padding:0;
	margin: 0;
}
.sublist li {
	list-style-type: none;
	margin: 0;
	border-bottom: 1px #e5f6cb solid;
}
.sublist li a {
	background-color: #f5fde8;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
	color: #5c743d;
	padding: 3px 3px 3px 20px;
}
.sublist a:hover { 
	background-color:#ffffff; 
}
.sublist_open {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #99b178;
	background-color: #fafff1;
	padding: 3px 3px 3px 20px;
}
.subsublist {
	padding:0;
	margin: 0;
}
.subsublist li {
	list-style-type: none;
	margin: 0;
	border-bottom: 1px #b5cbb2 solid;
	border-bottom-color: #e5f6cb;
}
.subsublist li a {
	background-color: #fafff1;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	font-weight: normal;
	color: #5c743d;
	padding: 3px 3px 3px 30px;
}
.subsublist a:hover { 
	color:#b5cbb2; 
}
.book a {
	color:#ffcc00;
	font-size:x-small;
	font-weight:bold;
	text-decoration:none;
}
#ads a {
	font-weight:bold;
	text-decoration:none;
	color:#ffcc00;
}


/* *********************** */
/*  MIDDLE COLUMN */
/* *********************** */


.leftvertspacer {
	width:3%;
}
#breadcrumbspacer {
	height:6px;
}
#breadcrumb {
	font-size: x-small;
	color: #1b274a;
	padding-top:10px;
}
#breadcrumb a {
	color: #cc3300;
	text-decoration: none;
	font-weight: bold;
}
#breadcrumb a:hover {
	text-decoration:underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-large;
	color: #5c743d;
	margin-bottom: 3px;
	margin-top: 25px;
	font-weight: bold;
}
h2 {
	text-decoration: none;
	font-weight: bold;
	color: #5c743d;
	font-size: small;
	background-color: #ddf2bf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	margin-bottom: 3px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 1px;
}
h5 {
	font-family:"Arial Black";
	font-size:small;
	font-weight:normal;
	color:#1b5837;
	margin-bottom:5px;
}
h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#1b5837;
}

#topicleftcol {
	width:3%;
}
#centercolwrap {
	width: 100%;
}
.columnwrap {
	margin-left: 20px;
	margin-right: 20px;
}
#content {
	width: 94%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#column1 {
	width: 45%;
	padding: 0 1% 0 3%;
	margin: 0;
	float: left;
	vertical-align: top;
}
#column2 {
	width: 45%;
	padding: 0 3% 0 1%;
	float: right;
	vertical-align: top;
}
.onecolumnleft {
	width:60%;
	padding:0;
	margin:0 10px 0 20px;
	float:left;
	vertical-align:top;
}
.onecolumnstretch {
	width:30%;
	padding:0 0 20px 0;
	margin:0 10px 0 20px;
	float:right;
}
.vertcolspacer2percent {
	width: 2%;
}
.vertcolspacer10px {
	width:10px;
}
.vertcolspacer20px {
	width:20px;
}
p {
	padding: 0;
	margin-top: 1px;
	margin-bottom: 8px;
}
#content p {
	list-style: circle;
	padding: 0;
	margin-top: 1px;
	margin-bottom: 10px;
}

/* ************************* */
/*        RIGHT COLUMN       */
/* ************************* */

#rightcol ul {
	padding:0;
	margin:0;
}
#rtcolspacer_top {
	height:45px;
}


/* ************************* */
/*          FOOTER           */
/* ************************* */
.leftcolspacer {
	width: 20%;
	background-color: #5c743d;
}
.vspacer_2 {
	width:2%;
}
#footer a {
	color: #cc3300;
	text-decoration: none;
}
#footer a:hover {
	color:#6884b4;
}
#date {
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	text-align: right;
	padding-right: 3px;
	height: 20px;
	background-color: #f4ffe3;
}
#dateleftcolumn {
	width: 20%;
	height: 20px;
	background-color: #5c743d;
}

/* ************************* */
/*  OTHER TEXT/IMAGE STYLES  */
/* ************************* */
a {
	color: #cc3300;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:#cc3300;
}
a:hover {
	text-decoration:underline;
}
h2 a {
	color:#5c743d;
}
h2 a:visited {
	color:#5c743d;
}
h2 a:hover {
	text-decoration:underline;
}

.nospace {
	margin: 5px 0 10px 0;
}
.azcenter {
	font-family: "Arial Black";
	font-size: medium;
	text-transform: uppercase;
	color: #1b274a;
	text-align: center;
	letter-spacing: 0.5em;
	font-weight: normal;
}
.azcenter a {
	font-weight: normal;
	color: #1b274a;
}

.text_lrgDkgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #5c743d;
	letter-spacing: 2px;
}
.text_smOrange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #cc3300;
	letter-spacing: 2px;
}

.sublist_opendark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #5c743d;
	background-color: #fafff1;
	padding: 3px 3px 3px 20px;
}

