.thumbnailBorder {
	border: 1px solid DFB715;
}

a {
	color: #AA3205;
	font-weight: bold;
}

a:visited {
	color: #AA3205;
}

a#leftNavLink {
	display: block;
	color: #DFB715;
	font-weight: bold;
	font-size: 14px;
	background-color: black;
	border: 3px solid #AA3205;
	width: 135px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}

a#leftNavLink:hover {
	color: #FFFFCC;
}

a#topNavLink {
	color: white;
	font-weight: bold;
	font-size: 10px;
}

a#topNavLink:hover {
	color: #DFB715;
}

body {
	height: 100%;
	background-color: black;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

div#background {
	position: absolute;
	height: 100%;
	width: 100%;
}

div#body {
	position: relative;
	float: left;
	width: 560px;
	background-color: white;
	border: 2px solid #DFB715;
	clear: none;
	padding: 5px;
	margin: 10px 20px 0px 2px;
	color: black;
	font-size: 12px;
}

div#footer {
	font-size: 10px;
	color: #AA3205;
	margin-top: 10px;
	text-align: center;
}

div#frame {
	position: absolute;
	border: 4px solid white;
	color: white;
	height: 530px;
	width: 850px;
	width: 875px;
	margin: 0 auto;
	background-image: url(../images/flame.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	left: 50%;
	margin-top: 25px;
	margin-left: -435px;
}

div#header {
	position: relative;
	float: right;
	background-image: url(../images/banner_logo.gif);
	background-repeat: no-repeat;
	background-position: -1px -1px;
	width: 572px;
	height: 206px;
	cborder: 1px solid green;
	margin-top: -30px;
	margin-right: 25px;
}

div#images {
	margin-top: 5px;
}

div#leftNav {
	position: relative;
	float: left;
	cclear: both;
	width: 230px;
	margin-top: 120px;
	margin-left: 20px;
}

div#mission {
	position: relative;
	float: left;
	width: 154px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #A82E04;
	padding: 4px 5px;
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
}

div#missionFrame {
	position: relative;
	cborder: 3px solid green;
	width: 210px;
	margin: 15px 0 15px 0px;	
	height: 105px;
}

div#missionTitle {
	position: relative;
	float: left;	
	text-align: center;
	margin: 0 auto;
	width: 30px;
	padding: 3px;
	background-color: #DFB715;
	color: black;
	font-size: 12px;
	font-weight: bold;
}

div#pageTitle {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	float: left;
	padding: 0px 0px 2px 0px;
	margin: 0 10px 2px 0;
	font-variant: small-caps;
	color: #AA3205;
	border-bottom: 1px dotted #AA3205;
	text-align: center;
}

div#topNavMenu {
	margin-top: 110px;
	font-size: 10px;
	color: white;
}