@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(psd/Gsi-body.jpg);
}
.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #DBE4C6;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 152px;
	padding: 0;
}
.oneColFixCtrHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DBE4C6;
	border: 2px ridge #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
	margin: 15px;
	text-align: left;
	color: #000;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	height: 50px;
	background-color: #DDDDDD;
	background-image: url(psd/GSI_footer_layers01.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#sitesearch {
	float: right;
	height: 40px;
	width: 220px;
	margin-top: 10px;
	margin-right: 5px;
	padding-right: 3px;
}
#gsiheader {
	height: 90px;
	background-image: url(psd/GSI_header_layers01.jpg);
}
#menu {
	height: 65px;
	background-image: url(psd/GSI_menubackground.jpg);
}
#rightColumn {
	float: left;
	width: 200px;
	padding-top: 0px;
	height: 285px;
	background-color: #c6d0b1;
	margin-left: 0px;
	margin-right: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border: 0px none #DBE4C6;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
}
#footerMenu {
	height: 35px;
	text-align: center;
	margin-top: 20px;
}
#footerMenu a {
	font-size: 14px;
	color: #557036;
}
.a {
	color: #360;
}
a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	color: #639;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #03F;
}

