img { 
	border:none;
}

#sponsors img { vertical-align:middle; margin-right:10px; margin-bottom:30px; }
#sponsors { text-align:center; width:720px; }	

body {
	background-color:#000000;
	margin:0px;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	text-align:center;
}

input.noshow { 
display:none;
}

#top {
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:770px;
	height:70px;
	background-image:url(../images/top-bg.jpg);
}

#nav {
	font-weight:bold;
	font-size:12px;
	text-align:right;
	padding:27px 18px 0px 0px;
	font-family:verdana;
}

#main-top {
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:770px;
	height:9px;
	background-image:url(../images/main-top.jpg);
	font-size:6px;
}

#main-wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:770px;
	background-image:url(../images/main-bg.jpg);
}

#main {
	padding:5px;
	padding-left:20px;
}

#main-bottom {
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:770px;
	height:9px;
	background-image:url(../images/main-bottom.jpg);
	font-size:6px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	text-align:right;
	width:770px;
	padding-top:5px;
	clear:both;
	padding-bottom:20px;
}

a:link {text-decoration: underline; color:#ff2029;}
a:visited {text-decoration: underline; color:#ff2029;}
a:active {text-decoration: underline; color:#ff2029;}
a:hover {text-decoration: underline; color:#cc2029;}

a.nav {padding:0px 4px 0px 4px;}
a.nav:link {text-decoration: none; color:#ffffff;}
a.nav:visited {text-decoration: none; color:#ffffff;}
a.nav:active {text-decoration: none; color:#ffffff;}
a.nav:hover {text-decoration: none; color:#ff2029;}

a.nav-selected {padding:0px 4px 0px 4px;}
a.nav-selected:link {text-decoration: none; color:#ff2029;}
a.nav-selected:visited {text-decoration: none; color:#ff2029;}
a.nav-selected:active {text-decoration: none; color:#ff2029;}
a.nav-selected:hover {text-decoration: none; color:#ff2029;}

h1 {
	font-family:Arial Narrow;
	text-transform:uppercase;
	font-size:21px;
	margin:0px;
	margin-bottom:15px;
}

.clearing {
	height:0px;
	clear:both;
	padding:0px;
	margin:0px;
}

.news-image {
	width:58px;
	float:left;
}

.news-pic {
	border:1px solid #787878;
	margin:0px 10px 0px 0px;
}

.news-text {
	width:256px;
	float:left;
}

.news-date {
	color:#ff2029;
}

.news-title {
	text-transform:uppercase;
	font-weight:bold;
}

.news-divider {
	float:left;
	width:300px;
	padding:20px 0px 20px 0px;
}

.news-gap {
	float:left;
	width:300px;;
	padding:8px 0px 8px 0px;
	font-size:6px;
}

#content-box-wrapper {
	width:385px;
	float:left;
}

#content-box {
	/*padding:0px 25px 0px 25px;*/
	padding-right:20px;
}

#news-box {
	width:350px;
	float:left;
}

#news-top {
	text-align:left;
	width:350px;
	height:9px;
	background-image:url(../images/news-top.jpg);
	font-size:6px;
}

#news-content-wrapper {
	text-align:left;
	width:350px;
	background-image:url(../images/news-bg.jpg);
	padding-bottom:15px;
}

#news-content {
	padding:0px 5px 0px 15px;
}

#news-bottom {
	text-align:left;
	width:350px;
	height:9px;
	background-image:url(../images/news-bottom.jpg);
	font-size:6px;
}


/* news style */

.news ul {
	margin:0;
	padding:0;
	list-style:none;
	color:#fff;
}
.news li {
	margin:0 0 14px;
}
.news li strong, .news li span {
	display:block;
}
.news li strong a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
.news li strong a:hover {text-decoration:underline;}
}

.contactform input { 
	width:150px;
	margin-bottom:5px;
}
.contactform .textarea { 
	width: 350px;
	height: 75px;
}
.contactform label { 
	width:250px;
	float:left;
}
.contactform fieldset { 
	width:400px;
	font-size:11px;
	border:none;
}
.contactform legend { 
	font-size:12px;
	color:#ffffff;
	font-size:13px;
	margin-left: -.7em;
	text-indent: 0px; /* I'm not really sure this line is necessary */
	margin-bottom:10px;

}
.contactform .formbutton { 
	margin-top:10px;
}

