@charset "utf-8";

/* This is the main logo */
#header {
	position:absolute;
	left:70px;
	top:5px;
	width:90%;
	height:160px;
	z-index:9;
	background-color: #0066FF;
	visibility: visible;
}

#fixture {
	position:absolute;
	left:0px;
	top:10px;
	width:700px;
	height:80px;
	z-index:1;
	visibility: visible;
}

#main {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:760px;
	z-index:5;
	visibility: visible;
	overflow: visible;
}

/* These next 3 define the look of all links on the side other than the menu and the side menu */
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003399;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003399;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003399;
	
}

/* This is the main menu bar */
#menu {
	position:absolute;
	left:70px;
	top:190px;
	width:90%;
	height:40px;
	z-index:8;
	background-color: #0066FF;
	visibility: visible;
}

/* This controls the text for the menu */
.menuH1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}

/* These next 3 defines the look of links in the main menu */
#menu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: underline overline;
}

/* This defines the standard text format for the site */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #003399;
}

/* This defines the text headers format for the site */
.textH1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #003399;
}

.textH1W {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #ffffff;
	text-align: center;
}

/* This defines the text H2 headers format for the site */
.textH2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #003399;
}

#content {
	position:absolute;
	left:70px;
	top:240px;
	width:90%;
	height:550px;
	z-index:7;
	visibility: visible;
	overflow: visible;
}

/* This controls the position and layout of the side menu */
#sidemenu {
	position:absolute;
	left:0px;
	top:0px;
	width:195px;
	height:240px;
	z-index:8;
	background-color: #0066FF;
	visibility: visible;
}

/* This controls the text for the side menu */
.sidemenuH1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}

/* These next 3 defines the look of links in the side menu */
#sidemenu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}

#sidemenu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
#sidemenu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: underline overline;
}

#newstable {
	border: thin solid #0066FF;
}

#rules a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #003399;
}

#rules a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #003399;
}

#rules a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #003399;
	font-style:italic;
}

#contactable {
	background: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: capitalize;
	color: #0066FF;
}

table.stats 
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 14px;
color: #003399;
width: 100%;
background-color: #FFFFCC;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
white-space:nowrap;
text-align:center;
}

table.stats td 
{
	background-color: #FFFFCC;
	color: #003399;
	padding: 4px;
	text-align: center;
	border: 1px #0066ff solid;
	white-space:nowrap;
	font-weight: normal;
}

table.stats th
{
	background-color: #FFFFCC;
	color: #003399;
	padding: 4px;
	border: 1px #0066ff solid;
	white-space:nowrap;
	font-weight: bold;
}

.bignews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #F00;
}
.blogtext {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#036;
}

.blogtextH2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#036;
	font-weight:bold
}

table.blog {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size: 12px;
	font-weight:normal;
	font-style:normal;
	text-transform:none;
	color: #003399;
	border: 0px;
	border-spacing: 0px;
	padding: 2px;
}

table.blog th {
	background-color:#333;
	color:#FFF;
	font-weight:bold;
	text-align:left;
	padding: 4px;
}

#blog {
	position:absolute;
	left:220px;
	top:5px;
	width:80%;
	height:462px;
	z-index:4;
	background-repeat:no-repeat;
	background-position:center;
	overflow: visible;
	visibility: visible;
}

#blog a:link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#036;
	text-decoration:underline;
}

#blog a:vistited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#036;
	text-decoration:underline;
}

.plannerH1 {
	background-color:#06F;
	border-color:#FFF;
	text-align:center;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}

/* This controls the position and layout of the side menu */
#Lsidemenu {
	position:absolute;
	left:0px;
	top:0px;
	width:195px;
	height:375px;
	z-index:8;
	background-color: #0066FF;
	visibility: visible;
	overflow: visible;
}

/* This controls the text for the side menu */
.LsidemenuH1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}

/* These next 3 defines the look of links in the side menu */
#Lsidemenu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}

#Lsidemenu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
#Lsidemenu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: underline overline;
}
