/*Style Sheet for Version 4 Browsers */

/*Styles for the Main Content Layer */
.maindiv {
	font-family: "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
	font-size : 14px;
	padding-left : 20px;
	padding-right : 30px;
	color: #666666;
	font-weight: normal;


}

.maindiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.maindiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
}

.maindiv a:link {
	color : #000000;
	text-decoration: none;
	font-weight: normal;
	border: none #FFFFFF;





}
.maindiv a:visited {
	color : #996633;
	text-decoration: none;
	font-weight: normal;

}
.maindiv a:hover {
	color : #CC0000;
	text-decoration: none;
	font-weight: normal;
	border: 1px none #FFFFFF;



}

/* Lists*/
ul {
	color : #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-right : 2px
}

ol {
	color : #99CC66;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-right :0px
}

/*Style for The Little Icon Layers */
.icondiv a { color:#FFFFFF }
.icondivL a {
	color:#999999;
	border-top: none;
	border-right: dotted #999999;
	border-bottom: none;
	border-left: none;
}

/*Style Applied to the Sidebar Layer */
.navDiv {
	color : #666666;
	font-family: "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
	font-size : 14px;
	text-decoration: none;

}

.navDiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px
}

.navDiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : #99CC00;
	font-family : "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size : 14px;
	margin-left : 0px;
	text-decoration: none;

}

.navButts a {
	color : #FFFFFF;
	text-decoration : none;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
}

.navButts a:hover { color : #9966cc; 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 : 12px;
	margin-top : 0px
}

.navSubs a {
	color : #333333;
	text-decoration : none;
	font-size: 14px;
}

.navSubs a:hover {
	color : #999999;
	text-decoration : none;
	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 : 14px;
	font-weight : bold;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px
}

.navViz a { color : #666666; text-decoration : underline }

/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 12px;
	margin-top : 60px
}

p.footer {
	color : #CCCCCC;
	font-family : "Arial", "Helvetica", "sans-serif";
	font-size : 9px;
	margin-top : 6px
}


/*Turns off Borders around Hyperlinked Images- Apply to a-tags*/

a.nn4imgWhite { color: #FFFFFF}


/*Styles Applied to Form Elements*/
form td {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px
}

/*Styles Applied to Float Images left or right */
.imgfloatright {
	float : right;
	border: 3px dotted #ffffff;
}

.imgfloatleft {
	float : left;
	border: 3px dotted #99CC00;
}
