@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/camo.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}

a:link {color: #CC0000} /* unvisited link */
a:visited {color: #CC0000} /* visited link */
a:hover {color: #CCCCCC} /* mouse over link */
a:active {color: #FF0000} /* selected link */
		

img {
	border-style: none;
	}
	
.rsthree #container {
	width: 782px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/bgstretch.jpg); /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

.rsthree #header {
	width: 782px;
	height: 324px;
	background: #000000; 
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding: 0;
	margin: 0 auto;
	font-size: 0px;
	}

.rsthree #navbar {
	width: 782px;
	height: 89px;
	background: #000000; 
	padding: 0; 
	margin: 0 auto;
	}

.rsthree #bgtop {
	width: 782px;
	height: 146px;
	background-image: url(../images/bgtop.jpg); 
	padding: 0; 
	margin: 0 auto;
	}

.rsthree #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
	
.rsthree #sidebar {
	width:  85px;
	float: left;
	margin: 0;
	}

.rsthree #updatebox {
	background: #333333;
	border: #CC0000;
	border-width: thick;
	color: #FFFFFF;
	padding: 0 20px;
	}
	
		
.rsthree #mainupdate {
	background: #333300;
	border: #CC0000;
	border-width: medium;
	color: #FFFFFF;
	padding: 0 20px;
	}	
	
	.mainupdate a {
		color: #FFFFFF;
		}
	
	.mainupdate a hover{
		color: #CC0000;
		}
	
.rsthree #footer {
	width: 782px;
	height: 164px;
	padding: 0; 
	margin: 0 auto;
	background:#000000;
	}

h1 {
	font-size: 200%;
	color: #FFFFFF;
	}
	
h2 {
	font-size: 300%;
	color: #CC0000;
	}
	
h3 {
	font-size: 150%;
	color: #FF0000;
	padding: 0;
	margin: 0;
	}
	
.paragraph {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	font-size: 100%;
	padding: 3px;
	text-align: left;
	}
	
#box {
	width: 722px;
	background-color: #857c67;
	padding: 2px;
	margin: 0;
	border: medium solid #34312a;
	}
	
#box2 {
	width: 720px;
	background-color: #857c67;
	margin: 0;
	padding: 3px;
	}

.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC00;
	font-weight: 200;
	}
