@charset "utf-8";
/* CSS Document */


<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #b0aaaa;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* 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. */
	color: 7b1c20;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width:auto;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #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 */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.style1 {
	color: #821A1F;
	font-weight: bold;
}
.style2 {color: #821A1F}

a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Courier New, Courier, monospace;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #b0aaaa;
	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: #900;
}

.smallerBody {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right; 
	color: #000;
}

.categories #container {
	width: 690px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	color: #333;
	background-color: #666;
}
.categories #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* 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. */
	color: #900;
}
.categories #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.categories #mainContent {
	padding: 0 20px;
	background-color: #666;
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
	top: 50px;
}
.categories #footer {
	padding: 0 10px;
	background:#DDDDDD;
}
.categories #footer p {
	margin: 0;
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.categories #container #mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #900;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:active {
	color: #900;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Courier New, Courier, monospace;
}

.menuItem {
	color: #FFF;
	font:"Courier New", Courier, monospace;
	font-weight: bold;
	
}

.normalText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.normalTextLeft {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: right;
}

</style>.categories #footer div .categories {
	color: #000;
}
.categories #header h1 a {
	color: #000;
}
.oneColFixCtrHdr #container #header h1 {
	color: #900;
}
.categories #footer p a {
	color: #000;
}

