@charset "utf-8";
/* CSS Document */        

body {
	background-color: #afafaf;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
}
#ContainerDiv {
	width:798px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image:url(../images/spacerWhite.gif)
}
#HeaderDivContainer {
	position:relative;
	width:798px;
	height:82px;
	float:left;
	padding:0px;
	background-image:url(../images/spacerWhite.gif)
}
#NavigationDivContainer {
	position:relative;
	width:798px;
	height:40px;
	float:left;
	padding:0px;
	background-image:url(../images/spacerWhite.gif)
}
#SubHeaderDivContainer {
	position:relative;
	width:798px;
	height:211px;
	float:left;
	padding:0px;
	background-image: url(../images/stripes.jpg);
}
#SubHeaderDivMain {
	position:relative;
	width:798px;
	height:68px;
	float:left;
	padding:0px;
	background-image: url(../images/stripes.jpg);
}
#SubNavigationDivContainer {
	position:relative;
	width:798px;
	height:27px;
	float:left;
	padding:0px;
	background-image: url(../images/stripes.jpg);
}
#BodyDivContainer {
	position:relative;
	width:798px;
	height:auto;
	float:left;
	padding:0px;
	background-image: url(../images/stripes.jpg);
}
#BodyDiv {
	position:relative;
	width:714px;
	height:auto;
	float:left;
	padding:0px;
	background-image:url(../images/spacerWhite.gif);
	background-repeat: repeat;	
}
#BodyDivLeft {
	position:relative;
	width:42px;
	height:20px;
	float:left;
	padding:0px;
}
#BodyDivRight {
	position:relative;
	width:42px;
	height:2px;
	float:left;
	padding:0px;
}
#BodyDivHome1 {
	position:relative;
	width:564px;
	height:auto;
	float:left;
	padding:0px;
}
#BodyDivHome2Container {
	position:relative;
	width:140px;
	height:auto;
	float:left;
	padding:0px;
}
#BodyDivHome2 {
	position:relative;
	width:140px;
	height:52px;
	float:left;
	padding:0px;
}
#BodyDivAbout1 {
	position:relative;
	width:30px;
	height:auto;
	float:left;
	padding:0px;
}

#BodyDivAbout2 {
	position:relative;
	width:684px;
	height:auto;
	float:left;
	padding:0px;
}
#BodyDivGroup1 {
	position:relative;
	width:354px;
	height:auto;
	float:left;
	padding:0px;
}

#BodyDivGroup2 {
	position:relative;
	width:360px;
	height:auto;
	float:right;
	padding:0px;
}
#BodyDivContact1 {
	position:relative;
	width:354px;
	height:auto;
	float:left;
	padding:0px;
	text-align: center;
}

#BodyDivContact2 {
	position:relative;
	width:360px;
	height:auto;
	float:left;
	padding:0px;
}
#FooterDivContainer {
	position:relative;
	width:798px;
	height:33px;
	float:left;
	padding:0px;
	background-image:url(../images/footer.jpg);
	clear: both;	
}
.textBlackP{
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	}
a.textBlackP:link {
	color: #000000;
	text-decoration:none;
}
a.textBlackP:visited {
	color: #000000;
	text-decoration:none;
}
a.textBlackP:hover{	
	color:#ff9900;
	text-decoration:none;
} 
a.textBlackP:active{
	color:#FF9900;
	text-decoration:none;
} 
.textFooter{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	}
a.textFooter:link {
	color: #999999;
	text-decoration:none;
}
a.textFooter:visited {
	color: #999999;
	text-decoration:none;
}
a.textFooter:hover{	
	color:#ff9900;
	text-decoration:none;
} 
a.textFooter:active{
	color:#FF9900;
	text-decoration:none;
} 
input { 
	 background-color: #f7f7f7; 
	border: 1px solid #cccccc; 
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
textarea { 
	 background-color: #f7f7f7; 
	 border: 1px solid #cccccc; 
	 font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
select { 
	 background-color: #f7f7f7; 
	border: 1px solid #cccccc; 
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}