﻿#main {
	background:url('../images/background.gif') repeat-y;
}

#banner {
	text-align:right;
}

body {
	background-color: #b2b1ab;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	behavior: url("csshover3.htc");

}
	 
#topnav {
	text-align:left;
	width:auto;
	background-color:#ED2224;
	height: 32px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:medium;
	border-top: medium black solid;
	border-bottom: medium black solid;
}

#topnav li a {
	color: black
}

#topnav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#topnav li {
	background-color:#ED2224;
	float:left;
	padding:5px 25px;
	position:relative;
	text-align:left;
}

#topnav li ul {
	display:none;
	left:0;
	position:absolute;
	top:31px;
}

#topnav li:hover {
	color:#FED600;
}

#topnav li a{
	color:#FFFFFF;
	text-decoration:none;
}

#topnav li:hover a{
	color:#FED600;
	text-decoration:none;
}

#topnav li:hover li a
{
	color:#FFFFFF;
}

#topnav li:hover li:hover a
{
	color:#FED600;
}


#topnav li:hover ul {
	display:block;
	padding:0;
}

#topnav li li {
	border:1px solid black;
/*	float:none; */
	font-size:x-small;
	text-align:left;
	width:130px;
	z-index:100;
	color: #FFFFFF;
	margin: 0;
}

.spacer {
	clear:both;
}

.leftspacer {
	clear: left;
}

#wrapper {
  width: 900px;
  background-color: #FFFFFF;
  margin: auto;
  border:medium black solid;
  border-collapse:collapse;
}

#content {
	background-color:#FFFFFF;
	width:690px;
	float: left;
}

#content a {
	color: #ED2224;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content a:visited {
	color: #666;
}

div.content_col {
	width:210px;
	float:left;
	padding:10px 10px 10px 10px;
}

div.content_col h1 {
	text-align:center;
	color: #ed2224;
	font-size: 1.3em;
}

div.content_double_col {
	width:430px;
	float:left;
	padding:10px 10px 10px 10px;
}

div.content_triple_col {
	width:680px;
	float: left;
	padding: 10px 10px 10px 10px;
}

.centered
{
	text-align:center;
}

#rightcol p {
	font-size: x-small;
}

#rightcol a {
	color: #ED2224;
	text-decoration: none;
}

#rightcol a:hover {
	text-decoration: underline;
}

#rightcol a:visited {
	color: #666;
}

#content 
{
	font-size: small;
}

#rightcol {
	float:right;
	margin:0;
	padding:0 0 0 13px;
	width:193px;
	background-color:#F6F177;
	height: 100%;
}

#footer {
	padding: 0 5px 0 0;
	background-color:#ED2224;
	border-top:medium black solid;
	width:auto;
	height: 30px;
	font-size:x-small;
	color:#FFFFFF;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:visited {
	color: #ffffff;
}

#footer p {
	margin: 0;
}

dt{
	font-weight: bold;
}

img {
	border:none;
}

.indent {
	margin-left: 40px;
}
