@charset "UTF-8";
/* CSS Document */

body {
	/*background-image: url(../dev/images/sitePatternWhite.gif);
	background-repeat: repeat-y;
	background-position: center top;
	display: block;
	height: 100%;
	width: 100%;*/
	padding: 0px;
	margin: 0px;
	border-style: none;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	color: #333333;
	text-align: left;
}

h1 {
	font-size: 1.6em;
	line-height: 2.4em;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	line-height: 2.1em;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	line-height: 1.8em;
	font-style: normal;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	line-height: 1em;
	font-style: normal;
	font-weight: bold;
}

p, ol, ul, li {
	font-size: 1em;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
}

address {
	font-size: 0.8em;
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
}

#container {
	width: 900px;
	height: 100%;
	position: relative;
	display: block;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.current {
	color: #af874f;
}

#header {
	height: 150px;
	width: 900px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#logo {
	padding-top: 100px;
	padding-bottom: 15px;
}

#middleContainer {
	width: 600px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}

#middleContainer a:link, #footer a:visited {
	margin: 0;
	display: inline;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#middleContainer a:hover, #footer a:active {
	color: #af874f;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-decoration: none;
}


#footer {
	position: relative;
	text-align: center;
	border-width: 0px;
	border-style: none;
	float: left;
	width: 900px;
	height: 50px;
	padding: 0px;
	margin: 0px;
}
	
#footer a:link, #footer a:visited {
	text-decoration: none;
	margin: 0;
	display: inline;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}

#footer a:hover, #footer a:active {
	color: #af874f;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}

.copyright {
	line-height: 1.8em;
	display: block;
	font-size: 0.8em;
	border-width: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#form {
	display: block;
	width: 155px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

