

/***** CONTAINER STYLES *****/

body {
	background-color: #999;
	margin: 10px 0px 40px 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000;
}

#body_wrap {
	text-align: left;
	width: 800px;
	margin: 0px auto;
}

#header {
	background: #003366 url('/images/gsc_logo_bl_bkg_sm.jpg') no-repeat top right;
	padding-bottom: 0px;
}
	
#nav {
	background-color: #fff;
	padding: 0px 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 2px 0px;
}

#content_top {
	height: 10px;
	background-color: #003366;
	border-bottom: 2px solid #fff;
}

#content_btm {
	height: 20px;
	background: #003366;
	border-top: 2px solid #fff;
}

#content {
	background-color: #fff;
	padding: 30px 60px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#home_content {
	background: #fff url('/images/home_bkg.jpg') no-repeat;
	padding: 40px 60px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#home_rightside {
	float: right;
	width: 235px;
}

#home_leftside {
	width: 400px;
}

#footer {
	margin-top: 20px;
	text-align: center;
	color: #333;
}

#whatsnew {
//	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 12px;
}


/***** MISC. TYPOGRAPHY STYLES *****/

a:link, a:visited {
	color: #003399;
}

a:hover {
	background-color: #CFE6FF;
}


#footer a {
	color: #333;
	background-color: #999;
	text-decoration: underline;
}

#header a {
	background-color: #00B400;
}

p.cap {
	line-height: 14px;
	margin-top: 15px;
}

p.dates {
	line-height: 14px;
}

h1 {
	font-size: 18px;
	color: #FF9900;
}

h2 {
	margin: 0px;
	font-size: 14px;
	color: #003366;
	font-style: normal;
}

h3 {
	font-size: 14px;
	color: #000000;
    background-color: #FFCC66;
	padding: 1px;
}