/*Style Sheet for Version 5 Browsers */
/*The Body Background */
body {
	background-color : #FFFFF0;
	background-image : url(images/pgbg.gif);
	background-repeat : repeat-x;
	width: 85%;
	color: #035D03;
}

.toptitle {
	font-family : "Trebuchet MS";
	font-size : 250%;
	font-weight : bold;
	color : White;
}

/*Styles for the Main Content Layer */

.maindiv {
	border-left : 1px none  #FFD700;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	padding: 0 48px 0 48px;
}

.maindiv p {
	line-height: 180%;
	margin: 6px 0 0 0;
}

.maindiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 28px;
	margin-bottom : 12px;
	margin-top : 0px;
	font-weight : bold;
	color : #035D03;
}

.maindiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 22px;
	margin-bottom : 12px;
	margin-top : 12px
}

.maindiv h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-bottom : 0px;
	margin-top : 8px;
	font-weight: bold;
}

.maindiv a:link {
	color : #035D03;
	text-decoration: underline;
}

.maindiv a:visited {
	color : Black;
	text-decoration: underline;
}

.maindiv a:hover {
	color : Gray;
	font-weight : bold;
}


/* Lists*/
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-bottom : 2px;
	margin-right : 48px;
	margin-top : 2px;
}

ol { color : #035D03;}

ul { color : #035D03 }

/*Style for The Little Icon Layers */
.icondiv {
	border-bottom : 1px solid #CCCCCC;
	border-left : 0px solid #CCCCCC;
	border-right : 1px solid #CCCCCC;
	border-top : 1px solid #CCCCCC
}

.icondivL {
	border-bottom : 1px solid #CCCCCC;
	border-left : 1px solid #CCCCCC;
	border-right : 0px solid #CCCCCC;
	border-top : 1px solid #CCCCCC
}

/*Style Applied to the Sidebar Layer */
.navDiv {
	color : #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.navDiv p { margin-bottom : 12px; margin-top : 6px }

.navDiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-left : 0px;
	margin-top : 0px
}

.navDiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-top : 24px
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : Fuchsia;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 4px;
	margin-top : 6px;
	font-weight : bold;
}

.navButts a {
	background-color :#FFFFF0;
	color : #035D03;
	font: bold;
	display : block;
	padding-bottom : 2px;
	padding-left : 12px;
	padding-top : 4px;
	text-decoration : none;
	width : 80%;
	border : thin ridge;
	margin-left : 5%;
}

.navButts a:hover {
	background-color : #035D03;
	text-decoration : none;
	border : thin solid;
	color : #DCDCDC;
}

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	color : #FA8072;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 2px;
	margin-left : 0px;
	margin-top : 0px
}

.navSubs a {
	background-color : #FFFFF0;
	color : #035D03;
	display : inline;
	padding-left : 14px;
	text-decoration : none;
	width : 100%
}

.navSubs a:hover {
	background-color : #FFFFF0;
	color : #035D03;
	text-decoration : none;
	font-weight: bolder;
}

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
	color : #000090;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px
}

.navViz a {
	background-color :#035D03;
	color :  #FFFFF0;
	display : block;
	padding-bottom : 2px;
	padding-left : 12px;
	padding-top : 4px;
	text-decoration : none;
	width : 80%;
	border : thin solid;
	font-weight : bold;
	margin-left : 5%;
}

/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : normal;
	margin-bottom : 12px;
	margin-top : 10px
}

p.footer {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : normal;
	margin-top : 6px
}

p.footerfeat {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : normal;
	margin-top : 16px
}

/*Turns off Borders around Hyperlinked Images*/
img { border : 0px; display : block }

.inlinimg { display : inline }

/*Styles Applied to Form Elements */
form {
	border : 1px groove #CCCCCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 36px;
	margin-top : 0px;
	padding : 12px
}

input {
	background-color : #FFD700;
	border : 1px solid #00008B;
}

input:focus { background : #FFFFFF }

textarea { 
	background-color : #FAE4A5;
	border : 1px solid #999999; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px 
}

.checks { background-color : #FFFFFF; border : 1px none }

.formBut { background-color : #CCCCCC }

/*Styles Applied to Float Images left or right */
.imgfloatright { 
	float : right;  
	padding-left: 15px;
	padding-bottom: 15px;
}

.imgfloatleft { float : left }

.spreadhd {  
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-top: 12px; 
	margin-bottom: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000090; 
	text-transform: uppercase;
}

#dhtmltooltip{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	position: absolute;
	width: 150px;
	border: 2px solid #000090;
	padding: 4px;
	background-color: #FFFFE1;
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

p.features {  
	margin-top: 12px; 
	margin-bottom: 6px; 
	line-height: 140%}

	p.topheader {
	margin-top: 12px;
	margin-bottom: 6px;
	line-height: 140%;
	border : medium groove Lime;
}