/**
  * Northern California Paintball Field Owners Association
  *
  * Creator: Art Armstrong
  * Date: 8-17-08
  *
  **/
  
body {
	font-size: 12px;
	font-family: sans-serif;
}

.nav a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}

/* Home Links CSS */
.home .nav a:hover{
	color: #001c94;
	text-decoration: underline;
}
.home .content-links A:link {
	color: #001c94;
	text-decoration: none;
}
.home .content-links A:visited {
	color: #001c94;
	text-decoration: none;
}
.home .content-links A:active {
	color: #001c94;
	text-decoration: none;
}
.home .content-links A:hover {
	color: #001c94;
	text-decoration: underline;
}

/* Schedule Links CSS */
.schedule .nav a:hover{
	color: #c06d02;
	text-decoration: underline;
}
.schedule .content-links A:link {
	color: #c06d02;
	text-decoration: none;
}
.schedule .content-links A:visited {
	color: #c06d02;
	text-decoration: none;
}
.schedule .content-links A:active {
	color: #c06d02;
	text-decoration: none;
}
.schedule .content-links A:hover {
	color: #c06d02;
	text-decoration: underline;
}

/* Register Links CSS */
.register .nav a:hover{
	color: #9c0000;
	text-decoration: underline;
}
.register .content-links A:link {
	color: #9c0000;
	text-decoration: none;
}
.register .content-links A:visited {
	color: #9c0000;
	text-decoration: none;
}
.register .content-links A:active {
	color: #9c0000;
	text-decoration: none;
}
.register .content-links A:hover {
	color: #9c0000;
	text-decoration: underline;
}

/* Fields Links CSS */
.fields .nav a:hover{
	color: #0f7202;
	text-decoration: underline;
}
.fields .content-links A:link {
	color: #0f7202;
	text-decoration: none;
}
.fields .content-links A:visited {
	color: #0f7202;
	text-decoration: none;
}
.fields .content-links A:active {
	color: #0f7202;
	text-decoration: none;
}
.fields .content-links A:hover {
	color: #0f7202;
	text-decoration: underline;
}

/* Sponsors Links CSS */
.sponsors .nav a:hover{
	color: #969519;
	text-decoration: underline;
}
.sponsors .content-links A:link {
	color: #969519;
	text-decoration: none;
}
.sponsors .content-links A:visited {
	color: #969519;
	text-decoration: none;
}
.sponsors .content-links A:active {
	color: #969519;
	text-decoration: none;
}
.sponsors .content-links A:hover {
	color: #969519;
	text-decoration: underline;
}

/* Standings Links CSS */
.standings .nav a:hover{
	color: #006b6f;
	text-decoration: underline;
}
.standings .content-links A:link {
	color: #006b6f;
	text-decoration: none;
}
.standings .content-links A:visited {
	color: #006b6f;
	text-decoration: none;
}
.standings .content-links A:active {
	color: #006b6f;
	text-decoration: none;
}
.standings .content-links A:hover {
	color: #006b6f;
	text-decoration: underline;
}

/* Rules Links CSS */
.rules .nav a:hover{
	color: #40014d;
	text-decoration: underline;
}
.rules .content-links A:link {
	color: #40014d;
	text-decoration: none;
}
.rules .content-links A:visited {
	color: #40014d;
	text-decoration: none;
}
.rules .content-links A:active {
	color: #40014d;
	text-decoration: none;
}
.rules .content-links A:hover {
	color: #40014d;
	text-decoration: underline;
}

/* Forum Links CSS */
.rules .nav a:hover{
	color: #000000;
	text-decoration: underline;
}

/* Contacts Links CSS */
.contact .nav a:hover{
	color: #045a34;
	text-decoration: underline;
}
.contact .content-links A:link {
	color: #045a34;
	text-decoration: none;
}
.contact .content-links A:visited {
	color: #045a34;
	text-decoration: none;
}
.contact .content-links A:active {
	color: #045a34;
	text-decoration: none;
}
.contact .content-links A:hover {
	color: #045a34;
	text-decoration: underline;
}

.header-home {
	width: 883px;
	height: 175px;
	background-image: url("./img/header.gif");
	background-repeat: repeat-y;
	background-position: top left;
}

.header-schedule {
	width: 883px;
	height: 175px;
	background-image: url("./img/header-schedule.gif");
	background-repeat: repeat-y;
	background-position: top left;
}

.header-register {
	width: 883px;
	height: 175px;
	background-image: url("./img/header-register.gif");
	background-repeat: repeat-y;
	background-position: top left;
}

.header-fields {
	width: 883px;
	height: 175px;
	background-image: url("./img/header-fields.gif");
	background-repeat: repeat-y;
	background-position: top left;
}

.header-sponsors {
	width: 883px;
	height: 175px;
	background-image: url("./img/header-sponsors.gif");
	background-repeat: repeat-y;
	background-position: top left;
}

.header-standings {
	width: 883px;
	height: 175px;
	background-image: url("./img/header-standings.gif");
	background-repeat: repeat-y;
	background-position: top left;
}

.header-rules {
	width: 883px;
	height: 175px;
	background-image: url("./img/header-rules.gif");
	background-repeat: repeat-y;
	background-position: top left;
}

.header-contacts {
	width: 883px;
	height: 175px;
	background-image: url("./img/header-contacts.gif");
	background-repeat: repeat-y;
	background-position: top left;
}

.center {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	margin: 0 auto;
	width: 883px;
	text-align: left;
	background-color: #cfcfcf;
}

.nav {
	padding-left: 10px;
	line-height: 30px;
	font-size: 14px;
	font-variant: small-caps;
	font-style: normal;
	font-weight: normal;
	width: 883px;
	height: 43px;
	background-image: url("./img/nav.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

.footer {
	line-height: 16px;
	font-size: 12px;
	font-variant: small-caps;
	width: 883px;
	color: #000000;
	background-color: #ffffff;
}

.footer a:link{
	color: #000000;
	text-decoration: none;
} 

.footer a:active{
	color: #000000;
	text-decoration: none;
} 

.footer a:visited{
	color: #000000;
	text-decoration: none;
}

.footer a:hover{
	color: #000000;
	text-decoration: underline;
}

.content {
	width: 883px;
	clear: left;
	float: left;
	background: url("./img/content.gif") no-repeat top left;
	background-color: #cfcfcf;
}

.content-all {
	width: 840px;
	height: auto;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.content-all div{
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	padding: 10px;
}

.content-img{
	float: left;
	width: 310px;
	height: 115px;
	border: 0;
}

.content-exta{
	float: right;
	width: 560px;
	height: 115px;
	border: 0;
}

.content-links {
	width: 180px;
	float: left;
	clear:left;
	line-height: 16px;
	text-align: center;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
}

.content-links div{
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	padding: 5px;
}

.content-links a{
	font-size: 11px;
}

.content-info {
	width: 680px;
	vertical-align: top;
	height: auto;
	float: left;	
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 5px;
}

.content-info div{
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	padding: 10px;
}

.content-info td{
	vertical-align: top;
	font-size:  12px;
}

.db_table {
	font-size: 10pt;
}
