@charset "utf-8";
body  {
	font: 16px/22px Tahoma;
	background: #6393c4 url(images/bk1.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	margin: 0 auto 20px;
	text-align: left;
	width: 790px;
	background: #fff url(images/contentbg.png) repeat-y left 13px;
} 
.twoColFixLtHdr #header {
	height: 270px;
	padding: 0px;
} 
.tag {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bolder;
	letter-spacing: 3px;
	padding-left: 70px;
	color: #333333;
}


.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3a558d;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #d7ecf9;
	background-image: url(images/contentbg.png);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #container #sidebar1 h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #333333;
	padding-top: 0px;
}
.twoColFixLtHdr #container #sidebar1 ul {
	list-style: none;
}
.twoColFixLtHdr #container #sidebar1 li {
	padding-bottom: 5px;
	font: 12px/14px Tahoma;
	color: #333333;
}
.twoColFixLtHdr #container #sidebar1 ul li a:link {
	font: 12px/14px Tahoma;
	color: #000000;
}
.twoColFixLtHdr #container #sidebar1 a:visited {
	font: 12px/14px Tahoma;
}

.twoColFixLtHdr #container #sidebar1 ul li a:hover {
	color: #990033;
}

.twoColFixLtHdr #container #sidebar1 h2 {
	color: #990033;
	font-family: "Trebuchet MS";
	font-size: 24px;
	line-height: 34px;
}


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 350px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 20px 0;
} 
.twoColFixLtHdr #container #mainContent h3 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	line-height: 34px;
	color: #990033;
}

.twoColFixLtHdr #container #mainContent a {
	color: #2975a7;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #990033;
}
.twoColFixLtHdr #container #footer a {
	color: #2975a7;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #990000;
}

.twoColFixLtHdr #container h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	line-height: 34px;
	color: #333333;
}

.twoColFixLtHdr #footer {
	background:#DDD;
	font-family: Tahoma;
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 0;
	width: 790px;
	padding-left: 0px;
	padding-right: 0px;
} 
.twoColFixLtHdr  #bottomnav {
	background-color: #ddd;
	text-align: right;
	float: right;
}
.twoColFixLtHdr    #bottomnav    .currentpage {
	font-weight: bold;
}
.twoColFixLtHdr   #bottomnav   ul  {
	margin-left: 5px;
	padding-left: 5px;
	list-style-type: none;
	text-align: right;
	display: inline;
}
.twoColFixLtHdr   #bottomnav   ul   li  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	background-image: url(images/footbullet1.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
	padding-right: 10px;
}
.twoColFixLtHdr   #bottomnav   ul   li   a:link  {
	color: #2975a7;
	text-decoration: none;
}
.twoColFixLtHdr   #bottomnav   ul   li   a:visited  {
	color: #990066;
	text-decoration: none;
}
.twoColFixLtHdr   #bottomnav   ul   li   a:hover  {
	color: #da0e17;
}
.twoColFixLtHdr   #bottomnav   li   a:active  {
	font-size: 14px;
	font-weight: bold;
	color: #2975a7;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	padding-right: 0;
	padding-left: 0;
	float: left;
	width: 150px;
}
.twoColFixLtHdr #navsite {
	padding: 0px;
	text-align: right;
	margin: 0px 5px 0px 9px;
}

.twoColFixLtHdr   #navsite   ul  {
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1a4697;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
}
.twoColFixLtHdr   #navsite   ul   li  {
	margin: 0;
	display: inline;
	list-style-type: none;
}
.twoColFixLtHdr   #navsite   ul   li   a  {
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background-color: #255296;
	text-decoration: none;
	margin-left: 3px;
	padding-top: 3px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 3px;
}
.twoColFixLtHdr   #navsite   ul   li   a:link  {
	color: #FFFFFF;
}
.twoColFixLtHdr   #navsite   ul   li   a:visited  {
	color: #FFFFFF;
}
.twoColFixLtHdr #navsite ul li a:link:hover {
	color: #FFFFFF;
	background: #910101;
	border-color: #227;
}

.twoColFixLtHdr #navsite ul li a:visited:hover {
	color: #FFFFFF;
	background: #910101;
	border-color: #336;
}
.twoColFixLtHdr #navsite ul li a#current {
	background: white;
	color: #990033;
}
 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft1 { /* this class was used to float contact image for contact page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr  #header  #logo  {
	background-image: url(images/gslogo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 89px;
	width: 450px;
	padding: 0px;
}
.form {
	margin: 0;
	padding: 1em 0;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
}
.td {
	font-family: "Trebuchet MS";
	font-size: 14px;
}

.textinput {
	background-color: #d7ecf9;
	border: 1px solid #256ea1;
}
.required {
	color: #990000;
	font-weight: bold;
}
.fltlft {
	padding-right: 5px;
	padding-bottom: 5px;
}
#bannerad {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 150px;
	float: left;
}
