@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg/bg-home.jpg);
	background-repeat: repeat;
}
.content {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #583F31;
	font-weight: bold;
}
.contentblue  {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #83B2AE;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #83B2AE;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #CD188D;
}
.content a{
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #583F31;
	text-decoration:none;
}
img.floatLeft { 
    float: left; 
    margin: 5px; 
}
img.floatRight {
	float: right;
	margin-right: 8px;
	margin-left: 8px;
}
#container{
	width: 1016px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#ContentContainer {
	background-image: url(../images/bg-content/bg-home.png);
	background-repeat: no-repeat;
	float: left;
	height: 671px;
	width: 1016px;
}
#Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	float: left;
	height: 50px;
	width: 1016px;
	padding-bottom: 50px;
	color: #999999;
}
#Footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration:none;
}
#Footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration:underline;
}
#HomeContainerLeft {
	float: left;
	height: 671px;
	width: 440px;
}
#HomeNavContainer {
	float: left;
	width: 388px;
	padding-top: 150px;
	padding-left: 50px;
}
#HomeRightContainer {
	float: left;
	height: 600px;
	width: 575px;
	padding-top: 50px;
}
#HomeText {
	float: left;
	height: 80px;
	width: 363px;
	padding-left: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 10px;
}
#NavContainer {
	float: left;
	width: 388px;
	padding-top: 130px;
	padding-left: 50px;
}
#SubContainerLeft {
	float: left;
	width: 271px;
}
#SubContainerRight {
	float: left;
	width: 650px;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #60827F;
}
#SubContentHeader {
	background-image: url(../images/bg-content/bg-sub-header1.png);
	background-repeat: no-repeat;
	float: left;
	height: 200px;
	width: 1016px;
}
#SubContentHeaderLeft {
	float: left;
	height: 55px;
	width: 220px;
	padding-left: 50px;
	padding-top: 145px;
}
#SubContentHeaderRight {
	float: left;
	width: 650px;
	padding-top: 130px;
}
#SubContent {
	background-image: url(../images/bg-content/bg-sub-content.png);
	background-repeat: repeat-y;
	float: left;
	width: 1016px;
}
#SubContentFooter {
	background-image: url(../images/bg-content/bg-sub-footer.png);
	background-repeat: no-repeat;
	float: left;
	width: 1016px;
	height: 121px;
}
#SubGnomeLeft {
	float: left;
	width: 221px;
	padding-left: 50px;
}
#SubHeader {
	float: left;
	width: 600px;
	padding-top: 140px;
	padding-left: 350px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #A1D9D4;
}
#SubNavContainer {
	float: left;
	width: 221px;
	padding-left: 50px;
}

