/* css document */

body {
	margin: 0;
	padding: 0;
	background-color: #10315A;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
}
a:link {
	color: #FF66CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #99CCFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#header {
	margin: 0;
	padding: 0;
	background-color: #082142;
	color: #FFFFFF;
}
#headerbar {
	margin: 0;
	padding: 0;
	background-color: #082142;
	color: #FFFFFF;
	background-image: url(images/headerbar_bk.jpg);
	background-repeat: repeat-x;
}
#headerbottom {
	margin: 0;
	padding: 0;
	background-color: #082142;
	color: #FFFFFF;
	background-image: url(images/headerbottom_bk.jpg);
	background-repeat: repeat-x;
}
#menuwrapper {
	margin: 0;
	padding: 0;
	background-color: #082142;
	color: #FFFFFF;
}
#menu {
	margin: 0;
	padding: 0;
	background-color: #082142;
	color: #FFFFFF;
	height: 25px;
	width: 839px;
}
#bottombarwrapper {
	margin: 0;
	padding: 0;
	background-color: #082142;
	color: #FFFFFF;
	background-image: url(images/bottombar_bk.jpg);
	background-repeat: repeat-x;
}
#bottombar {
	margin: 0;
	padding: 0;
	background-color: #082142;
	color: #FFFFFF;
	height: 39px;
	width: 834px;
}
#content {
	margin-top: 2em;
	margin-left: 60px;
	margin-right: 60px;
}
#spotsnav {
	margin: 0;
	padding: 0;
	width: 699px;
}
#footer {
	border-top: 1px dotted #FFFFFF;
	margin-top: 4em;
	font-size: 90%;
	line-height: 1.4em;
	margin-bottom: 2em;
}
#radionav {
	background-image: url(images/radiotab_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#spots {
	margin: 0;
	padding: 0;
	width: 640px;
}

/**/
/*
h1 {
	color: #66FFFF;
	font-size: 280%;
	text-shadow: black 3px 3px 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}
*/
h1,h2,h3,h4 {
	line-height: normal;
}
table {
	border-collapse: collapse;
}
td,th {
	padding-right: 1em;
	vertical-align: top;
	text-align: left;
}

/**/

.aboutusname {
	font-weight: bold;
	color: #E88F30;
	background-color: #10315A;
	text-transform: uppercase;
}
.celltextindent {
	padding-left: 20px;
}
.clearfloat {
	clear: both;
}
.linespace {
	margin-top: 1em;
}
.doublespace {
	margin-top: 2em;
}
.noborder {
	border: 0;
}
.nopadding {
	padding: 0;
}
.photoleft {
	float: left;
	width: 140px;
	padding: 0;
	margin-bottom: 2em;
}
.phototext {
	line-height: 1.5em;
	margin-left: 160px;
}
.textbold {
	font-weight: bold;
}
.texthead {
	font-weight: bold;
	font-size: larger;
	color: #66FFFF;
}
.textitalic {
	font-style: italic;
}
.textbolditalic {
	font-weight: bold;
	font-style: italic;
}
.whiteborder {
	border: 1px solid #FFFFFF;
}

/* align */

.textleft { text-align: left; }
.textright { text-align: right; }
.textcenter { text-align: center; }
.texttop { vertical-align: top; }
.textbottom { vertical-align: bottom; }

/* widths */

.ten { width: 10%; }
.twenty { width: 20%; }
.twentyfive { width: 25%; }
.thirty { width: 30%; }
.forty { width: 40%; }
.fifty { width: 50%; }
.sixty { width: 60%; }
.seventy { width: 70%; }
.eighty { width: 80%; }
.ninety { width: 90%; }
.onehundred { width: 100%; }