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

body {
	background-color: #BF1E2D;	
}

#wrapper {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-color: #FFFFFF;
	height: 150px;
	width: 900px;
	text-align: center;
	padding-top: 10px;
}
	
#headerbottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BF1E2D;
	background-color: #F7941E;
	height: 17px;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

/* vertical nav */
#nav {
	width: 195px;
	text-indent: 1em;
	background-color: #BF1E2D;
	position: absolute;
	list-style-type: none;
	height: auto;
}

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

#nav li {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7941E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2.5em;
}

#nav a:link {
	font-size: 12px;
	display: block;
	color: #F7941E;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav a:visited  {
	font-size: 12px;
	display: block;
	color: #F7941E;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav a:hover {
	color: #BF1E2D;
	background-color: #F7941E;
}


#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	height: auto;
	width: 680px;
	padding: 10px;
	float: right;
	text-align: center;
	line-height: 16px;
} 

.contentlink a:link {
	color: #BF1E2D;
	text-decoration: none;
	font-weight: bold;

}

.contentlink a:visited {
	text-decoration: underline;
	color: #BF1E2D;
	font-weight: bold;
}

.contentlink a:hover {
	text-decoration: none;
	color: #F7941E;
	font-weight: bold;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BF1E2D;
	background-color: #F7941E;
	height: auto;
	width: 685px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: right;
	text-align: right;
	float: right;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BF1E2D;
}

h2 {
	font-size: 36px;
	color: #BF1E2D;
	font-weight: bolder;
	font-style: italic;
	font-family: "Brush Script MT";
	line-height: normal;
}

h3 {
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}

h4 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
