<!--

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

body {
	background-image: url(/images/template7.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9c9b9b;
/*	min-width: 900px; */
}
body,td,th {
	color: #333;
	font-family: Trebuchet MS,arial;
	font-size: 12px;
	line-height: 1.5;
}

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

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

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

a:hover {
	color: #666;
	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: #666;
	font-weight: bold;
	text-decoration: none;
}

.copyrightCell a:hover {
	color: #ffcc00;
	font-weight: bold;
	text-decoration: underline;
}

.nav {
	cursor: pointer;
	cursor: hand;
	text-align: center;
	color: #FFF;
	padding-top: 6px;
	padding-left: 25px;
	padding-right: 25px;
	font-style: bold;
}

.nav a {
	color: #FFF;
	text-decoration: none;
}
.nav a:hover {
	color: #ffcc00;
	text-decoration: none;
}

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

.pagetitle {
	color: #999;
/*color: #ffcc00;*/
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}
.title {
	color: #999;
/*color: #ffcc00;*/
	font-size: 16px;
	font-weight: bold;
}

.newsTitle {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

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

.slidecontainer {
	margin: 0 auto;
	width: 900px;
	text-align: center;

}

.container {
	margin: 0 auto;
	width: 900px; 
}

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

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

.button {
	cursor: hand;
	cursor: pointer;
}

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

.menuTable {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: lightgrey;
	border-collapse: separate;
	background-color: white;
/*	padding-left: 25px; */
	width: 125px;
}

.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: white;
}

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

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

.forumPosts {
	background-color: #C6E0FB;
}

.forumLast {
	background-color: #BAD8F5;
}

-->