/*Style Sheet for Version 5 Browsers */

/*Styles for the Main Content Layer */
.maindiv {
	border-left : 0px none #CCCCCC;
	font-family: "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
	font-size : 14px;
	padding-left : 20px;
	padding-right : 30px;
	color: #666666;

}

.maindiv p { line-height : 180%; margin-top : 6px }

.maindiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin-bottom : 5px;
	margin-top : 0px
}

.maindiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-bottom : 12px;
	margin-top : 30px
}

.maindiv a:link {
	color : #000000;
	text-decoration: none;
	font-weight: normal;


}

.maindiv a:visited {
	color : #996633;
	text-decoration: none;
	font-weight: normal;

}

.maindiv a:hover {
	color : #CC0000;
	text-decoration: none;
	font-weight: normal;

}

/* Lists*/
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-bottom : 2px;
	margin-right : 0px;
	margin-top : 2px
}

ol { color : #99CC66 }

ul { color : #666666 }

/*Style for The Little Icon Layers */
.icondiv {
	border-right : 1px solid #ffffff;
}

.icondivL {
	border-left : none;
	border-right: 2px dotted #999999;

}

/*Style Applied to the Sidebar Layer */
.navDiv {
	color : #666666;
	font-family: "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
	font-size : 14px;
	text-decoration: none;


}

.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 : #99CC00;
	font-family : "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size : 14px;
	text-decoration: none;

}

.navButts a {
	color : #FFFFFF;
	text-decoration : none;
	border-top: none;
	border-right: none #999999;
	border-bottom: none #999999;
	border-left: none #999999;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;


}

.navButts a:hover {
	border : 1px none #999999;
	color : #CC0000;
	text-decoration : none
}

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	color : #333333;
	font-family : "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size : 14px;
	margin-bottom : 2px;
	margin-left : 0px;
	margin-top : 0px
}

.navSubs a {
	color : #0000FF;
	display : block;
	padding-left : 14px;
	text-decoration : none;
	width : 100%;
	font-size: 14px;

}

.navSubs a:hover {
	color : #9966cc;
	text-decoration : underline;
	font-size: 14px;

}

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px
}

.navViz a {
	background-color : #CCCCCC;
	border : 1px solid #999999;
	color : #FFFFFF;
	display : block;
	padding-bottom : 2px;
	padding-left : 12px;
	padding-top : 4px;
	text-decoration : none;
	width : 100%
}

/*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 : 60px
}

p.footer {
	color : #CCCCCC;
	font-family : "Arial", "Helvetica", "sans-serif";
	font-size : 9px;
	line-height : normal;
	margin-top : 6px
}

/*Turns off Borders around Hyperlinked Images*/
img { border : 0px; display : block }

.inlinimg { display : inline }

/*Styles Applied to Form Elements */
form {
	border : 1px solid #CC0000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 36px;
	margin-top : 0px;
	padding : 12px
}

input { background-color : #CDC9D8; border : 1px solid #999999 }

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;
	border: 3px dotted #ffffff;
}

.imgfloatleft { float : left;  }
