@charset "utf-8";
/* CSS Document */

html, body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

h1 {
	text-decoration:underline;
}

h2 {
	font-size:9px;
}

p {
	font-size:18px;
}

.sitewrap {
	width:800px;
	height:auto;
	margin:0px auto;
}

.form-options {
    list-style: none;
}


#header {
	background:url(banner2.png);
	height:200px;
	width:auto;
}

#blurb {
	margin:10px 0px;
	width:auto;
	height:75px;
	background:url(navigation.png);
}

#contentwrap {
	margin:0px;
	width:auto;
	height:380px;
	background-image:url(background.png);
}

#sidebar {
	margin:5px;
	width:225px;
	height:370px;
	float:left;
}

#content {
	margin:5px;
	width:540px;
	height:370px;
	float:left;
}

#footer {
	margin:10px 0px;
	width:auto;
	height:40px;
	text-align:center;
}

#background {
	background:url(background6.png);
}

ul {
    list-style-type:none;
    margin:0px;
}

a:link,a:visited {
    display:block;
    width:120px;
    font-weight:bold;
    color:#FFFFFF;
	background-color:#0099FF;
    text-align:center;
	margin:12px 0px;
    padding:12px;
    text-decoration:none;
    text-transform:uppercase;
}

a:hover,a:active {
	background-color:#00CCFF;
}