body {
	margin: 0px auto;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	background: #AED0EB url('../images/sbackground.gif') repeat-y center top;
	/*background-color: #42AFDC;*/
}

form {
	margin: 0px;
	padding: 0px;
}

a, a:visited {
	text-decoration: none;
	color: #FFAD06;
	padding: 2px;
}

a:hover {
	background-color: #FBFEF5;
	color: #0052F9;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	border-bottom:1px solid #999999;
	font-family:"Lucida Grande",Verdana,sans-serif;
	height:21px;
	margin:3px 0px 3px 3px;
	padding:6px 0px 0px 10px;
}

#content_container {
	overflow: visible;
	width: 900px;
	margin-left: auto;
    margin-right: auto;
    padding-bottom: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 7px white solid;
    background-color: #F4F2E9;
}

#top_content {
	height: 160px;
	margin-bottom: 4px;
	background-color: #182A38;
}

#banner {
	text-align: left;
	color: #DECFC6;
	border-bottom: 1px #D6D3C6 solid;
}

#search_box {
	background: #fff url('../images/magglass.png') no-repeat 3px 4px;
	border: 1px solid #95A5C6;
	width: 230px;
	color: #156AE9;
	font: bold 1em sans-serif;
	padding-left: 17px;
}

div.link_list {
	clear: both;
	text-align: left;
}

div.link_list a {
	display: block;
}

div.link_list div {
	float: left;
	width: 210px;
}

div.link_list ul {
	margin-top: 8px;
}

div.link_list li {
	list-style: none;
	border-bottom: 1px #365D86 dotted;
}

div.link_list a, a:visited {
	text-decoration: none;
	color: #FFAD06;
	display: block;
	padding: 2px;
}

div.link_list a:hover {
	background-color: #FBFEF5;
	color: #0052F9;
}

#main_content {
	clear: both;
	width: 620px;
	float:left;
	min-height: 800px;
	text-align: left;
	padding: 0 10px 0 10px;
}

#right_content {
	width: 250px;
	float: left;
	min-height: 400px;
	text-align: left;
	padding-left: 10px;
	background-color: #EFEEE4;
	border-bottom: 1px #DDDDDD solid;
}

#footer_content{
	height: 60px;
	clear: both;
	position: relative;
	top: 3px;
	background-color: #182A38;
}

#copyright_text {
	color: #CECFDE;
}


#right_content ul {
	margin: 0;
	padding: 0;
	width: 240px;
}

#right_content ul li{
	height: 22px;
	border-bottom: 1px #AECCCA solid;
	list-style: none;
}

#right_content ul li a {
	display: block;
	background: #fff url('../images/bullet-normal.gif') no-repeat 4px 7px;
	color: #305E5C; line-height:22px; text-decoration:none; padding: 0 0 0 20px;
}

#right_content ul li a:hover {
	background:#fff url('../images/bullet-hover.gif') no-repeat 4px 7px;
	color:#305E5C; line-height:22px; text-decoration:none; padding:0 0 0 20px;
}

h2 {
	margin-right: 10px;
	margin-bottom: 0px;
	font: normal small-caps 900 13pt Arial;
	background-color: #494D5A;
	color: white;
	padding: 2px 10px 2px 20px;
}

span.desc {
	float: none;
	padding-left: 20px;
}