/* Body Styles */
img {
	border: none;
}
html, body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
td {vertical-align: top;}
/* Header Styles */
#header {
	width: 100%;
	height: 101px;
	background-color: #06034D;
	background-image: url(images/top-blue-bgnd.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#masthead {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	height: 101px;
}
#top {
	width: 100%;
	background-image: url(images/watermark.jpg);
	background-position: top left;
	background-repeat: repeat;
	height: 228px;
}
#top-inside {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 229px;
	background-color: black;
}
#toptable td {vertical-align: top; padding: 0px;}
/* Bar Styles */
#bar-main {
	width: 100%;
	background-color: #450009;
	height: 35px;
}
#bar-fixed {
	margin-left: auto;
	margin-right: auto;
	width: 761px;
}
#bartable {
	width: 761px;
}
#bartable .red {
	background-image: url(images/red-bgnd.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	height: 35px;
	text-align: left;
	width: 210px;
	padding-left: 6px;
	padding-top:0px;
	vertical-align: middle;
}
#bartable .blue {
	background-image: url(images/blue-bgnd.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	height: 35px;
	padding-left: 6px;
	width: 540px;
	text-align: left;
	vertical-align: middle;
}
.redtitle {
	padding: 0px 0px 0px 35px;
	background-image: url(images/red-star.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
}
.bluetitle {
	padding: 0px 0px 0px 35px;
	background-image: url(images/blue-star.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
}
/* Menu Styles */
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	color: #040223;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #B6B5B5;
	width: 195px;
	display: block;
	text-align: left;
	margin-left: 5px;
}
#menu li a:link, #menu a:visited, #menu a:active {
	color: #040223;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover {
	color: #8D0112;
}

/* Main Styles */
#main {
	width: 100%;
	background-color: white;
}
#main-fixed {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bgnd.jpg);
	background-position: 1px top;
	background-repeat: repeat-y;
}
#maintable {
	width: 770px;
}
#maintable .menu {
	text-align: left;
	width: 209px;
	padding-left: 6px;
	padding-top:0px;
}
#maintable .content {
	padding-left: 6px;
	width: 540px;
	text-align: left;
}
/* Footer Styles */
#footer {
	width: 100%;
	background-color: #1B1B1B;
	height: 25px;
}
#footer-fixed {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	text-align: left;
	padding-top: 5px;
}
#copy {
	color: #CCCCCC;
	font-size: 11px;
	float: left;
	width: 200px;
	padding-left: 20px;
}
#credit {
	color: #CCCCCC;
	font-size: 11px;
	float: right;
	width:350px;
	text-align: right;
	padding-right: 20px;
}
#credit a:link, #credit a:active, #credit a:visited {
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: underline;
}
#credit a:hover {
	text-decoration: none;
}
.cal td {vertical-align: middle;}