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

/*Standard Styles*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	background-color: #FFFFFF;
}
p {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	font-weight: bold;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
a:link, a:visited, a:active {
	color: #A60000;
}
a:hover {
	color: #000000;
}
hr {
}
ul {
	text-align: left;
}
/*Container*/
#container {
	margin: auto;
	width: 800px;
	position: relative;
}
/*Header*/
#header {
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-align: left;
}
/*Menu*/
#menu {
	position: absolute;
	top: 49px;
	left: 0px;
	width: 800px;
	text-align: right;
	color: #999999;
}

#menu a {
	color: #999999;
	text-decoration: none;
}
#menu a:hover {
	color: #333333;
	text-decoration: none;
}
/*Sub Menu*/
#submenu {
	position: relative;
	clear: both;
	text-align: right;
	color: #999999;
	margin-top: 5px;
}
#submenu a {
	color: #999999;
	text-decoration: none;
}
#submenu a:hover {
	color: #333333;
	text-decoration: none;
}
/*Content*/
#content {
	clear: both;
	text-align: left;
	margin-top: 10px;
}
/*Footer*/
#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.copyright {
	color: #999999;
	font-size: 9px;
	text-align: left;
	text-indent: 260px;
}
/*Email Form*/
.emailform {
	text-align: left;
}
.emailformMessage {
	text-align: left;
}
