/* CSS Document */
BODY {
	color:#003D6B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	background: #003D6B;
	background-image:url(images/bg.gif)
	}
	th{
	text-align:center;
	}
a {
	text-decoration:none;
	color:#8EB624;
	}
#header, #footer {
	padding: 0em 1em 0em 1em;
	background: #003D6B;
	color:#FFFFFF;
	}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
	background-image:url(images/wrapper_bg.jpg);
	border-left:1px solid #000033;
	border-right:1px solid #000033;
	border-bottom:1px solid #000033;	
	}
#header {
	margin: 0 0 15px 0;
	height:105px;
	text-align:left;
	background-image:url(images/tagline.gif);
	background-position:right;
	background-repeat:no-repeat;	
/*	border-bottom: 3px solid #7FBA00;		*/
	}
#left {
	float: left;
	width: 200px;
	padding:1em;
	/*background: #454643;*/
	color:#003D6B;
	font-size:12px;
	text-align:right;
	margin-right:3px;
	}
#left ul {
	list-style: none;
	display:inline;
	}
#left li{
	font-size:14px;
	font-weight:normal;
	padding:3px;
	}	

#left a{
	color:#003D6B;
	}	

#right {
	float: right;
	width: 200px;
	background:#ffffff;
	padding:1em;
	}

#content { 
	float: left;
	padding:1em;
	width: 50%;
	background:#ffffff;	
	}

#footer {
/*	border-top: 3px solid #7FBA00;	*/
	clear: both;
	padding:1em;
	color:#ffffff;
	text-align:right;
	font-size:12px;	
	}