﻿@charset "utf-8";
/* CSS Document */


h1
{
	text-align: center;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 19px;
	margin-bottom: 1px;
}

h2
{
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
}

h2 a:hover
{
	color: #f00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
}

p
{
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 16px;
	font-weight: normal;
	margin-top: 12px;
}

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

a:link
{
	color: #fff;
	text-decoration: none;
}


a:visted
{
	color: #fff;
	text-decoration: none;
}

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

body 
{ 
	margin: 0px 0px 0px 0px; 
	background-color: #000;
	background-image: url(images/bg1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}

/* Main Table - Layout */
.main
{
	width: 990px;
	border-spacing: 0px;
	border: none;
}

/* Nav Table - Layout */
.nav
{
	width: 200px;
	border-spacing: 0px;
	border: none;
}

/* Center Table - Layout */
.centernav
{
	width: 584px;
	border-spacing: 0px;
	border: none;
}

/* Footer Table - Layout */
.footer 
{ 
	width: 100%;
	background-image: url(images/footerbg.png);
	background-position: top center;
	background-repeat: repeat-x;
}

/* Nav Table - Layout */
.topnav
{
	width: 200px;
	border-spacing: 0px;
	border: none;
	background-image: url(images/navmodtop.png);
	background-position: top center;
	background-repeat: no-repeat;
}

/* Center Table - Layout */
.topcenternav
{
	width: 584px;
	border-spacing: 0px;
	border: none;
	background-image: url(images/centermodtop.png);
	background-position: top center;
	background-repeat: no-repeat;
}

/* Bottom Nav Table - Layout */
.botnav
{
	width: 200px;
	height: 32px;
	border-spacing: 0px;
	border: none;
	background-image: url(images/navmodbottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

/* Bottom Center Table - Layout */
.botcenternav
{
	width: 584px;
	height: 32px;
	border-spacing: 0px;
	border: none;
	background-image: url(images/centermodbottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

/* Main Content */
.content
{
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 16px;
	font-weight: normal;
}

/* Image Content */
.imagecontent
{
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	width: 530px;
}

/* Main Content Center*/
.contentcenter
{
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 16px;
	font-weight: normal;
	width: 530px;
}

/* P tag Padding*/
.padding
{
	padding-bottom: 16px;
}

/* Header Nav Bar*/
.contentheader
{
	text-align: center;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 18px;
}

/* Read more on Main Page*/
.readmore
{
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;	font-size: 13px;
	text-align: right;
	line-height: 16px;
}

/* Pic */
#pic
{
	margin: 10px;
	text-align: right;
	width: 156px;
}

/* Main Div Spacer */
#spacer
{
	margin: 15px;
}

/* Member Pic */
#memberpic
{
	margin: 10px;
	text-align: right;
}

/* Photo Sizes */
#images
{
	width: 156px;
	height: 117;
}
