/* HTML Elements---------------------------------------------------------------------------------------------*/
html {
	font-size: 100%; /* IE hack - to make IE 5 show fonts consistently see comment below on font-size */
}
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	background-attachment:fixed;
	background:url(/Templates/Images/Common/site-bg.gif) repeat left top;
}
a:link, a:active, a:visited {
	color:#1D2C7D;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	font-weight:normal;
	text-decoration:none;
}
img {
	margin:0;
	padding:0;
}
a img {
	border:none;
}
ul {
	margin-top:0;
	margin-bottom:15px;
	list-style-type:square;
}
li {
	color:#59595A;
	font-size:9pt;
	line-height:17px;
}
h1 {
	margin-top:0;
	margin-bottom:10px;
	padding:0;
	color:#8E0000;
	font-size:15pt;
}
h2 {
	color:#59595A;
	font-size:11pt;
	font-weight:bold;
	margin:0;
}
h3 {
	color:#59595A;
	font-size:10pt;
	font-weight:bold;
	margin:0;
}
h4 {
	color:#59595A;
	font-size:9pt;
	font-weight:bold;
	margin:0;
}
h5 {
	color:#59595A;
	font-size:8pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:6px;
}
p {
	margin-top:5px;
	margin-bottom:15px;
	line-height:17px;
	color:#59595A;
	font-size:10pt;
}
.ContentImgLeft {
	float:left;
	padding-right:15px;
	padding-left:0;
	position:relative;
}
.ContentImgRight {
	float:right;
	padding-left:15px;
	padding-bottom:10px;
	position:relative;
}
blockquote {
	color:#59595A;
}
.HomeBtn, .ContactBtn {
	margin-right:29px;
}
/* Layout Styles---------------------------------------------------------------------------------------------*/
#PageWrapper {
	margin:0 auto;
	width:970px;
	background:url(/Templates/Images/Common/wrapper-bg.png) repeat-y left top;
}
#InnerWrapper {
	margin:0 57px 0 62px;
	width:851px;
}
/* MastHead Styles---------------------------------------------------------------------------------------------*/
#MastHead {
	height:374px;
}
#MastHeadTop {
	margin-bottom:4px;
	background:url(/Templates/Images/Common/header-bg.gif) no-repeat left top;
	height:121px;
}
#MastHeadLeft {
	float:left;
	margin-top:80px;
	margin-left:31px;
	width:228px;
	background-color:#D8B9B9;
}
#MastHeadRight {
	float:right;
	margin-top:93px;
	padding:2px 5px;
	width:256px;
	cursor:pointer;
}
#ContentWrapper {
	margin:5px 0;
	background:url(/Templates/Images/Common/contentwrapper-bg.gif) repeat-y left top;
	min-height:100px;
}
#ContentRight {
	float:right;
	padding:6px;
	background-color:#ffffff;
	width:588px;
	min-height:233px;
}

.Required
{
    color:#FF0000;
}