body {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	background: #000000 url(images/bg-camo.jpg) no-repeat scroll 0 0;
}

/* link styles */

a:link {
	color: #003399;  /* was #6666CC */
	text-decoration: underline;
}   

a:visited {
	color: #003399;
	text-decoration: underline;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

a:active {
	color: #003399;
	text-decoration: underline;
}


/* text styles */

p, td, li, ul, ol	{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6	{
	font-family: Arial, Helvetica, sans-serif;
}
		
h1 {
	font-size: 1.4em;
	font-weight: normal;
}

h2 {
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 0.6em;
	padding-top: 1.0em;
	margin-bottom: 0.6em;
	padding-bottom: 1.4em;
	background-image: url(images/h2-bg.gif);
	background-repeat: no-repeat;
	background-position:center;
	}

h3 {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: 0.4em;
	padding-bottom: 0.6em;
	background-image: url(images/line-camo.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}

h4 {
	font-size: 0.85em;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0.2em;
}

html p {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 0.85em;
	line-height: 1.5;
}

p.footer {
	font-size: 0.75em;
	margin-top: 40px;
}



/* main page divisions */

#container {
	position: relative;
	margin: 0 auto;
	width: 836px;
	text-align: left;
	background: #fff;
}

#masthead {
	width: 836px;
	height: 252px;
	background: #5c5c2e url(images/header.jpg) no-repeat;
}


#main {
	position: absolute;
	top: 254px;
	left: 0px;
	width: 836px;
	background: #fff url(images/bg-body.gif) repeat-y;
	margin:0;
	padding:0;	
}


/********/
/* logo */
/********/

.logo a {
	background: transparent url(images/logo-sf73.gif) no-repeat;
	display:block;
	margin-top:36px;
	margin-left:20px; /* was 32 px */
	float:left;
	width:406px;
	height:150px;
	text-indent:-9999px;
	overflow:hidden;
}


/* for dark yellow span - used in navigation */

.dark {
	color: #a58200;
}


/******************/
/* navigation bar */
/******************/

.navigation {
	position: absolute;
	top: 222px;
	width: 836px;
	height: 30px;
	left: 0;
	border-top: solid 1px #a58200;
	border-bottom: solid 1px #a58200;
	background-color: #5c5c2e;
	padding: 0;
	padding-top: 4px;
}

.navigation p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	font-size:0.9em;
}

.navigation a {
	text-decoration:none;
	color:#fec800;
	font-weight:bold;
	font-size:0.9em;
	letter-spacing:1px;
	text-transform: uppercase;
	margin: 24px;
}

.navigation a:visited {
	text-decoration:none;
	color:#fee300;
}

.navigation a:hover {
	text-decoration:underline;
	color:#fee300;
}

.navigation a:active {
	text-decoration:underline;
	color:#fee300;
}


/****************************/
/* body/primary text column */
/****************************/

.primary {
	width: 500px;
	padding: 6px 0 20px 20px;
	}

.primary table {
	margin-top: 12px;
}

.primary td p {
	line-height: 0.8;
}

.primary img {
	border: none;
}

.primary ul {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 0.85em;
	line-height: 1.5;
}



/**********************/
/* right links column */
/**********************/

.sidebar {
	position: absolute;
	left: 546px;
	width: 270px;
	margin-top: 30px;
	padding: 6px 0 20px 10px;
	text-align: center;
	}

.sidebar h3 {
	font-size: 1.0em;
	color: #484848;
	font-weight: bold;
}

.sidebar p {
	font-size: 0.7em;
	font-family: Verdana,Arial,sans-serif;
	font-weight: normal;
}
