/* Main container that holds the entire page */
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	width:792px;
	margin: auto;
	padding-top: 24px;
}


.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	padding-left: 0px;
	color: #990000;
	height: 36px;
}

.subheadleftcol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 9px;
	letter-spacing: 0.25px;
	padding-bottom: 23px;
}
.subheadcentercol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 18px;
	padding-top: 9px;
	letter-spacing: 0.25px;
	padding-bottom: 15px;
}

/* navigation bar */
.nav {
		font-size: 11px;
		color: #000000;
		text-decoration: none;
		line-height: 20px;
		padding-left: 18px;
		border-spacing: 0px;
		border-collapse: collapse;
		width: 792px;
		border-bottom-style: none;
    }
.nav a:link {
		
		color: #000000;
		text-decoration: none;
   	 }
	
.nav a:visited {
		
		color: #000000;
		text-decoration: none;
	}
	
.nav a:hover {
		
		color: #999999;
		text-decoration: none;
	}
	
.nav a:active {
		
		color: #999999;
		text-decoration: none;
		}

/*  contact on nav bar */
.navcontact {
		
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		padding-left: 18px;
		text-decoration: none;
		background-color: #990000;
	}

.navcontact a:link {
		
		color: #FFFFFF;
		text-decoration: none;
	}

.navcontact a:visited {
		
		color: #FFFFFF;
		text-decoration: none;
	}
	
.navcontact a:hover {
		
		color: #000000;
		text-decoration: none;
	}
	
.navcontact a:active {
		
		color: #999999;
		text-decoration: none;
	}

.navred {
	color: #990000;
}

/*  Table which contains the three content columns left,center,right */
.maintable {
	height: 409px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-spacing: 0px;
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.leftcolumn {
	width: 240px;
	height: 409px;
	overflow: hidden;
	float: left;
}
.centercolumn {
	background-color:#6699CC;
	background-image: url(../img/logopanel.gif);
	background-repeat:no-repeat;
	background-position:bottom; 
	width: 312px;
	height: 409px;
	float: left;
}
.rightcolumn {
	width: 240px;
	height: 409px;
	overflow: hidden;
	float: left;
}

/* Panel without a picture */
div.panel {
	padding-top: 42px;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 18px;
	line-height: 13px;
	color: #000000;
	letter-spacing: normal;
	overflow: hidden;
}



/* Note in right hand column explaining the rollover */
div.note {
	display: block;
	font-style: italic;
	padding-top: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 18px;
	padding-right: 10px;
	line-height: 13px;
	color: #000000;
	letter-spacing: normal;
}
.arial11italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
