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

body
{
	background-color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

#wrapper
{
	width: 1020px;
	
	margin-left:auto;
	margin-right:auto
}

#content
{
	border-left-color: #004686;
	border-left-style:solid;
	border-right-color: #004686;
	border-right-style: solid;
	background-color:#FFF;
	width: 1009px;
	float:left;
	margin-left:auto;
	margin-right:auto
}

#leftwrap
{
	float:left;
	margin-left:80px;
	width: 400px
}

#rightwrap
{
	width: 350px;
	float:left;
	margin-left:80px;
	
}

.rightwrap
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align:justify;
	line-height: 150%;
	width: 350px
}

#bottomnav
{
	width: 985px;
	margin-left:auto;
	margin-right:auto;
	font-size: .7em;
	float:left;
	text-align:center;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 4px
}

a:link
{
	border:none;
	color: #000;
}

a:visited
{
	color:#000
}
