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

/* GOLDEN COLOR = FFCC00 */

body {
	background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}

a, a:link, a:visited, a:active
{
	color: #006600;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#layout {
	width: 980px;
	text-align: left;
	margin: 0 auto;
}

#leftcontent
{
	float:left;
	width: 162px;
	background:#fff;
	padding-top: 0;
}

#rightcontent
{
	width: 818px; 
	float: left;
    
	
}

#content
{
	background-image: url(images/gradient.png);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: left;
	padding: 6px 10px 14px 10px;
	border-color: #e4e4e4;
	border-style: solid;
	border-width: 0 0 3px 0;
}

/* IE stuff */
* html #rightcontent
{
	text-align: left;
	float: right;
	clear: both;
	overflow: hidden;
	padding: 6px 0;
}

.spaceit 
{
	margin: 2px 0 2px 0;
	padding: 2px 0 2px 0;
}

#header
{
	height: 130px;
}

#header_image
{
	float: left;
	width: 147px;
}

#header_banner
{
	float: left;
	background-image: url(images/cds_transparent.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 833px;
	height: 130px;
}

#footer_bar
{
	height: 2px;
	background-color: #e4e4e4;
}

#footer_text
{
	margin-top: 3px;
	text-align: center;
}

#bar1
{
	width: 100%;
	height: 3px;
	background-color: #e4e4e4;
}

#bar2
{
	width: 100%;
	height: 8px;
	background-color: #e4e4e4;
}

h1
{
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
	padding-bottom 5px;
	border-color: #006600;
	border-style: solid;
	border-width: 0;
}

h2
{
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: bold;
}

p {
	display: block;
	line-height: 1.6em;
}
