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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#232323;
	margin:0;
	}

img {
	margin:0;
	border:none;
	}
	
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#004189;
	font-size:20px;

	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#004189;
	font-size:15px;
	}
	
h3 {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:white;
	font-size:12px;
	}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#004189;
	font-size:13px;
	}
	
hr {
	width:85%;
	border:none;
	border-bottom:1px solid #999999;
	}
		
a {
	color:#004189;
	}

a:hover {
	text-decoration:none;	
	}

#page {
	background:url(../images/bg2.png) repeat-y;
	margin:0 auto;
	width:1000px;
	}
	
#container {
	margin:0 auto;
	width:800px;
		}

#navigation {
	background:url(../images/menu.png) repeat-x;
	height:35px;
	}

#menu {
	font-size:12px;
	margin:0;
	padding:0;
	}

#menu li {
	float:left;
	list-style:none;

	}

#menu li a {	padding:1em;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:35px;
	}

#menu li a:hover {
	color:#FFFFFF;
		background:url(../images/menuActive.png) repeat-x;
	}
	
#menu li.space {
	padding:0;
	}

#content {
	background:#FFFFFF;
	margin:21px;
	margin-top:0;
	float:left;
	width:500px;
	font-size:12px;
	}
#breakout {
	float:right;
	}

#news {
	width:200px;
	border:solid 1px #000000;
	margin:21px 21px 21px 10px;
	}

#newsContainer {
	background:url(../images/container.png) repeat-x;
	height:35px;
	}
#newsContainer h3 {
	padding:0.8em 0.5em;
	}

#newsItems {
	padding:0.5em;
	}

#features {
margin:11px;

	}

#features td {
	text-align:center;
	}
	
.breakout {
	width:236px;
	height:146px;
	padding:1em 0 0 0;
	margin:0 1em;
	float:left;
	background:url(../images/feature.png) no-repeat;
	text-align:center;
	}

.textfield {
	width:225px;
	}

.contentTable td {
	padding:0.5em;
	}

.sponsor {
	margin:1em 3em 1em 0;
	}
	
.sponsor2 {
	margin:1em 0 1em 0;
	}

#footer {
	clear:both;
	padding:1em;
	text-align:center;
	}
#bottom {
	background:#232323 url(../images/footer.png) no-repeat center;
	width:1000;
	margin:0 auto;
	height:100px;
	}
