/* hide from ie on mac \*/
html {
	height: 100%;
	}

.flashcontent {
	height: 100%;
	}
/* end hide */

* { 
margin: 0; 
padding: 0; 
} 
body {
	background:#bcb99b url(../images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#454039;
	}
a:link,
a:visited {
	color:#91174e;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
h1 {
	color:#7e7a00;
	font-size:20px;
	padding-top:6px;
	padding-bottom:4px;
	font-weight:normal;
	}
h2 {
	color:#104554;
	font-size:18px;
	padding-top:6px;
	padding-bottom:4px;
	font-weight:normal;
	}
h3 {
	color:#7e7a00;
	font-size:13px;
	padding-bottom:2px;
	padding-top:2px;
	font-weight:normal;
	}
h4 {
	color:#104554;
	font-size:13px;
	padding-bottom:2px;
	padding-top:2px;
	font-weight:normal;
	}
blockquote {
	padding-left:1em;
	}
ol {
	margin-left:0;
	padding-left:2em;
	}
ul {
	margin-left:0;
	padding-left:2em;
	}
li {
	padding-bottom:6px;
	}
.italics {
    font-style: italic;
    font-size: 12px;
    }
.wrapper {
	position:relative;
	width: 950px;
	margin: 0px auto 0px auto;
	background:url(../images/fade_back.png) repeat-y;
	} 
.quickbox {
	height:30px;
	position:relative;
	margin:0 30px 0 0;
	width:850px;
	}
.main {
	width:950px;
	background-image: url(../images/fade_mid.png);
	}
.header {
	position:relative;
	width:900px;
	height:189px;
	margin:0 25px;
	background: url(../images/header.jpg) no-repeat;
	z-index:10;
	}
.logo {
	position:absolute;
	width:148px;
	height:161px;
	top:0px;
	left:0px;
	z-index:20;
	}
.troop383 {
	position:absolute;
	width:372px;
	height:60px;
	top:20px;
	left:150px;
	z-index:20;
	}
.login {
	position:absolute;
	top:17px;
	left:760px;
	width:104px;
	height:17px;
	}
.navigation {
	position:absolute;
	top:161px;
	height:18px;
	z-index:1000;
	width:888px;
	background:#616341;
	}
.nav_text, .nav_text a:link, .nav_text a:visited {
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-transform: uppercase;
	text-align:right;
	padding:5px 6px;
	}
.nav_text a:hover {
	color:#CCC;
	text-decoration:none;
	}
.content {
	position:relative;
	left:25px;
	width:900px;
	background:#fff;
	min-height:450px;
	z-index:1;
	}
.text {
	width:860px;
	padding:15px 20px 0px 20px;
	}
.image {
	border:3px solid #7e7a00;
	margin:0 0 10px 30px;
	}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	padding-left:3px;
	}
legend {
	font-weight:bold;
	color:#550000;
	padding-bottom:10px;
	padding-left:3px;
	}
	
/*footer styles */
.bottom {
	position:relative;
	width:950px;
	margin:0 auto;
	background:url(../images/fade_bot.png) top no-repeat;
	height:50px;
	}	
.compass {
	position:absolute;
	width:168px;
	height:163px;
	top:-50px;
	left:820px;
	z-index:20;
	}
.linksbox {
	position:relative;
	top:35px;
	left:30px;
	height:38px;
	width:300px;
	padding-top:6px;
}
.links,
.links a:link,
.links a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color:#322c2c;
	text-align:left;
	font-size:10px;
	}
.links a:hover {
	text-decoration:underline;
	}
.copybox {
	position:relative;
	top:-8px;
	left:524px;
	height:38px;
	width:300px;
}
.copyright,
.copyright a:link,
.copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color:#322c2c;
	text-align:right;
	font-size:10px;
	}
.copyright a:hover {
	text-decoration:underline;
	}
