@charset "UTF-8";
/* CSS Document */

body {
	background: #111111;
	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: #FFFFCC;
	font-family: "Helvetica Neue", Helvetica, "Helvetica Neue Light", Arial, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #111111; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-image: url(images/gskheader1.jpg);
	background-repeat: no-repeat;
	height: 143px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFee;
}
.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: 10px 0;
	text-indent: -5000px;
}
.oneColFixCtrHdr #container #header p {
	font-size: 0.8em;
	text-align: right;
	margin-right: 36px;
	margin-top: 68px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.oneColFixCtrHdr #mainContent {
	background: #111111;
	font-family: "Helvetica Neue", Helvetica, "Helvetica Neue Light", Arial, sans-serif;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#111111;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}
body,td,th {
	color: #FFFFee;
}
h1 {
	font-family: "Helvetica Neue", Helvetica, "Helvetica Neue Light", Arial, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFee;
	text-transform: uppercase;
}
h2 {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #CCCC99;
	text-transform: uppercase;
}
h3 {
	font-family: "Helvetica Neue", Helvetica, "Helvetica Neue Light", Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}
a:link {
	color: #FFFFee;
	text-decoration: none;
}
a:visited {
	color: #CCCC99;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.AboutTxt {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	padding-right: 40px;
	padding-left: 40px;
}
