body {
	background-color: #000033;
}

body, td, th {
	font:16px "Copperplate Gothic Light";
	color:#ffcc00;
}

h1 {
	color: #cc0000;
}

h2 {
	color: #FFCC00;
}

h3 {
	color: #CC0000;
}
h4 {
	color: #FFCC00;
}

h5, h6 {
	color: #FFCCCC;
}

a {
	color: #CC0000;
}

form {
	background-color: #990000;
}

#logo {
	font:46px "Myriad Pro";
	font-stretch:condensed;
	font-weight:bolder;
	color: #CCCCCC;
	line-height:46px;
	text-align: Left;
	vertical-align: bottom;
	background-color: #000033;
	padding-left: 25px;
	
}

#logo td {
	border-bottom:thin solid #CC0000;
}

#navbar {
	width:100%;
	vertical-align:top;
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 25px;	
}

#banner {
	background-image:url(graphics/bannerMid.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#navbar a {
	font: 16px "Copperplate Gothic Light";
	color: #FFCC00;
	text-decoration:none;
}

#shield_title {

	background-repeat:no-repeat;
	background-position:top;

	vertical-align:top;
}

#navbar a:hover {
	font: 16px "Copperplate Gothic Light";
	color: #CCCCCC;
	text-decoration:none;
}

#pageNav {
	font:14px "Myriad Pro";
	color: #CCCCCC;
}

#pageNav td {
	font:14px "Myriad Pro";
	color: #CCCCCC;
}

#pageNav a {
	font:14px "Myriad Pro";
	color: #CCCCCC;
	text-decoration:none;
}

#pageNav a:hover {
	font:14px "Myriad Pro";
	color: #CC0000;
	text-decoration:none;
}

#infobar {
	width:100%;
	background-color: #ffcc00;
	background-image:url(graphics/banner2.jpg);
	background-repeat:no-repeat;
	background-position:left;	
}

#main {
	background-image:url(graphics/banner2.jpg);
	background-position:top;
	background-repeat:repeat-x;

	background-color: #CCCCCC;
}
#boldblue {
	color:#000033;
	font:18px "Myriad Pro";
	font-stretch:condensed;
	text-align:justify;
	padding: 10px;
}

#boldblue h3{
	font:18px "Copperplate Gothic Light";
}

#boldblue ul{
text-indent:40px;
}

#date {
	text-align:center;
	font:12px "Copperplate Gothic Light";
	color: #FFCC00;
}

#subtitle {
	color: #FFCC00;
}

#article {
	border-top:thin solid #CC0000;
}

#article td {
	color: #000033;
	font:14px "Myriad Pro";
	font-stretch:condensed;
}

#article ul {
	list-style-position: outside;
	text-indent: 0px;

}

#sidebar {
	margin-top: 50px;
	margin-left: 2px;
	padding: 5px;
	background-color: #CC0000;
	color: #CCCCCC;
	font: 14px "Myriad Pro";
	font-weight:100;
}

#navy {
	color: #000033;
}
#foot {
	position: relative;
	bottom: 0; left: 0;
	vertical-align:bottom; 
	font: 10px;
}

#foot td {
	position: relative;
	bottom: 0; left: 0;
	vertical-align:bottom; 
	font-size:10px;
}


/* Class Styles */

#thinRule {
	border: none;
	line-height: 6px;
	color:#CC0000;
}