@charset "utf-8";
/* CSS Document */
body, html {
padding:0;
margin:2;
background-image:url(images/bg-tile.jpg);
background-color:#FFFFFF;
}
p, td {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
a:link {
	color:#003300;
	text-decoration: none;
}
a:visited {
	color:#990066;
	text-decoration: none;
}
a:hover {
	color:#660000;
	text-decoration: underline;
}
a:active {
	color:#660000;
	text-decoration: underline;
}
.header {
background-image:url(images/nav-gradient.jpg);
height:50px;
background-repeat: repeat-x;
border-bottom:double #003300 3px;
}
#headernav {
text-indent:10px;
width:20%;
height:50px;
border-right:solid 1px #FFFFFF;
letter-spacing:1px;
}
#headernavright {
text-indent:10px;
width:20%;
height:50px;
letter-spacing:1px;
}
a.headerlink:link {
font-family:Georgia, Times New Roman, Times, serif;
font-size:10px;
font-weight:bold;
color:#003300;
text-transform:uppercase;
text-decoration:none;
border-bottom:solid 1px #003300;
}
a.headerlink:visited {
font-family:Georgia, Times New Roman, Times, serif;
font-size:10px;
font-weight:bold;
color:#003300;
text-transform:uppercase;
text-decoration:none;
border-bottom:solid 1px #003300;
}
a.headerlink:hover {
color:#660000;
border-bottom:solid 1px #660000;
}
a.headerlink:active {
font-family:Georgia, Times New Roman, Times, serif;
font-size:10px;
font-weight:bold;
color:#003300;
text-transform:uppercase;
text-decoration:none;
border-bottom:solid 1px #003300;
}
.banner {
height:162px;
padding: 5px 0px 5px 0px;
}
.tagline {
	height:20px;
	background-color:#660000;
	border-top:solid 4px #003300;
	border-bottom:solid 4px #003300;
	padding:3px 0px 3px 0px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	letter-spacing:1px;
	font-family: "Times New Roman", Times, serif;
}
.content {
color:#660000;
padding:15px 20px 10px 20px;
vertical-align:top;
line-height:16px;
}
.cap {
color:#FFFFFF;
font-family:Georgia, Times New Roman, Times, serif;
font-weight:bold;
font-size:18px;
vertical-align: middle;
float:left;
display:block;
padding:3px 3px 0px 3px;
height:30px;
background-color:#660000;
border:solid 1px #003300;
margin-right:3px;
}
.imageBox {
width:260px;
float:right;
text-align:right;
vertical-align:top;
padding-left:15px;
}
#gallery {
display:block;
padding:4px;
background-color:#edede8;
border:solid 1px #660000;
}
.footer {
text-align:center;
padding:10px 20px 20px 20px;
color:#660000;
}
#footerRule {
border-bottom:solid 1px #660000;
}
.pageHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #660000;
	letter-spacing: 2px;
}

