body{
	text-align: center;
	background: #000000;
	font-family: "Hypatia Sans Pro", "Hypatia Sans Pro Black", "Hypatia Sans Pro ExtraLight", "Hypatia Sans Pro Light", "Hypatia Sans Pro Semibold";
}

#wrapper{
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
}

#banner{
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
}
#blurb {
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	background-color: #CCCCCC;
}


#disclaimer {
	color: #CCCCCC;
	background: #000000;
	text-align: left;
	font-style: italic;
	padding: 5px;
}
#clear {
	clear: both;
}

#sidebar {
	background-image: url(../images/nav/sidebarredwhite.png);
	background-repeat: repeat-y;
	float: left;
	width: 159px;
	font-size: 0.8em;
	padding-left: 5px;
	height: 100%;
}
#sidebar a {
	color: #000;
	font-size: 1.2em;
}
#sidebar img {
	text-align: center;
}

h4 {
	text-transform: uppercase;
}



#content{
	float: right;
	width: 735px;
	background-color: #FFFFFF;
	background-image: url(../images/bg/bgimg.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;

}
#content a {
	color: #990033;
}


#content p{
	color: #000000;
	text-align: justify;
}

#content h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 20px;
}
h2 {
	text-transform: uppercase;
	font-size: 110%;
	color: #0000FF;
	margin: 0px;
	padding: 5px;
}
h3 {
	font-size: 120%;
	text-transform: uppercase;
	color: #990000;
	text-align: center;
	margin: 0px;
}

.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #000000;
}

.rightimage{
margin-bottom: 20px;
float: right;
margin-left: 15px;
border: 1px solid #000000;
width: 150px;
}

/*.clearit{
clear: both;
display: block;
background-color:#00FF66;
width: 200px;
}*/


#footer{
	text-align: center;
	font-size: .8em;
	color: #000000;
	border-width: 0px;
	clear: both;
	background-position: center;
}
#footer a {
}


.leftcol{
	text-align: left;
	display: list-item;
	list-style-image: none;
	list-style-type: none;
}
ul {
	margin: 0px;
	padding-top: 0px;
	clear: right;
}
li {
	line-height: 2em;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	list-style: disc inside;
	display: list-item;
	clear: right;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
a:visited {
	color: #900;
	text-decoration: none;
}


.left {
	float: left;
}
.right {
	float: right;
	text-align: right;
}
#utility {
	float: right;
}
.sixty {
	font-size: 60%;
}
