@charset "utf-8";
/* CSS Document */
body {
	color: #666666;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}
.HeaderStrip {
	background-color: #FFF;
}
.ContactStrip {
	background-color: #FFF;
	color: #333333;
	font-size: 85%;
	padding: 40px 0 40px 0;
}
.ContentStrip {
	background-color: #242424;
	background-image: url(../../shared-images/main-strip-bg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}
.FooterStrip {
	background-image: url(../../shared-images/footer-bg.jpg);
	background-repeat: repeat-x;
	padding: 11px 0 0 0;
}
.HeaderContainer {
	margin: 0em auto;
	width: 990px;
}
.Logo {
	float: left;
	margin: 40px 0 0 0;
}
.ClearBoth {
	clear: both;
}
.HeaderBox {
	float: right;
	width: 485px;
	font-size: 80%;
	margin: 40px 0 0 0;
	color: #1F1F1F;
}
p {
	margin: 0 0 15px 0;
}
h1 {
	font-size: 115%;
	color: #12A406;
}
h2 {
	font-size: 135%;
	color: #12A406;
	margin: 0;
}
.ContentContainer {
	width: 990px;
	margin: 0em auto;
	min-height: 390px;
	font-size: 90%;
}
.ContactContainer {
	width: 990px;
	margin: 0em auto;
}
a:link, a:visited {
	color: #006600;
	text-decoration:underline;
}
a:hover, a:active {
	text-decoration: none;
}
.ContactContainer p {
	float: left;
	margin: 1px 0 0 30px;
}
.ContactContainer h2 {
	float: left;
}
.FooterContainer {
	width: 990px;
	margin: 0em auto;
	font-size: 75%;
}
.CopyRights {
	float: left;
}
.CreatedByProfile {
	float: right;
}
.Validator {
	float: left;
}
#htmlcaption1 {
}
.Selected {
	color: #FFF;
}
.Titles {
	font-size: 300%;
	margin: 0 0 20px 0;
	color: #393939;
}
.CurrentTitle {
	color: #55BE49;
}
.Disable {
	color: #2F3A2E;
	margin: 0 0 0 8px;
}
.SubTitle {
	font-size: 110%;
}
