body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	background-color: #ccc;
}
* {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 24px;
	margin-bottom: 14px;
}
h2 {
	font-size: 18px;
	margin-bottom: 14px;
}
p {
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 14px;
}
th, td, li, div {
	font-size: 14px;
	line-height: 150%;
}
ul {
	margin-left: 28px;
}
a {
	color: #369;
}
a:hover {
	color: #69c;
}

#header{
	background-image: url(/include/template/images/headertest.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 250px;
}
#main {
	margin: 0;
	background-image: url(/include/template/images/backgroundtest.gif);
	background-position: center;
	background-repeat: repeat-y;
	padding-bottom: 1px;
	padding-top: 1px;
}
#wrap {
	width: 750px;
	margin: auto;
}
#footer {
	margin: 0;
	padding: 0;
	height: 50px;
	background-image: url(/include/template/images/footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#copyright {
	padding-top: 40px;
	font-size: 10px;
	text-align: center;
}

#navcontainer {
	position: relative;
	top: 175px;
	margin: auto;
	width: 750px;
}
#navcontainer ul {
	padding: 0;
	margin: 0;
	color: #fff;
	float: left;
}
#navcontainer ul li { 
	display: inline;
}
#navcontainer ul li a {
	padding: 16px;
	color: #fff;
	text-decoration: none;
	float: left;
	height: 18px;
	font-size: 18px;
}
#navcontainer ul li a:hover {
	background-image: url(/include/template/images/nav_bg.gif);
	background-repeat: repeat-x;
	color: #fff;
}

#dropmenudiv{
	position: absolute;
	margin-top: 2px;
	margin-left: 0px;
	visibility: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom-width: 0;
	font-size: 13px;
	font-weight: bold;
	z-index: 100;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
#dropmenudiv a{
	display: block;
	border-bottom: 1px solid #000000;
	background-color: #264c73;
	padding: 4px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	line-height: 12px;
}
#dropmenudiv a:hover{
	background-color: #336699;
	color: #fff;
	text-decoration: none;
}

.tablelist{
	font-size: 12px;
}
.alert{
	padding: 10px;
	border: 1px dotted #cccccc;
	background-color: #264c73;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#newsfeed {
	margin-top: 25px;
}
#newsfeed li {
	font-size: 12px;
	line-height: 150%;
}

table.list td {
	padding: 5px;
}
tr.blue {
	background-color: #396c9e;
}
tr.blue td {
	color: #fff;
	font-weight: bold;
}

.error {
	color: #f00;
}
.clear {
	clear: both;
}

.campaign {
	margin: auto;
}
.campaign td {
	padding: 10px;
}
.campaign_footer {
	clear: both;
	padding-top: 14px;
	text-align: center;
}