/* CSS Document */

#container {
	width:960px;
	margin:0 auto;
	padding:5px;
	background-color: #FFFFFF;
}

#header {
	width:960px;
	height:100px;
	float:left;
	background-image: url(graphic-images/banner.gif);
	background-color: #FFFFFF;
}

#topnav {
	width:960px;
	height:25px;
	float:left;
	padding-top:2px;
	background-color: #FFFFFF;
}

#guide {
	width:795px;
	height:20px;
	float:left;
	margin-top:5px;
	background-color: #FFFFFF;
}

#sidenav {
	width:158px;
	float:left;
	background-color:#FFFFFF;
	margin-right:5px;
	margin-top:5px;
	overflow:visible;
	border: 1px solid #B46969;
}

#content {
	width:785px;
	float:left;
	overflow:visible;
	padding: 5px;
	background-color: #FFFFFF;
}

#footer {
	width:958px;
	height:180px;
	float:left;
	margin-top:5px;
	border: 1px solid #B46969;
	background-color: #FFFFFF;
}
p {
	font-family: Verdana;
	font-size: 0.9em;
	color: #000000;
}
li {
	font-family: Verdana;
	font-size: 0.8em;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FF0000;
}
.redtext-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FF0000;
}




h1 {
	font-family: Verdana;
	font-size: 24px;
	color: #E81828;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 0.9em;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 0.9em;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 0.9em;
}
a:active {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 0.9em;
}
h3 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}
.divborder {
	border: 0.08em solid #A0A0A4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.divborderred {
	color: #F0F0F0;
	border: 0.08em solid #E81828;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #E81828;
}

