/* CSS Document */

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

#header {
	width:960px;
	height:100px;
	float:left;
	background-image: url(images/index_pics/mainbanner.gif);
}

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

#guide {
	width:960px;
	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;
}

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

#footer {
	width:950px;
	height:100px;
	margin-top:5px;
	background-color: #FFFFFF;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
p {
	font-family: Verdana;
	font-size: 0.9em;
	color: #000000;
}
li {
	font-family: Verdana;
	font-size: 0.9em;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FF0000;
}



h1 {
	font-family: Verdana;
	font-size: 24px;
	color: #127D0C;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
}
a:link {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.hide {
	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;
}

a:visited {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
}
a:hover {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
}
a:active {
	color: #FF0000;
	font-family: Verdana;
	font-size: 12px;
}
h3 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}
.divborder {
	border: 0.08em solid #A0A0A4;
}
.divborderred {
	color: #F0F0F0;
	border: 0.08em solid #E81828;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #118F01;
}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #000033;
}

