body {
	margin: 0 auto 0px;
	padding: 0;
	background: #32589F;
	background-image: url(grafix/headerbg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #222222;
	text-decoration: none;	
}

a:visited {
	color: #222222;
	text-decoration: none;	
}

a:active{
	color: #7fcd32;
	text-decoration: none;	
}

a:hover{
	color: #7fcd32;
	text-decoration: none;	
}

.pageBody {
	width: 960px;
	min-height:600px;	
	padding-top: 10px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background: #ffffff;
	background-image: url(grafix/pageBackground.jpg);
	font-size: 13px;
}

.forumBody {
	width: 940px;
	min-height:600px;
	padding-top: 40px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	background: #ffffff;
	background-image: url(grafix/pageBackground.jpg);
	font-size: 13px;
}

.pageContentLeft {
	width: 725px;
	padding-right: 15px;
	background: #ffffff;
	float: left;
}

.pageContentRight {
	width: 185px;
	padding-top: 10px;
	background: #ffffff;
	float: right;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	background-color: ButtonFace;
	padding: 7px;
	border: 1px solid #222222;
}
 
h2{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px	
}

h3{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px	
}

p {
	text-align: justify;
}	

.clear {clear:both;}

.small {
	font-size: 10px;
	color: #999999;
}

/* ================================================================ 
                       HEADER AND NAVIGATION
=================================================================== */

#header {
	background: url(grafix/logo.jpg) no-repeat;
	padding-top: 201px;
}

#header .content {
	color: #999;
	padding: -0px 0 0px 0;
	text-align: center;	
	position: absolute;
	display: block;
	top: 0; right: 0;
}

.container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 980px;
	background: #222;
	font-size: 15px;	
	background: url(grafix/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 25px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li a:hover{
	background: url(grafix/topnav_hover.gif) no-repeat center top;
	color: #7fcd32;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(grafix/subnav_btn.gif) no-repeat center top;
}

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
	font-size: 13px;	
}

ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
		clear: both;
	width: 170px;
}

html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(grafix/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(grafix/dropdown_linkbg.gif) no-repeat 10px center; 
	color: #7fcd32;
}

#header img {
	margin: 20px 0 10px;
}

/* ================================================================ 
                              FOOTER
=================================================================== */

.footerForum {
	width: 100%;
	background: #222;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 10px;
	color: #ffffff;	
}

.footerForum a:link {
	background: none;
	color: #ffffff;
	font-weight: bold;
}
.footerForum a:visited {
	background: none;
	color: #ffffff;
	font-weight: bold;;
}
.footerForum a:active {
	background: none;
	color: #7fcd32;
	font-weight: bold;
}

.footerForum a:hover {
	background: none;
	color: #7fcd32;
	font-weight: bold; 
}

.copyright {
	font-size: 10px;
	color: #ffffff;
	padding-top: 10px;
}

/* ================================================================ 
                            THUMBNAILS
=================================================================== */

.thumbnail img{
border: 3px solid #222222;
}

.thumbnail:hover img{
border: 4px solid #7fcd32;
}

.thumbnail:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

/* ================================================================ 
                        Facebook TABLE
=================================================================== */

table.facebook {
	background: #ffffff;
	background-image: url(grafix/facebookBg.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 160px;
	padding: 33px 1px 5px 1px;
}

table.facebook td {
     vertical-align: top;
}
 
td#forumInfo {
     border: solid #000000 1px;
}

table#forumInfoSingle {
	margin-top: 10px;
}

table#forumInfoMulti {
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
}