@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #3B3B3B;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	text-align: center;
	background-image: url(images/background-grey.png);
	background-color: #FAFAFA;
}
#content {
	margin-left: 200px;
	width: 600px;
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #EBEBEB;
}
#header {
	padding-left: 65px;
	width: 765px;
	vertical-align: text-top;
	background-position: top;
	text-align: left;
	padding-top: 10px;
	font-size: 0.75em;
	vertical-align: top;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFC200;
}
.rightimage {
	text-align: right;
	float: right;
	padding-left: 15px;
}
#content li {
	line-height: 20px;
}
#header img {
	vertical-align: top;
	margin-right: 100px;	
}
#separation {
	clear: both;
	height: 15px;
	width: 830px;
	background-image: url(images/background-blue.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #133B8D;
	border-left-color: #E3E3E3;
}
#sidebar {
	width: 190px;
	float: left;
	padding-left: 10px;
	line-height: 18px;
	padding-top: 20px;
	list-style-type: none;
}
#sidebar li {
	list-style-type: none;
	margin-left: -25px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content h1 {
	color: #0059A8;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -10px;
}
a:link {
	color: #0059A8;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
#footer {
	clear: both;
	height: 120px;
	width: 820px;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	font-weight: normal;
	background-position: bottom;
	padding: 5px;
	background-image: url(images/background-blue.jpg);
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-bottom: -10px;
	margin-top: 10px;
}
#content #emailupdate {
	width: 180px;
	background-color: #FAFAFA;
	border: 1px solid #E8E8E8;
	float: right;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
}
#wrapper {
	width: 835px;
}
#content #contacttable {
	background-color: #FAFAFA;
	border: 1px solid #E8E8E8;
	margin-bottom: 10px;
	padding: 10px;
}
#content #leftinformation {
	float: left;
	width: 330px;
}
#content h3 {
	font-size: 1.0em;
}
#content p {
	padding-right: 5px;
	line-height: 18px;
}
#sidebar h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	color: #0059A8;
	margin-bottom: -10px;
}

#content input {
	background-color: #E8E8E8;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#contentwrapper {
	margin: auto;
	text-align: left;
	width: 830px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
