/*Style Sheet for Version 4 Browsers */
body {
	background-image : url(../assets/siteImages/gw3_pgbg.gif);
	background-repeat : repeat-x;
	color: #333;
	background-color: #e8e8e8;
}


/*Styles for the Main Content Layer */
.maindiv {
	color : #333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-left : 48px;
	padding-right : 36px;
	text-align: left;
	margin-top: 10px;
	margin-top: 10px;
	height: 100%;
}
h4{
	margin-bottom: -2px;
}
hr {
	align: center;
	size: 1;
	width: 75%;
}

.maindiv h1 {
	color : #333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight: bold;
}

.maindiv h2 {
	color : #666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}
.yellow {
	color : #F00;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.maindiv a:link {
	color : #333
}
.maindiv a:visited {
	color : #999
}
.maindiv a:hover {
	color : #C00;
	font-weight: bold;
}


/* Lists*/
ul {
	color : #666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 36px;
	list-style-type: circle;
}

ol {
	color : #666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 36px;
	list-style-type: circle;
}

/*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: Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px
}

.navDiv h1 {
	color : #BBC1CC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px
}

.navDiv h2 {
	color : #BBC1CC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : #000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-bottom : 4px;
	margin-left : 0px;
	margin-top : 6px
}

.navButts a {
	text-decoration : underline;
	background-image: url(../assets/decor/button_a.png);
	background-repeat: repeat-y;
}

.navButts a:hover {
	text-decoration : none;
	background-image: url(../assets/decor/button_a.png);
	background-repeat: repeat-y;
}

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	color : #CCCCCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 2px;
	margin-left : 12px;
	margin-top : 0px
}

.navSubs a { color : #CCCCCC; 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 : #C4CAD4;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px
}

.navViz a { color : #CCCCCC; text-decoration : underline }

/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color : #666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 12px;
	margin-top : 60px
}

p.footer {
	color : #999999;
	font-family : Verdana, 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 : #CCCCCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px
}

/*Styles Applied to Float Images left or right */
.imgfloatright { float : right;  margin: 10px 0px 10px 15px;  }

.imgfloatleft { float : left;  margin: 10px 15px 10px 0px;  }
/*Style applied to iframe*/
iframe{
	border: none;
}
/*Styles Applied to Images in expo section*/
.imgexpo { margin: 10px 0px 10px 15px;  }

/*Style for online connection*/
.online a:link{
	color: #CCCCCC;
}
.online a:visited{
	color: #CCCCCC;	
}
.online a:hover{
	color: #FFFFFF;
}
/*style for greeting*/
#greetz{
	background-color: transparent;
	left: 1px;
	top: 108px;
	height: 27px;
	visibility: visible;
	z-index: 100;
	width: 100%;
	text-align: center;
	color: #000;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#LayerMain .red {
	color: #C00;
}

