@import url("reset.css");
@import url("type.css");

body, body#index {
	margin: 0;
	padding: 0;
	background: #d1edef url('../images/page_bgd.png') top left repeat-x;
}

a#skip {
	position: absolute;
	left: -9999px;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.imageleft {
float: left;
margin: 0 10px 10px 0px;
}

.imageright {
float: right;
margin: 0 5px 10px 10px;
}

.imgrep {
	display: block;
	height: 0px;
	overflow: hidden;
}
.navlist {
	margin: 0;
	padding: 0;
}
.navlist li {
	float: left;
	list-style: none;
}

#wrapper {
	width: 960px;
	margin: 30px auto;
}

/** header **/

#header {
	width: 960px;
	height: 157px;
	position: relative;
	float: left;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo a {
	width: 310px;
	padding-top: 157px;
	/*background: url('../images/GSA_logo.png') no-repeat left top;*/
}
#topnav {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0;
	margin: 0;
}
#topnav li {
	padding: 0 0 0 1px;
	margin: 0;
	list-style: none;
	float: left;
}

/** end header **/

#index #content {
	width: 900px;
	padding: 30px;
	float: left;
	margin-top: 8px;
	padding-bottom: 30px;
	background: #fff url('../images/content_bgd.png') bottom right no-repeat;
}
#content {
	width: 670px;
	padding: 30px;
	float: left;
	margin-top: 8px;
	padding-bottom: 30px;
	background: #fff;
}
#rightcol {
	margin-top: 8px;
	width: 162px;
	padding: 30px;
	float: right;
	background-color: #fff;
}
#homelinks {
	margin-left: 230px;
}
#homelinks li {
	list-style: none;
	background: url('../images/swirl.png') no-repeat 0px 3px;
	padding-left: 32px;
	padding-bottom: 16px;
}
#banner {
	width: 960px;
	float: left;
	border-top: 8px solid #94d6d9;
	border-bottom: 8px solid #94d6d9;
	padding-bottom: 8px;
	margin-top: 30px;
}
#footer {
	float: left;
	width: 960px;
	padding-top: 24px;
	padding-bottom: 30px;
}

table td
{
	border: 1px solid #ccc;
}
/* Localized */