body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background-color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-top: 100px
}
.oneColFixCtr #container {
	width: 750px;
	margin: 0 auto;
	border: 0;
    padding: 20px;
	text-align: left;
	line-height: 1.6;
	-moz-box-shadow: #000 2px 2px 10px;
	-webkit-box-shadow: #000 2px 2px 10px;
	box-shadow: #000 2px 2px 10px;
	background-color: rgba(255,255,255,0.9);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;		
}
.oneColFixCtr #mainContent {
	padding: 0 20px;	
}
#home{
	position:absolute;
	overflow: hidden;
	width:100%;
	height:auto;
	padding: 0;
	left:0px;
	top:0px;
	z-index: -1;
	line-height: 1.8;
	text-align: justify;
	font-size: 12px;
	color: #ff9933;
}
#background {
	position: fixed;
	overflow: hidden;
	width:100%;
	height:auto;
	padding: 0;
	left:0px;
	top:0px;
	z-index: -1;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #33CC00;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
a {
	font-weight: bold;
}
.color {
	color: #FF6600 ;
	font-weight: bold;
	font-size: 22px;
}
.color2 {
	color: #ff9933;
	font-weight: bold;
	font-size: 21px;
	line-height: 36px;
}
.color3 {
	color: #FF6600;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
}
.flashslideshow {
	z-index: 3;
	-moz-box-shadow: #000 2px 2px 10px;
	-webkit-box-shadow: #000 2px 2px 10px;
	box-shadow: #000 2px 2px 10px;
	float: left;
	width: 300px;
	height: 439px;
	margin: 25px 15px auto 5px;	
}