body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/img/background_main.jpg);
}

a {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

#header {
	background-image: url(/img/header_main.jpg);
	background-repeat: no-repeat;
	height: 147px;
	width: 770px;
}

.nav {
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	letter-spacing: 1.4pt;
	margin-right: 4px;
}

.nav a {
	color: white;
	text-decoration: none;
}

.nav a:hover {
	color: yellow;
	text-decoration: underline;
}

#header_left {
	background-image: url(/img/header_left.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 1px;
}

#main {
	min-width: 770px;
	background-image: url(/img/background_content.gif);
	background-repeat: repeat-y;
}

#admin {
	min-width: 750px;
	background-color: #7FC8A0;
}

#leftblock {
	float: left;
	width: 500px;
}

#rightcol {
	float: left;
	width: 250px;
	padding: 10px;
}

#footer div {
	width: 740px;
	min-width: 740px;
	font-size: 10px;
	color: white;
	font-weight: bold;
	padding: 15px;
	text-align: center;
}

.headlist {
	margin: 0;
	padding: 0;
	margin-left: 1.3em;
	font-size: 14px;
}

.headlist li {
	margin: 0;
	padding: 4px;
}

.headlist a {
	font-weight: bold;
}

.subhead {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

.story {
	padding: 10px;
}

.data {
	font-size: 10px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.dataheader {
	background-color: #003300;
	color: white;
}

.data12 {
	font-size: 12px;
}

.dataeven {
	font-size: 10px;
	background-color: #CCFFCC;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.contact {
	width: 80%;
}

.input, .input2 {
	padding: 5px;
}

.input label, .input2 label {
	display: block;
	font-weight: bold;
	margin-right: 8px;
}

.input .title {
	float:left;
	display: inline;
}

.input #NewsFeatured {
	width:3%;
	float:left;
	display: inline;
}

.submit {
	margin-top:5px
}

#news {
	width: 750px;
}

.admin {
	width: 750px;
	padding: 10px;
}

#NewsTable td, th {
	font-size: 12px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#NewsTable th {
	background-color: #003300;
	color: white;
}

.input input, textarea {
	width: 100%;
}

#ROTATOR {
	background-image: url(/img/homepage_alternating/1.jpg);
	background-position: center;
	background-repeat: no-repeat;
}