 /* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/bgd.gif) repeat;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 13px;
}

h1 {
font: bold 16px Georgia, "Times New Roman", Times, serif;
color: #779f9d;
border-bottom: 1px solid #779f9d;
margin: 20px 0px 0px 0px;
padding: 0;
}

h2 {
margin: 0 auto;
padding: 10px;
width: 527px;
text-align: center;
border: 1px solid #8e2800;
background-color: #b64926;
font: bold 15px Arial, Helvetica, sans-serif;
color: #fff0a5;
}

h3 {
margin: 0;
padding: 10px;
font: bold 13px Georgia, "Times New Roman", Times, serif;
}

address {
margin:0 0 0 8px;
padding:2px;
font: bold 12px Arial, Helvetica, sans-serif;
font-style:normal;
text-align: left;
color:#fafcfc;
clear:both;
}


li {
font: normal 13px Arial, Helvetica, sans-serif;
margin: 0;
padding: 0px 0px 10px 0px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
color: #9d0a0e;
}
a:visited {
color:#9d0a0e;
}
a:hover {
color: #edc282;
}
a:active {
color: #edc282;
}
li {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
width:760px;
margin:0 auto;
padding:0;
background: url(images/container.gif) repeat;
}

div#header {
width: 760px;
height: 232px;
margin: 0 auto;
padding: 0;
background: url(images/header.jpg) no-repeat;
}

div#content {
	float:right;
	width:570px;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	vertical-align:top;
	text-align:left;
}

div#footer {
	width:760px;
	margin:0 auto;
	padding:16px 0 0 0;
	background: url(images/footer.gif) no-repeat;
	font:normal 9px Arial, Helvetica, Verdana, sans-serif;
	color:#000;
	clear:both;
	height: 26px;
}

div#footer a:link, div#footer a:visited {
	font-size:9px;
	color:#000000;
	text-decoration:underline;
	font-weight: bold;
}

div#footer a:hover, div#footer a:active {
font-size:9px;
color:#000000;
text-decoration:none;
}

/* ----------------- NAVIGATION CONTAINER ----------------- */
div#sidebar {
	width: 155px;
	margin:0 auto;
	padding:0;
	float: left;
}

ul#mainnav {
	padding:0;
	list-style-type:none;
	text-align: center;
	margin: 0 0 0 6px;		
}

ul#mainnav li {
	margin:0 auto;
	padding:0 0 0 2px;
	width: 155px;
	list-style-type: none;	

}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	height: 28px;
	line-height: 28px;
	margin:0 auto;
	padding:0px;
	display:block;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	color:#3b1f17;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	background: url(images/nav_off.gif) no-repeat;
	text-align: center;
	border-bottom: none;
	list-style-type: none;
}

ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav li a#current:visited {
	color:#9d0a0e;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: url(images/nav_on.gif) no-repeat;
}
/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright {
width: 760px;
margin:0 auto;
padding:0;
font: 9px Arial, Helvetica, sans-serif;
}

div#copyright a:link, div#copyright a:visited {
font-size:9px;
color:#fafcfc;
text-decoration:none;
}

div#copyright a:hover, div#copyright a:active {
font-size:9px;
color:#fafcfc;
text-decoration:underline;
}

div#copyright img {
border: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px solid #666666;
	margin: 10px;
	padding: 2px;
	clear: both;
}
img.right {
	float: right;
	border: 1px solid #666666;
	margin: 5px 10px 10px 10px;
	padding: 2px;
	clear: both;
}


clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */



