/*Style Sheet for Version 4 Browsers */
body {
	background-color : #003333;
	background-image : url(assets/gw3_pgbg.jpg);
	background-repeat : repeat-x
}

/*Styles for the Main Content Layer */
.maindiv {
	border-left : 1px dotted #DFDFFF;
	color : #DCDCDC;
	font-family : "Trebuchet MS", "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	padding-left : 48px;
	padding-right : 100px
}
/*Styles for the Ad Layer */
.addiv {
	color : #DCDCDC;
	font-family : "Trebuchet MS", "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	padding-left : 48px;
	padding-right : 100px
}
textarea { 
	background-color : #CEB5D2;
	border : 1px solid #999999; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px 
}
input { 
	background-color : #DFDFFF; 
	border : 1px solid #999999 
}
select {
	background-color : #DFDFFF; 
	border : 1px solid #999999; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px
}
form {
	border : 1px dotted #999999;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 36px;
	margin-top : 0px;
	padding : 12px
}

.maindiv h1 {
	color : #DCDCDC;
	font-family : "Trebuchet MS", "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
}

.maindiv h2 {
	color : #DCDCDC;
	font-family : "Trebuchet MS", "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
}

.maindiv a:link { color : #BCC3CD }
.maindiv a:visited { color : #9CA6B6 }
.maindiv a:hover { color : #D9D9EC }

/* Lists*/
ul {
	color : #CCCCCC;
	font-family :  "Trebuchet MS", "Comic Sans MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-right : 36px
}

ol {
	color : #CCCCCC;
	font-family : "Trebuchet MS", "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-right : 36px
}

/*Style for The Little Icon Layers */
.icondiv a { color : #666666 }
.icondivL a { color : #666666 }

/*Style Applied to the Sidebar Layer */
.navDiv {
	color : #CCCCCC;
	font-family : "Trebuchet MS", "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px
}

.navDiv h1 {
	color : #BBC1CC;
	font-family : "Trebuchet MS", "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px
}

.navDiv h2 {
	color : #BBC1CC;
	font-family : "Trebuchet MS", "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : #CCCCCC;
	font-family : "Trebuchet MS", "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-bottom : 4px;
	margin-left : 0px;
	margin-top : 6px;
	background-color : #47887B;
}

.navButts a {
	color : #CCCCCC;
	text-decoration : none;
	background-color : #47887B;
	display : block;
	padding-left : 7px;
	width : 100%;
	padding : 2px 2px 2px 7px;
}

.navButts a:hover {
	color : White;
	text-decoration : none;
	background : #336666;
	display : block;
	padding-left : 7px;
	width : 100%;
 	padding : 2px 2px 2px 7px;
}

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	color : #333333;
	font-family : "Trebuchet MS", "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom : 3px;
	margin-left : 16px;
	margin-top : 0px
}

.navSubs a {
color : #CCCCCC;
text-decoration : none;
width : 97%;
padding : 2px 2px 2px 7px;
margin-left : 4px;
background : #47887B;
display : block;
}

.navSubs a:hover {
color : White;
text-decoration : none;
background : #47887B;
padding-left : 7px;
width : 97%;
padding : 2px 2px 2px 7px;
background-color : #336666;
display : block;
margin-left : 4px;
}

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
	color : #999999;
	font-family : "Trebuchet MS", "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px
}

.navViz a {
color : #DFDFFF;
text-decoration : none;
background : #336666;
display : block;
padding-left : 7px;
width : 100%;
padding : 2px 2px 2px 7px;
}

/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color : #999999;
	font-family : "Trebuchet MS", "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 12px;
	margin-top : 45px
}

p.footer {
	color : #999999;
	font-family : "Trebuchet MS", "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-top : 12px
}

/*Turns off Borders around Hyperlinked Images- Apply to a-tags*/
a.nn4imgWhite { color: #FFFFFF}

/*Styles Applied to Form Elements*/
form td {
	color : #CCCCCC;
	font-family : "Trebuchet MS", "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px
}

/*Styles Applied to Float Images left or right */
.imgfloatright { float : right }

.imgfloatleft { float : left }
