*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #000000;
	font-size: 85%;
	font-family: "verdana";
}

img
{
	border: 0;
}

#headercontainer
{
	width: 100%;
	background: #0072B6 url('../images/banner_background.gif') center no-repeat;
	height: 200px;
}

#headerbox
{
	margin: 0 auto;
	width: 1000px;
	height: 200px;	
}

#headerlogo
{
	float: left;
	width: 350px;
	height: 200px;	
}

#headerlogo img
{
	padding-top: 40px;	
	padding-left: 80px;	
}

#headergraphic
{
	float: right;
	width: 650px;
	height: 200px;	
	background: url('../images/index_02.gif') right no-repeat;
}

.spacer
{
	float: right;
	width: 100%;
	height: 5px;	
	background: url('../images/index_08.gif') left repeat-x;
}

#menucontainer
{	
	margin: 0 auto;
	width: 100%;
	background: #AFBFCC;
	height: 30px;
	border-top: 1px solid #2B5466;
	border-bottom: 1px solid #2B5466;
}

#menu
{
	width: 800px;
	text-align: center;
	margin: 0 auto;
	height: 30px;
}

#menu ul
{
	list-style-type: none;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{

	margin-right: 11px;
	font-size: 9px;
	line-height: 20px;
	height: 30px;
	font-family: "verdana";
	text-transform: uppercase;
	color: #2B5466;
	float: left;
	text-decoration: none;
	border-right: 1px solid #2B5466;
	border-left: 1px solid #2B5466;
}

#menu ul li a span
{
	border: 1px solid #ffffff;
	padding: 0px 11px 0px 11px;
	cursor: pointer;
	height: 28px;
	float: left;
	background: url('../images/index_10_off.gif') center bottom no-repeat;
}

#menu ul li a span:hover
{
	background: url('../images/index_13.gif') center bottom no-repeat;
}

#bodycontainer
{
	margin: 0 auto;
	width: 100%;
	background: #ffffff url('../images/shader.gif') center top repeat-x;
}

#body
{
	margin: 0 auto;
	width: 850px;
	padding-top: 10px;
	font-size: 11px;
	color: #2B5466;
	margin-top: 10px;
}

#bodyleft
{
	width: 500px;
	float: left;
	height: 100%;
}

p span
{
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}


.paddingtop
{
	margin-top: 20px;
}

#bodyright
{
	width: 340px;
	float: right;
	height: 100%;
}

#body h1, h2, h3
{
	font-size: 12px;
	color: #2B5466;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 20px;
	background: #ffffff url('../images/bullet.jpg') left center no-repeat;
}

#body h4
{
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 5px;
}

#body p
{
	margin-bottom: 10px;
}

#body a
{
	color: #2B5466;
	text-decoration: underline;
}

#body ul
{
	list-style-type: square;
}

#body ul li
{
	margin: 0px 0px 10px 30px ;
}

.image
{
	border: solid 1px #2B5466;
	padding: 1px;
}

.speach
{
	width: 130px;
	height: 75px;
	float: left;
	margin: 10px 10px 0px 50px;
	padding: 5px 10px 10px 10px;
	background: url('../images/speach.gif') center no-repeat;
}

.clear
{
	clear: both;
}

.shadertop
{
	width: 100%;
	height: 10px;
	background: #ffffff url('../images/shader_top.gif') bottom repeat-x;
}

.hidden
{
	display: none;
}

.shaderbottom
{
	width: 100%;
	height: 10px;
	background: #ffffff url('../images/shader.gif') bottom repeat-x;
}

.red
{
	color: #FF0000;
}

.green
{
	color: #008000;
}

.large
{
	font-size: 18px;
}

.largish
{
	font-size: 14px;
}

fieldset
{
	border: 0px;
}

#copyright
{
	line-height: 15px;
	margin: 0 auto;
	font-size: 65%;
	text-align: center;
	width: 100%;
	background: #AFBFCC;
	height: 30px;
	border-top: 1px solid #2B5466;
	border-bottom: 1px solid #2B5466;
	color: #2B5466;
	text-decoration: none;
}

#copyright a
{
	color: #2B5466;
	text-decoration: none;
}
