body
{
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
}

#wrapper
{
	width: 990px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header-top
{
	margin: 0 auto;
	padding:4px;
	font-size: 15px;
	color: #0099FF;
	background: #F5F5F5;
	border-top: 1px solid #6f8da4;
	border-bottom: 1px solid #6f8da4;
	width: 100%;
}

#header
{
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 4px;
	padding-right: 4px;
	width: 100%;
}

.header-bar
{
	color: #0099FF;
	font-size: 15px;
}


#content
{
}

#left
{
	width: 670px;
	float: left;
	height: 680px;

}

.left-container
{
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;	/* IE6 pushes footer down without this */
}

#right
{
	width: 320px;
	float: left;
	height: 500px;

}

.right-container
{
	margin: 10px;
	margin-bottom: 0;	/* IE6 pushes footer down without this */
}

.right-item-first
{
	margin: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.right-item
{
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeee;
	margin: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12.5px;
	/*text-transform: uppercase;*/
	
}

#footer
{
	padding: 10px;
	
}

.clear
{
	clear: left;
}


h2{
	color: #003f69;
}

h3{
	margin:0;
	color: #003f69;
}

ul.stay-connected{
	padding: 2px;
	margin: 4px 0 0 0;
	list-style: none;
}

li.stay-connected{
	margin: 0 0 4px 0;
}

.icn_facebook{
	background: transparent url('../images/icn_facebook.png') no-repeat;
}
.icn_twitter{
	background: transparent url('../images/icn_twitter.png') no-repeat;
}
.icn_linkedin{
	background: transparent url('../images/icn_linkedin.png') no-repeat;
}
.icn_aim{
	background: transparent url('../images/icn_aim.png') no-repeat;
}
.icn_yahoo{
	background: transparent url('../images/icn_yahoo.png') no-repeat;
}




a.stay-connected{
	font-size: 12.5px;
	margin: 0 0 0 26px;
	color: #063a5c;
	text-decoration: none;
}

a:link.stay-connected {
	color: #063a5c;
	text-decoration: none;
	font-size: 12.5px;
}

a:hover.stay-connected {
	color: #063a5c;
	text-decoration: underline;
	font-size: 12.5px;
}

a.right-bar{
	font-size: 12.5px;
	color: #063a5c;
	text-decoration: none;

}

a:link.right-bar {
	color: #063a5c;
	text-decoration: none;
	font-size: 12.5px;
}

a:hover.right-bar {
	color: #063a5c;
	text-decoration: underline;
	font-size: 12.5px;
}

a.content{
	font-size: 12.5px;
	color: #063a5c;
	text-decoration: none;

}

a:link.content {
	color: #063a5c;
	text-decoration: none;
	font-size: 12.5px;
}

a:hover.content {
	color: #3c82b1;
	text-decoration: underline;
	font-size: 12.5px;
}

.disclaimer {
	font-size: x-small;
}