@charset "utf-8";
/* CSS Document */

body {background-color: white; color: black; font-family:Arial;}
.pagewrap {width:790px;}

h1 {
	font-weight: bold;
	color: #000066;
	font-size:18px;
	text-align:center;
	margin-top:0;
	text-transform: uppercase;
	}
	
h5 {
	font-weight: bold;
	font-size:16px;
	text-align:left;
	}
	
	
ul {text-align:left; font-size:12px;}

#column-left ul {text-align:left; font-size:11px;}
	
p:first-child {margin-top:0}

p{text-align:left; font-size: 14px;}


.DHStext {
	color: #666666;
	font-size:15px;
	text-align:left;
	}

.CGAUXtext {
	color: #000066;
	margin-top: 0px;
	font-weight: bold;
	font-size: 26px;
	text-align:left;
	}

.DISTtext {
	font-size: 18px;
	color: #000066;
	font-weight: bold;
	text-align:left;
	}
	
.FLOTILLAtext {
	color: #000066;
	margin-top: 0px;
	font-weight: bold;
	font-size: 26px;
	text-align:right;
	}

.DIVISIONtext {
	font-size: 20px;
	color: #000066;
	font-weight: bold;
	text-align:right;
	}

.LOCATIONtext {
	font-size: 18px;
	color: #000066;
	font-weight: bold;
	text-align:right;
	}
	


a:link {color: #0000ff;}	 
a:visited {color: #800080; }
a:hover {color: #0000ff; background-color: yellow;}
a:active {color: #ff0000; background-color: yellow;}


.banner{
	height: 100px;
	width: 790px;
	padding-left:2;
	margin-bottom:2px;
	margin-top: 2px;
	}
	
#DistrictInfo{
	width: 425px;
	border-right: 1px black solid;
	height: 75px;
	float:left;
	}
	
#navbar{
	text-align:center;
	border-top: 2px solid gray;
	border-bottom: 2px solid #000066;
	margin-bottom:12px;
	font-size:14px;
	font-weight:bold;
	padding:6px 0 6px 0;
	margin-top:-15px;
	}
	
#navbar span {
	padding: 0 0 0 13px;
	background-image: url(../images/orange_slash.gif);
	background-repeat:no-repeat;
	background-position:left top; 
	}
	
#navbar span.firstitem {background-image:none;}

	
#navbar a {
	color: #003366;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	}	
	 
#navbar a:hover {text-decoration: underline;}
#navbar a:active {color: red;}

#column-left {
	width:217px;
	float:left;
	}
	
#column-right {
	float:right;
	width:573px;
	}
	
	
.flotilla-info {
	text-align: right;
	}

#footernav{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-top:12px;
	text-align: center;
	color: #000;
	font-size: 10px; 
	text-transform: uppercase;
	border-top: 1px gray solid;
	padding-top: 2px;
	padding-bottom: 20px;
	}
	
#footernav a {background-color:transparent;}
#footernav a:visited {background-color:transparent; color:#0000FF;}
#footernav a:hover {background-color:transparent; color:red;}
#footernav a:active {background-color:transparent; color:red;}

#footernav span {
	border-right: 1px solid #000;
	padding-right:12px; 
	padding-left:6px;
	}

#footernav span.lastitem {border: none;}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 10px; 
	text-align: center;
	border-bottom: #000066 2px solid;
	text-transform: uppercase;
	padding-bottom:8px;
	}
	

