@charset "UTF-8";
body {
	background-color: #999;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5;
	text-align: left;
}
#container {
	width: 980px;
	border: 6px double #333;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #C00;
}
/* The innerContainer is added to prevent background from showing behind double border in Firefox. If you are not using this type of border, you can eliminate the innerContainer div and put the background image on the container div, instead. */
#innerContainer {
	background-color: #CB0000;
	height: auto;
	width: 980px;
}
#leftColumn_container {
	background-color: #000;
	float: left;
	width: 250px;
}
#left {
	color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
	background-color: #C80000;
}
#rightColContainer {
	width:730px;
	float:none;
	margin-left: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	background-image: url(project/projectimages/header_bkgd.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 120px;
	width: 730px;
	padding: 0px;
}
#topnav {
	width: 730px;
	line-height: 25px;
	height: 40px;
	margin: 0px;
	background-image: url(project/projectimages/top_nav_bkg.gif);
	padding: 0px;
}
#topnav ul {
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	width: 730px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#topnav li {
	text-align: center;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-size: 13px;
	text-decoration: none;
	display: inline;
}
#topnav a {
	display: block;
	width: 75px;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
#topnav a:visited {
	color: #000;
	background-color: #666;
}
#topnav a:link, #topnav a:visited {
	color: #666;
}
#topnav A:hover, #topnav a:active {
	color: #F00;
}
#current a:link, #current a:visited, #current a:hover, #current a:active {
}
#content {
	width:730px;
	background-color: #C00;
	margin: 0px;
	padding: 0px;
	background-image: url(project/projectimages/middle_box.gif);
	background-repeat: repeat-y;
}
#top_box {
	background-color: #C00;
	background-image: url(project/projectimages/top_box.gif);
	background-repeat: no-repeat;
	padding: 0px;
	line-height: 30px;
	margin: 0px;
	height: 30px;
}
#middlebox {
	color: #000;
	text-align: center;
	vertical-align: text-top;
	color: #000;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 650px;
	margin: 0px;
	border-color: #FFF;
}
#bottom_box {
	background-image: url(project/projectimages/bottom_box.gif);
	background-repeat: no-repeat;
	line-height: 30px;
	height: 30px;
	background-color: #C00;
	background-position: 1px 0;
	margin: 0px;
	width: 730px;
	padding: 0px;
	clear: right;
	float: left;
}
#footer {
	clear:both;
	padding:10px 20px;
	background-color: #C00;
	text-align: center;
	color: #FFF;
	font-size: 10px;
}
#container #innerContainer #rightColContainer #content #middlebox ul .eventlisting a {
	font-weight: bolder;
	color: #C00;
	text-decoration: none;
}
h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
li.eventlisting {
	list-style-type: square;
}
#container #innerContainer #rightColContainer #content #middlebox h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}
#container #innerContainer #rightColContainer #content #middlebox h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
p {
	margin-top: 0px;
	font-style: normal;
	text-align: left;
}
#middlebox ul .eventlisting blockquote p {
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.bold_p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C00;
}
#container #innerContainer #rightColContainer #content #middlebox #Contact p label #Volunteer {
	background-color: #FFF;
	width: 100px;
}
#middlebox p a {
	font-weight: bolder;
	color: #C00;
	text-decoration: none;
}
#middlebox h2 a {
	font-weight: bold;
	color: #C00;
	text-decoration: none;
}
ul .eventlisting {
}
#topnav a:hover {
	display: block;
	width: 75px;
	color: #000;
	text-decoration: none;
	background-color: #999;
}
#topnav a:active {
	color: #000;
	background-color: #FFF;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
h1 {
	color: #C00;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	text-align: center;
	text-decoration: blink;
}
.gray_text {
	color: #333;
}
h2 {
	line-height: 120%;
	font-size: medium;
}
.Helpful_Link {
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #000;
	background-color: #FFF;
	margin-right: 20px;
	margin-left: 20px;
	border: thick outset #999;
	text-align: center;
}
.datedlist {
	list-style-type: none;
	background-color: #CCC;
	margin-right: 25px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
#container #innerContainer #rightColContainer #content #middlebox ul .datedlist h4 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.listheading {
	padding-bottom: 0px;
	margin: 0px;
}
#container #innerContainer #rightColContainer #content #middlebox .listheading {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
}
h3 {
	background-color: #FFF;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.reminder_div {
	width: 650px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#table_1 {
	background-color: #CCC;
	width: 650px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container #innerContainer #rightColContainer #content #middlebox .datedlist {
	text-align: center;
	vertical-align: middle;
}
#marinebandvideo {
}
#vifttabs {
	float: left;
	width: 650px;
	height: auto;
}
.merchtable {
	text-align: left;
	vertical-align: top;
	border-bottom-color: #CCC;
	border-right-color: #FFF;
	border-top-color: #FFF;
	border-left-color: #FFF;
}
