/*Style Sheet for Version 4 Browsers */
body {
	background-color : White;
	background-image :  url(images/gw3_pgbg.gif);
	background-repeat : repeat-x
}

/*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 : 16px;
	color: Black;
	}

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

.maindiv a:link { color : #FF9933;
}
.maindiv a:visited { color : #996633 }
.maindiv a:hover { color : #7D7EBD }

/* Lists*/
ul {
	color : #336699;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-right : 36px
}

ol {
	color : #99CC66;
	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 : #999999;
	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 : #666666; text-decoration : underline;  background-color : #b6c7ff;  }

.navButts a:hover { color : #333333; text-decoration : none;  background: #FFFFCC;  }

/*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 : #666666; text-decoration : none;  background : #DFE4FF;  }


.navSubs a:hover { color : #3C3C3C; text-decoration : none;  background : #FFFFCC;  }

/*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;
	}

/*Style Applied to visited sublinks */
p.navSubsViz {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px;
	}	
	
	
	
.navViz a { color : #3C3C3C; text-decoration : underline;  background : #FFCACA;  }

.navSubsViz a {background-color : #FFCACA;
	border : 1px solid #999999;
	color : #3C3C3C;
	display : block;
	padding-bottom : 2px;
	padding-left : 12px;
	padding-top : 4px;
	text-decoration : none;
	width : 160px;
}


/*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 : #999999;
	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;
}

.gp {background:#b5c6ff;
padding: 5px;
border : 1px solid #999999;
font-size: 85%;
}

/* newsletter form */

span.label,span.spacer,span.multiple span {width:120px;float:left; color: #333333} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;}

#newsletter {padding:10px;
	border : 1px solid #999999;
	background-color:#FFFFCC;
	width: 160px;
	}
p.newsletter, label.newsletter {color: #333333;
	margin-left:0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

