@charset "utf-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(Pages/Images/background.gif);
	background-repeat: repeat;
}
.twoColFixRtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: medium solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F2EED9;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	color: #FFFFFF;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	background-color: #F2EED9;
	padding: 10px;
	margin: 0px;
	background-image: url(Pages/Images/right_sidebar_rugged.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #F2EED9;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	font-family: "Comic Sans MS";
	color: #FFFFFF;
}
.style4 {color: #CCCCCC; font-family: "Comic Sans MS"; }
.style5 {
	color: #CCCCCC;
	font-family: "Comic Sans MS";
	font-size: large;
}
.style6 {
	font-family: Papyrus;
	color: #003300;
}
.style10 {font-family: Verdana, Arial, Helvetica, sans-serif
}

a:link {
	color: #003300;
}
a:visited {
	color: #003300;
}
a:hover {
	color: #006600;
}
a:active {
	color: #006600;
}
.navbar {
	color: #003300
}



a.navbar:link {
	color: #003300;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
}
a.navbar:visited {
	color: #003300;
	font-family: "Comic Sans MS";
}
a.navbar:hover {
	color: #006600;
	font-family: "Comic Sans MS";
}
a.navbar:active {
	color: #003300
}
.side_link {
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a.side_link:link {
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
a.side_link:visited {
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.side_link:hover {
	color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.side_link:active {
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.style7 {
	color: #003300
}
.style8 {font-size: small}
.style9 {font-size: large}
.style16 {
	color: #000000
}
.style17 {font-family: Arial, Helvetica, sans-serif}
.style18 {
	color: #FFFFCC;
	font-weight: bold;
}



[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

