<!--

/* html { overflow: -moz-scrollbars-vertical !important; } */

body {
	background-image: url(/images/template.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	_text-align: center;
}
div {
	position:relative;
}
body,td,th {
	color: #000;
	font-family: Trebuchet MS,arial;
	font-size: 12px;
	line-height: 1.5;
}

a:link {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}

.copyrightCell {
	padding-top: 15px;
	font-size: 9px;
	font-family: Trebuchet MS,arial;
	font-weight: normal;
	text-align: center;	
}

.copyrightCell a {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}

.copyrightCell a:hover {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}

.title {
	color: #0066CC;
	font-size: 15px;
	font-weight: bold;
}
.pagetitle {
	color: #0066CC;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.newsTitle {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.newsTitleSmall {
	font-size: 10px;
	font-family: verdana,arial;
}

/* form size fields  */
.textinput {
	width: 220px;
	height: 20px;
	font-size: 12px;
	color: #000;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	/*text-align: center; */
}

.textarea {
	width: 420px;
	height: 120px;
	font-size: 12px;
	color: #000;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	/*text-align: center; */
}

.button {
	cursor: hand;
	cursor: pointer;
}
#container {
	text-align: left;
}
.nav {
	cursor: pointer;
	cursor: hand;
	text-align: left;
}

.nav1 {
  background-Image: url(); /* url('/images/media_off.jpg'); */
}
.nav2 {
  background-Image:url('/images/nav-rollover.jpg');
  background-position: top center;
}

table.petition {
	border-width: 1px;
	border-spacing: 0;
	border-style: none;
	border-color: #CCC;
	border-collapse: separate;
	background-color: #FFF;
}
table.petition th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #CCC;
	background-color: #CCC;
	-moz-border-radius: ;
}
table.petition td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #CCC;
	/* background-color: white; */
	-moz-border-radius: ;
}

.menuTable {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #CCC;
	background-color: #FFF;
	background-image: url(/images/linksback.jpg);
	background-position: center;
	border-collapse: separate;
/*	padding-left: 25px; */
	width: 200px;
}

.forumTitle {
	font-weight: bold;
	padding-left: 10px;
	color: #FFFFFF;
	background-image: url(/images/forum1.jpg);
}

.forumTable {
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #0066CC;
	border-collapse: separate;
	background-color: #FFF;
}

.forumHeader {
	background-color: #0066CC; 
	font-weight: bold;
	padding-left: 10px;
	color: yellow;
	height: 20px;
}

.forumTopic td {
	background-color: #99ccff;
	color: #FFFFFF;
	font-weight: bold;
}

.forumPosts {
	background-color: #C6E0FB;
}

.forumLast {
	background-color: #BAD8F5;
}
#loading {
	background-color: blue;
	color: #FFF;
	font-weight: bold;
	text-align:center;
	display:none;
	padding: 15px;
}
#success {
	background-color: darkgreen;
	color: #FFF;
	font-weight: bold;
	text-align:center;
	display:none;
	padding: 15px;
}
#bademail {
	background-color: red;
	color: #FFF;
	font-weight: bold;
	text-align:center;
	display:none;
	padding: 15px;
}
#badserver {
	background-color: red;
	color: #FFF;
	font-weight: bold;
	text-align:center;
	display:none;
	padding: 15px;
}
img {
	border: 0;
}

/*
#popoverAdvertisementDiv {position:absolute; height:360px; width:620px; top:0; left: 10; z-index:99; background-image: url(/images/popup.gif); background-repeat: no-repeat; background-position: top center;}
*/
-->