/*Style Sheet for Version 4 Browsers */
body {
	background-color : transparent;
	background-image :  url(images/bkgd_new2.gif);
	background-repeat : repeat;
	}

/*Styles for the Main Content Layer */
.maindiv {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	padding-left : 48px;
	padding-right : 36px
}

.maindiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;  color: Black;
}

.maindiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;  color: #990033;
}

.maindiv h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px; color: #9F3182;
}

.maindiv a:link { color : #00017B;
}
.maindiv a:visited { color : Blue;
}
.maindiv a:hover { color : #FE3EFF;  font : bold; }

/* Lists*/
ul {
	color : #961464;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-right : 36px
}

ol {
	color : #40631F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-right : 36px
}

/*Style for The Little Icon Layers */
.icondiv a { color:#FFFFFF }
.icondivL a { color:#FFFFFF }

/*Style Applied to the Sidebar Layer */
.navDiv {
	color : #33CC99;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px
}

.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 : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-bottom : 4px;
	margin-left : 0px;
	margin-top : 6px
}

.navButts a { color : #FFCCFF; text-decoration : underline }

.navButts a:hover { color : #FEFBFD; 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 : 12px;
	margin-bottom : 2px;
	margin-left : 12px;
	margin-top : 0px
}

.navSubs a { color : #33CC99; text-decoration : none;  background-color : transparent;  }

.navSubs a:hover { color : White; text-decoration : none;  background-color : transparent;  }

/*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 : White; text-decoration : underline;  background-color : #6666CC;  }

/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color : #9400D3;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 12px;
	margin-top : 60px
}

p.footer {
	color : #9400D3;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	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 }

.imgfloatleft { float : left }

.blurAndYellowBorder{ filter:Alpha(Opacity=40); -moz-opacity: 40%; background-color: #000033;
 border: 1px solid #FF9900; width: 100%;}
 
 .blurAndYellowBorder1{ filter:Alpha(Opacity=65); -moz-opacity: 65%; background-color: #666666;
 border: 1px solid #000000; width: 100%;}
 
 .blurAndYellowBorder2{ filter:Alpha(Opacity=45); -moz-opacity: 45%; background-color: #003333;
 border: 1px solid #CCCC66; width: 100%;}
 
 .blur { filter: Alpha(Opacity=40);}
