/* CSS Document */

html, body, ul, li {margin: 0; margin-left:15px; padding: 0; border: 0;}

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-color:#FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .9em;
}
div#main_wrapper {
	width:800px; /* widths of columns will change proportionately as this width is changed */
	margin-top: 30px;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	margin-bottom: 75px;
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background-color: #FFFFFF;
	height:auto; 
}
div#header {
	width:100%;
	float:left;
	height:126px;
	background:url(../images/graphics/header/gssologo.png) repeat-y left;
}
div#header1 {
	float:right;
	width:457px;
	height:126px;
	background:url(../images/graphics/header/header2.jpg) repeat-y left;
}
div#hornav {
	background-color: #3A4578;
	width: 100%;
	height: 46px;
	float: left;
} 
div#content{
	text-align:left;
	background-color:#FFFFFF;
	width:100%;
	height:auto;
}
div#content_left{
	width:380px;
	float:left;
	padding:10px;
}
div#content_right{
	width:380px; 
	float:right;
	padding:10px;  
}
div#content_left3{
	width:263px; height:100%;
	float:left;
	text-align:left;
	padding-right:10px; padding-top:10px;
}
div#content_center3{
	width:240px;
	float:left;
	text-align:left;
	padding-right:10px; padding-top:10px; padding-left:10px;
}
div#content_right3{
	width:233px; height:100%;
	float:right;
	padding-right:10px; padding-left:10px; padding-top:10px;
	text-align:left;
}
div#copyright {
	margin: 10px; 
	color: #555; 
	font-size: .8em;
	text-align: center;
}
div#footer {
	text-align:center;
}
div#contact {
color:#FFFFFF;
background-color:#3A4578;
text-align:center;
}
div#lowernav {
	text-align:center;
}

h1,h2,.highlight {color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif;}
h1 {font-size: 1.5em; color:#333366;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.1em; margin-bottom:0px;}
h4 {font-size: 1.0em; font-weight:normal; color:#333366; margin-bottom:0px; margin-top:0px;}
h5 {font-size: 0.7em;}
h6 {font-size: 0.8em; font-weight:normal;}
h7 {font-size: 0.9em; font-weight:normal; color:#FFFFFF}
p, li {color:#000000; font-size: .9em; line-height: 1.3em; margin-top:0px;}


