@charset "UTF-8";
/* CSS Document */

body {
	background-color: #003366;
	margin: 0;
	padding: 0;
	text-align: center;
	font: Verdana, Arial, Helvetica, sans-serif
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

#mast {
	width: 800px;
	height: 80px;
	padding: 0;
}

#navbar {
	text-align: left;
	font-size: 15px;
	background-color: #CCCCCC;
	height: 30px;
	background-image: url(images/bar.gif);
	background-repeat: no-repeat;
}

.navigation {
	display: inline-block;
	padding: 6px;
	color: #003366;
	font-weight: bold;
	background-color: #CCCCCC;
	text-decoration: none;
}

a.navigation:hover {
	color: #99CC33;
	background-color: #003366;
}

.thispage {
	display: inline-block;
	padding: 6px;
	color: #666666;
	font-weight: bold;
	background-color: #FFFFFF;
	text-decoration: none;
}

a.thispage:hover {
	color: #99CC33;
}

.contact {
	color: #003366;
	font-size: 11px;
	background-color: none;
	text-align: center;
}

a.contact:link {
	color: #003366;
	font-size: 11px;
	background-color: none;
	text-align: center;
	text-decoration: none;
}

a.contact:visited {
	color: #003366;
	font-size: 11px;
	background-color: none;
	text-align: center;
	text-decoration: none;
}

a.contact:hover {
	color: #99CC33;
	font-size: 11px;
	background-color: none;
	text-align: center;
	text-decoration: underline;
}

a.contact:hover {
	color: #99CC33;
	font-size: 11px;
	background-color: none;
	text-align: center;
	text-decoration: underline;
}

#maincontent {
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
	background-image: url(images/gears.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#maincontent p {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 400px;
}

a.catlink {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

a.catlink:hover {
	color: #99CC33;
	border-right: solid #99CC33 5px;
	border-left: solid #99CC33 5px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

a.thiscatlink {
	color: #0099FF;
	border-right: solid #003366 5px;
	border-left: solid #003366 5px;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

.directions {
	font-weight: bold;
	font-size: 11px;
	color: #003366;
}

a.directions {
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}

a.directions:hover {
	font-weight: bold;
	text-decoration: none;
	color: #99CC33;
}


#rightcontent {
	float: right;
	width: 380px;
	margin-left: 20px;
}

#rightcontent p {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
}

#rightcontent ul {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 2.5em;
	padding: 0;
	list-style-position: outside;
	list-style-type: circle;
}

#spacer {
	clear: both;
}

#footer {
	height: 20px;
	background-color: #FFFFFF;
	padding: 0;
	clear: both;
}

#footer img {
	float: right;
}

.floatleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

.floatright {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
}

.tabletalk {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

a.imalink:link {
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}

a.imalink:visited {
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}

a.imalink:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #99CC33;
}

a.imalink:active {
	font-weight: bold;
	text-decoration: underline;
	color: #99CC33;
}