/*****************************/ 
/* Menu / Sitemap, generally */ 
/*****************************/ 
ul, li{margin-left: 5px;}

div.csc-menu { margin-left:10px; }
DIV.csc-menu P { font-size:11px; font-weight:bold; margin:1px 0px 0px 0px; padding:2px 2px 2px 10px; background-color:#ECFFCC; }
DIV.csc-menu P A { color:#666666; text-decoration:none; }
DIV.csc-menu P A:hover { color:#666666; text-decoration:underline; }
DIV.csc-menu P.csc-section { font-weight:normal; margin-left:20px; font-style:italic; }

a.ticker {
color: red;	
}
/* Menu / Sitemap, "Menu of these pages" */ 
DIV.csc-menu-def P {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */ 
DIV.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */ 
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left:20px; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left:40px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left:60px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left:80px; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color:#666666; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color:#186900; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color:#10007B; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color:#8A0020; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */ 
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left:0px; }
DIV.csc-menu-3 P.csc-section A { color:#186900; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */ 
DIV.csc-menu-4 { }
DIV.csc-menu-4 P { margin-top:2px; }
DIV.csc-menu-4 P.csc-abstract { font-weight:normal; font-style:italic; margin-top:0px; padding:0px 2px 2px 20px; }

/* Menu / Sitemap, "Recently updated pages" */ 
DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */ 
DIV.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */ 
DIV.csc-menu-7 { }
DIV.csc-menu-7 P { font-weight:bold; }
DIV.csc-menu-7 P.csc-section A { color:#186900; }

/*********************/ 
/* Tables, generally */ 
/*********************/ 
TABLE.contenttable P { font-size:11px; }
TABLE.contenttable TR TD { vertical-align:top; }

/* Tables, specifically */ 
TABLE.contenttable-0 P { color:#1B2943; }

TABLE.contenttable-1 P { color:#186900; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight:bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color:#d7e5ef;}
TABLE.contenttable-2 P { color:#10007B; }
TABLE.contenttable-2 TR TD.td-0 { background-color:#F5FFAA;}
TABLE.contenttable-2 TR TD.td-0 P { font-weight:bold; }

TABLE.contenttable-3 P { color:#8A0020; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color:#D1D2E4;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight:bold; }


/* RTE / Table styling */ 
TABLE.contenttable { border:1px #aec4de solid; margin:10px 0px 10px 0px; width:100%; }
TABLE.contenttable TR TD { padding:0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size:10px; }
TABLE.contenttable TR { background-color:#d7e5ef; }

/*****************/ 
/* Various Forms */ 
/*****************/ 

/* Email, Login and Search forms generally:*/ 
FORM TABLE TR TD { padding-left:5px; padding-right:20px; }
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color:#d7e5ef; }
FORM TABLE TR TD.csc-form-fieldcell { background-color:#d7e5ef; }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border:1px solid #aec4de; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight:bold; }

/* Email form, specifically */ 
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }

/* Search form, specifically */ 
FORM TABLE.csc-searchform { width:100%; }
FORM TABLE.csc-searchform TR TD { padding:5px 5px 5px 5px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight:bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT { width:100%; }

/* Login form, specifically */ 
FORM TABLE.csc-loginform { width:70%; }
#tx-newloginbox-pi1-user,#tx-newloginbox-pi1-pass {
border:1px solid #aec4de;
}
.tx-newloginbox-pi1-submit {
border:1px solid #aec4de;
color: #000000;
background: #ffffff
}

/******************/ 
/* Headers, plain */ 
/******************/ 
H1 {
border-bottom: 1px solid #aec4de;
	border-top: 1px solid #aec4de;
	border-right: 20px solid #6183ad;
	color: #6183ad;
	font-size: 130%;
	font-weight: normal;
	margin: 5px 0;
	background: #d7e5ef;
}
H2 {
border-bottom: 1px solid #aec4de;
	border-top: 1px solid #aec4de;
	border-right: 20px solid #6183ad;
	color: #6183ad;
	font-size: 120%;
	font-weight: normal;
	margin: 5px 0;
	background: #d7e5ef;
}
H3 {
border-bottom: 1px solid #aec4de;
	border-top: 1px solid #aec4de;
	border-right: 20px solid #6183ad;
	color: #6183ad;
	font-size: 110%;
	font-weight: normal;
	margin: 5px 0;
	background: #d7e5ef;
}
H4 {
border-bottom: 1px solid #aec4de;
	border-top: 1px solid #aec4de;
	border-right: 20px solid #6183ad;
	color: #6183ad;
	font-size: 100%;
	font-weight: normal;
	margin: 5px 0;
	background: #d7e5ef;
}
H1, H2, H3, H4, H5, H6 { margin:0px 0px 0px 0px; margin-top:10px; margin-bottom:8px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top:0px; }


/* CSS version 2.0, by Boris Cherny. */
/*Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame */



body {
	background: #FFFFFF;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
	text-align: center;
}



a {
	color: #6799b1;
	text-decoration: underline;
}
a:hover {
	color: #838f96;
	text-decoration: none;
}


acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}

h1:hover {
	border-bottom: 1px solid #7f9fc6;
	border-top: 1px solid #7f9fc6;
	background: #D16E6E;
}
input {
	background: #ffffff;
	margin: 2px 20px;
	width: 140px;
}
#column2 ul {
	margin: 10px 0;
}
#column2 li {
	color: #999999;
	list-style: square inside;
	text-indent: 10px;
}
.login {
	border: 1px solid #c9dcea;
	color: #999;
	background: #385585;
}
.login_hover {
	border: 1px solid #999;
	color: #ccc;
}
#submit {
	border: 1px solid #D16E6E;
	color: #999;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	width: 140px;
	text-align:center;
}
#submit_hover {
	border: 1px solid #999;
	color: #ccc;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	text-align:center;
}
/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
#wrap {

	width: 1000px;
}
#header {
	background: url(./Images/header1.jpg) left no-repeat;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	height: 174px;
	padding-left: 200px;
	text-align: left;
}

.smallheaderletter {
	font-size: 20px;
	font-weight: bold;
}

#nav {
	float: left;
	padding-top: 20px;
	background: url(./Images/side.jpg);
	padding-bottom: 200px;
	width: 180px;
}

/* Vertical Navigation Menu */

#all_nav1{
	display: block;
	line-height: 26px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 180px;
}

#all_nav2 {
	display: block;
	line-height: 26px;
	color: #ffffff;
	text-decoration: none;
	width: 180px;
	FILTER: alpha(opacity=90);
	moz-opacity: 0.90
}

#all_nav3 {
	display: block;
	line-height: 26px;
	color: #ffffff;
	text-decoration: none;
	width: 180px;
	FILTER: alpha(opacity=90);
	moz-opacity: 0.90;
}

.nav1 A {
	display: block;
	line-height: 26px;
	border-bottom: 1px solid #D16E6E;
	color: #ffffff;
	text-decoration: none;
	width: 180px;
	background: ;
	TEXT-DECORATION:none;
}
.nav1 A:hover {
	display: block;
	line-height: 26px;
	border-bottom: 1px solid #D16E6E;
	color: #000000;
	text-decoration: none;
	width: 180px;
	background: #f6b2b3;

}
.nav1_act A {
	display: block;
	line-height: 26px;
	border-bottom: 1px solid #D16E6E;
	color: #000000;
	text-decoration: none;
	width: 180px;
	background: #D16E6E url(./Images/selector.gif) center right no-repeat;
}
.nav2 A {
	display: block;
	line-height: 26px;
	border-bottom: 1px solid #D16E6E;
	color: #ffffff;
	text-decoration: none;
	width: 180px;
	background: #DB2D2C;
	FILTER: alpha(opacity=90);
	moz-opacity: 0.90
}
.nav2 A:visited {
	display: block;
	line-height: 26px;
	border-bottom: 1px solid #D16E6E;
	color: #ffffff;
	text-decoration: none;
	width: 180px;
	background: #DB2D2C;
	FILTER: alpha(opacity=90);
	moz-opacity: 0.90
}
.nav2 A:hover {
	display: block;
	line-height: 26px;
	border-bottom: 1px solid #D16E6E;
	color: #ffffff;
	text-decoration: none;
	width: 180px;
	background: #D16E6E url(./Images/selector_sub.gif) center right no-repeat;
	color: #000000;
	FILTER: alpha(opacity=90);
	moz-opacity: 0.90
}
.nav2_act A {
	display: block;
	line-height: 26px;
	border-bottom: 1px solid #D16E6E;
	color: #000000;
	text-decoration: none;
	width: 180px;
	background: #D16E6E url(./Images/selector_sub.gif) center right no-repeat;
	FILTER: alpha(opacity=90);
	moz-opacity: 0.90
}

.nav2-act A:hover {
	display: block;
	line-height: 26px;
	border-bottom: 1px solid #D16E6E;
	color: #000000;
	text-decoration: none;
	width: 180px;
	background: #D16E6E url(./Images/selector_sub.gif) center right no-repeat;
	FILTER: alpha(opacity=90);
	moz-opacity: 0.90

}

.nav2_act A:visited {
	display: block;
	line-height: 26px;
	border-bottom: 1px solid #D16E6E;
	color: #000000;
	text-decoration: none;
	width: 180px;
	background: #D16E6E url(./Images/selector_sub.gif) center right no-repeat;
	FILTER: alpha(opacity=90);
	moz-opacity: 0.90
}

.nav3 A {
	display: block;
	line-height: 26px;
	border-bottom: 1px solid #D16E6E;
	color: #ffffff;
	text-decoration: none;
	width: 180px;
	background: #DB2D2C;
	FILTER: alpha(opacity=90);
	moz-opacity: 0.90
}
.nav3 A:visited {
	display: block;
	line-height: 26px;
	border-bottom: 1px solid #D16E6E;
	color: #d7e5ef;
	text-decoration: none;
	width: 180px;
	background: #DB2D2C;
	FILTER: alpha(opacity=90);
	moz-opacity: 0.90
}
.nav3 A:hover {
	display: block;
	line-height: 26px;
	border-bottom: 1px solid #D16E6E;
	color: #000000;
	text-decoration: none;
	width: 180px;
	background: #D16E6E url(./Images/selector_sub.gif) center right no-repeat;
	FILTER: alpha(opacity=90);
	moz-opacity: 0.90
}
.nav3_act A {
	display: block;
	line-height: 26px;
	border-bottom: 1px solid #D16E6E;
	color: #000000;
	text-decoration: none;
	width: 180px;
	background: #D16E6E url(./Images/selector_sub.gif) center right no-repeat;
	FILTER: alpha(opacity=90);
	moz-opacity: 0.90
}

.nav3-act A:hover {
	display: block;
	line-height: 26px;
	border-bottom: 1px solid #D16E6E;
	color: #000000;
	text-decoration: none;
	width: 180px;
	background: #D16E6E url(./Images/selector_sub.gif) center right no-repeat;
	FILTER: alpha(opacity=90);
	moz-opacity: 0.90
}

.nav3_act A:visited {
	display: block;
	line-height: 26px;
	border-bottom: 1px solid #D16E6E;
	color: #000000;
	text-decoration: none;
	width: 180px;
	background: #D16E6E url(./Images/selector_sub.gif) center right no-repeat;
	FILTER: alpha(opacity=90);
	moz-opacity: 0.90
}


#column1 {
	float: left;
	width: 150px;
}
#column1 img {
	border: 1px solid #D16E6E;
	margin: 5px 20px;
	padding: 10px 20px;
}
/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */
#column2 {
	width: 820px;
	/*float: right !important;*/
	/*float: right;*/

	margin-left: 180px;
	padding: 12px 30px 30px 9px;
	background: #ffffff;
}

#content {
	margin-left: 180px;
	padding-left: 20px;
	text-align: left;
	margin-top: -30px;
	background: #ffffff;
	}

#links div {
	float: left;
	width: 140px;
}
#links div li {
	list-style: none;
}
#links div li a {
	background: url(./Images/arrow_outline.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#links div li a:hover {
	background-image: url(./Images/arrow.gif);
	color: #ac835c;
	text-decoration: underline;
}
#footer {
	clear: both;
	color: #999999;
	font-size: 9px;
	padding: 30px 0 10px 0;
	text-align: center;
}
#footer a {
	text-decoration: underline;
}

[if IE]>

ul.subnavigation li{
#column2 {
	width: 500px;
	/*float: right !important;*/
	/*float: right;*/
	margin-left: 190px;
	padding: 12px 30px 30px 9px;
#all_nav1,#all_nav2,#all_nav3,#all_nav4,.nav1,.nav1 A,.nav1 A:active,.nav1 A:hover,.nav1_act,.nav1_act A,.nav1_act A,.nav1_act A:hover,.nav2_act A:visited,.nav2,.nav2 A,.nav2 A:active,.nav2 A:hover,.nav2_act,.nav2_act A,.nav2_act A,.nav2_act A:hover,.nav2_act A:visited,.nav3,.nav3 A,.nav3 A:active,.nav3 A:hover,.nav3_act,.nav3_act A,.nav3_act A,.nav3_act A:hover,.nav3_act A:visited,.nav4,.nav4 A,.nav4 A:active,.nav4 A:hover,.nav4_act,.nav4_act A,.nav4_act A,.nav4_act A:hover,.nav4_act A:visited {
width: 181px;
}

<![endif]

#sidemap {}

