#header {
	background-image: url(../../images/header.gif);
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 175px;
	width: 900px;
}
#wrapper {
	width:900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	height: auto;
	}
#outer_sidebar {
	clear: none;
	float: left;
	width: 202px;
	background-color: #ffff99;
	vertical-align: text-top;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#inner_sidebar {
	background-color: #fff;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cc0000;
	border-left-color: #cc0000;
	margin: 0px;
	font-family:Papyrus,"Times New Roman";
	font-size:large;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#main_content{
width:900px;
clear:both;
}

#content_wrapper {
float:left;
padding-left:10px;
width:638px;
font-family: "Gill Sans MT", Arial;
}


.left {
float:left;
clear:none;
}
.right {
float:right;
clear:none;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #009900;
}
a:active {
	text-decoration: none;
}

h3 {
	color: #990000;
	font-size: large;
	font-weight: bold;
}

h2 {
	font-family: Papyrus, "Times New Roman";
	font-weight: bold;
	color: #990000;
	line-height: 110%;
}


.subhead_alt {color: #000099}
.subheads {
	color: #990000;
	font-weight: bold;
}

.red_text {
	color: #990000;
	}
.small_text {font-size: small}
