body{
	margin:0;
	padding:0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
 } 
 
 body, html { 
	height: 100%;
 }

a.moreinfo:link, a.moreinfo:visited  {
	color: #990026;
	font-weight: regular;
	text-decoration: none;
	border: 0;
	}

a.moreinfo:hover, a.moreinfo:active  {
	color: #990026;
	font-weight: bold;
	text-decoration: underline;
	border: 0;
	}

div {
	margin:0;
	padding:0;
}
#skipcontent {
	position: absolute;
	left: -999px;
}

#header {
	display:block;
	width:99%;
	height:145px;
	padding:4px 6px 0 0;
	font-size:14px;
	line-height:24px;
	color:rgb(37,121,218);
	text-align:right;
	background:url(../images/logo2.jpg) top left no-repeat #fff;
	border:0;
}
#header img {
}
#shadow {
	width:100%;
	height:21px;
	background:url(../images/shadow.gif) #fff;
}
	
#container {
	float: left;
	width: 100%;
	margin-right: -200px;
}
#sidebar {
	float: right;
	width: 200px;
	margin: 0;
	color:#666;
}
#footer {
	background-color:#CCCCCC;
	clear: both;
	text-align: center;
	display: block;
	padding: 2px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	text-transform: capitalize;
	color: #000;
	margin: 2px;
}
#footer a {
	font-weight:normal;
}

#content {
	margin-right: 200px;
}
#wrapper {
	background-image: url(../images/bk_right.gif) #fff;
	background-repeat: repeat-y;
	background-position: right top;
}
.clearhidden {
	clear: both;
	height: 1em;
	visibility: hidden;
}
/* Used on the spacer under top horizontal menu */
.clearing {
	clear: both;
	height: 1em;
	background-color: #663366;
}
/* Modified version of the clearfix:after method
   since the footer has an inline-block element already.
   You'd remove the 3 commented out lines to return to a
   normal fix. */
.clearfix:after {
    content: "."; 
   /* display: block; */
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*.clearfix {display: inline-block;}*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
   /* display: block; */
/* End hide from IE-mac */

#outer_wrapper {
	background-color: #fff;
	background-image: url(../images/bk_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#main {
	margin-left: 150px;
	background-color: #fff;
}
#left {
	float: left;
	width: 160px;
	background-color:#fff;
}

#mainContent {
	padding: 0;
	background:#fff;
}

#mainBody {
	padding: 0 20px 0 20px;
	margin-bottom: 2em;
	background:#fff;
}

#mainBody li, dd{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	line-height: 1.5;
}

/* element styles */

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.85em;
	line-height:1.5;
} 

dl {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5;
	padding: .5em 1em;
}

dt {
	font-weight:bold;
	padding:0;
	margin:0;
	margin-left:.5em;
}

dd {
	margin-right:1.5em;
	margin-left:1.5em;
	margin-top:.5em;
	margin-bottom:1.5em;
}

em, cite {
	font-style:italic;
}

abbr, acronym {
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#039;
	border-bottom: 1px dotted #039;
}

p {
	line-height: 1.5;
	font-size: .85em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
	margin-top: 0px;
}

.dropCap {
	font: 3.25em/80% serif;
	float: left;
	padding:0.2ex 0.2ex 0 0.2ex;
	margin: 0;
	overflow: visible;
	color: #990026;
}

/* Add an indicator for all PDF links automagically */	
/* Does not work in IE 6 or earlier */
a.pdflink:after {
	content: " - [pdf]";
	}

h1, h2, h3 {
	color: #990026;
}
h1 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: .5em;
	text-transform: capitalize;
	text-align: center;
	}
	
h2 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: .25em;
	text-transform: capitalize;
	}
	
h3 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: .25em;
	text-transform: capitalize;
}
h4 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: .25em;
	text-transform: capitalize;
}

dt {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: 1em;
}
strong, b {
	font-weight: bold;
	color: #1e242d;
}	

/*Table Styles */
#mainBody table {
	table-layout: auto;
	width: auto;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	border-collapse: collapse;
	border: 0px solid;
	caption-side: top;
	margin-bottom:1.5em;
}
#mainBody caption {
	padding:6px;
	margin-left:-1px;
	text-align:left;
	font-weight:bold;
	background-color:#d7dabd;
	border: 0px solid #333;
	border-bottom:none;
}
/* Opera 6+ specific values inserted here */
/* This fixes the disappearing caption problem in Opera with neg margin */
@media screen and (min-width: 0px) {
			#mainBody caption {
			margin-left:0;
			margin-right:0;
			}
}
#mainBody th, td {
	border: 1px solid #333;
	vertical-align: top;
	padding: 4px;
	text-align: center;
}
#mainBody th {
	background-color: #d7d0b9;
}

/* Lefthand Nav Menu Styles */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 160px;
}
	
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1em;
	margin-bottom : -1px;
	width: 160px;
}
		
#nav li a {
	width: 138px;
	\width: 160px;
	w\idth: 138px;
	display: block;
	text-decoration: none;
	background-color: #dcd877;
	border: 1px solid #333;
	padding: 3px 4px 3px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #000;
	font-weight: normal;
}
#nav li a {
	background-color: #afb8c2;
}
#nav li li a {
	background-color:#8FA7C1;
}
#nav li li li a {
	background-color:#96C2FF;
}
#nav li li li li a {
	background-color:#C1DBFF;
}	
#nav li a.top {
	border-top: 0;
}
	
#nav li a:hover {
	color : #000;
	background-color : #dfe8f2;
}
#nav li.current {
	background-color:#fff;
}
/* Pure Dom Explorer Styles */

.pde_hide {display:none;}
.pde_show {display:block;}
.pde_parent {background:url(../images/plus.gif) left center no-repeat transparent;}
.pde_active {background:url(../images/minus.gif) left center no-repeat transparent;}
#nav li.current { /* Use to mark current position */
	width: 138px;
	\width: 160px;
	w\idth: 138px;
	display: block;
	float: left;
	line-height: 1;
	background-color:#9db8c6;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	padding: 6px 4px 6px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #000;
	font-weight: normal;
	}
/* Generic Forms styles */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	padding: 0 10px 10px 10px;
	border: 1px solid #333;
}

fieldset legend {
	padding: 3px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .7em;
	color: #000;
	background-color:#c9c9bc;
	border: 1px solid #333;
	margin-bottom: 20px;
}

label {
	display: block;
	width: 8em;
	border: 1px solid #aeae97;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .7em;
	color: #000;
	cursor: pointer;
}
label span {
	display: block;
	padding: 0px 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color:#c9c9bc;
}

input, textarea {
	margin-bottom: 2px;
	border: 1px solid;
	border-color: #c0c0c0 #fff #fff #c0c0c0;
	background-color: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
select {
	margin-bottom: 5px;
	background-color: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000;
}
option {
	margin: 0;
	border: 0;
	padding: 1px 3px;
	background-color: #f5f5f5;
}
input:hover, input:active, input:focus,
textarea:hover, textarea:active, textarea:focus {
	background: #fff;
}
input.submit {
	border: 1px solid;
	border-color: #fff #333 #333 #fff;
	margin-bottom: 2px;
	padding: 0;
	background-color:#c9c9bc;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	width: 5em;
	height: 2em;
}
input.submit:hover, input.submit:focus {
	background-color: #aeae97;
}
input.submit:active {
	border-color: #333 #fff #fff #333;
	background-color:#c9c9bc;
}

/* additional styles for forms in body content area */

.bodyformleft {
}
.bodyformleft fieldset label {
	margin-left: 3px;
	float: left;
}
.bodyformleft input {
	width: 50%;
	float: left;
	margin-left: 6px;
}
.bodyformleft input.submit {
	width: 5em;
}
.bodyformleft textarea {
	width: 50%;
	float: left;
	height: 80px;
	margin-left: 6px;
}
.bodyformleft p {
	clear: both;
	margin-bottom: 8px;
}

/*Top navigational styles*/
#topNav {
	background-color: #669900;
}
#topNav a {
	background-color: #336600;
	border-top: 1px solid #9b4d62;
	border-left: 1px solid #9b4d62;
}
#topNav a:link, #topNav a:visited {
color: #eee;
}
#topNav a:hover, #topNav a:active {
background-color: #79D813;
color:#000;
}

/*Side Menu Styles*/
#left, #left ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 160px;
}
	
#left li { /* all list items */
	position : relative;
	float : left;
	line-height : 1em;
	margin-bottom : -1px;
	width: 160px;
}
		
#left li a {
	width: 138px;
	\width: 160px;
	w\idth: 138px;
	display: block;
	text-decoration: none;
	background-color: #afb8c2;
	border: 1px solid #333;
	padding: 3px 4px 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	font-weight: normal;
}

#left ul ul li a {
	background-color: #C7DCE7;
	padding: 3px 4px 3px 20px;
	width: 128px;
	\width: 150px;
	w\idth: 128px;
}	
