/*Style Sheet for Version 4 Browsers */
body {
	background-color : #141447;
	background-repeat : repeat-x
}

/*Styles for the Main Content Layer */
.maindiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
	padding-left : 48px;
	padding-right : 36px;
	background-color: #FFFFFF;

}

.maindiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : medium;
}

.maindiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
}

/*.maindiv a:link { color : #9999CC }
.maindiv a:visited { color : #996633 }
.maindiv a:hover { color : #7D7EBD }*/

div.rightnav {width: 180px;
	background-color : #FFFFFF;
	float: right;
	border: 1px;
	border-style: solid;
	border-color: #eeeeee;
	padding-left: 4;
}
.smallsquare {
	list-style-image: url(images/bullet_7.gif);
	color: #3333cc;
	padding-bottom: 0px;
	margin-left: -16px;
	margin-right: 0;
}

a.locallinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a:hover.locallinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-decoration: none;
	background-color: #E4D4A3;	
}

/* Lists*/
ul {
	/*color : #9999CC;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
	margin-right : 36px
}

ol {
	/*color : #99CC66;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
	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 : #999999;
	font-family: Verdana, 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 : 12px;
	margin-bottom : 4px;
	margin-left : 0px;
	margin-top : 4px;
}

.navButts a {
	color : #666666;
	text-decoration : underline;
}

.navButts a:hover {
	color : #999999;
	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 : #333333; text-decoration : none }

.navSubs a:hover { color : #999999; text-decoration : none }

/*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 : 12px;
	font-weight : normal;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px
	width: 100%;
}

.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 : #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-top : 6px
}
a.footer {
	color : #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-top : 6px
	text-decoration: none;
}
a:hover.footer {
	color : #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-top : 6px
	text-decoration: underline;
}
/*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 }

.bigletter { float: left; 
 			font-size: x-large;
			margin-top: -5px;
			margin-bottom: -5px;
			padding-top: 0px;
			padding-right: 5px;
}
