body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 
	
.class1 a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #143874;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
}	

.class1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF3300;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: underline;
	}
	
.class1 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #143874;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
}

#menu9 {
	width: 227px;
	margin: 0px;
	border-style: solid;
	border-color: #656556;
	border-size: 0px;
	border-width: 0px;
	}
	
#menu9 li a {
	height: 14px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 16px;
	text-decoration: none;
	}	
	
#menu9 li a:link, #menu9 li a:visited {
	color: #143874;
	display: block;
	background:  url(images/menuitems2.png);
	padding: 3px 0 3px 22px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	}
	
#menu9 li a:hover {
	color: #014676;
	background:  url(images/menuitems2.png) 0 -28px;
	padding: 3px 0 3px 22px;
	}
	
	
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
.lightrunnerbackground {
	background-image: url(images/box_02.png);
	background-repeat: repeat;
}
.lightrunnerlow {

	background-image: url(images/box_09.png);
	background-repeat: repeat;
}
.backgroundfile {
	background-color: #014676;
	background-image: url(images/thisone_06.png);
	background-repeat: no-repeat;
}
.black16ptbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-transform: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	top: -5px;
	vertical-align: top;
}
.white10pt {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
.boysenname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.brown9ptmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6A5731;
	font-weight: bolder;
	text-transform: uppercase;
}
.beigebold12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F1D9BD;
}
.black11pttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000000;
}
.beigebold16pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F1D9BD;
}
.beige10pttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F1D9BD;
}
.black14pttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-transform: capitalize;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	top: -5px;
	vertical-align: top;
}
a:link {
	color: #F0D8BC;
}
a:visited {
	color: #D59579;
}
a:hover {
	color: #FF3300;
}
a:active {
	color: #D59579;
}
.large22pttitletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bolder;
	color: #D59478;
}
.bluebold16pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 200px;
	width: 200px;
	text-indent: -999em;
	text-decoration: none;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
}
#topleft {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 200px;
	width: 200px;
	text-indent: -999em;
	text-decoration: none;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	border:none;
}

/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
	padding: 12px;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

