
body {
        font-family: Helvetica;
	background-color: #FFFFFF;
}

.style1 {
	font-family: Helvetica;
	font-size: 22px;
	color: #333;
}
.style2 {
        text-align: center;
	font-family: Helvetica;
	font-size: 18px;
	font-color: #333;
}
.style3 {
	font-family: Helvetica;
	font-size: 24px;
	font-color: #333;
}

.style4 {
	font-family: Helvetica;
	font-size: 30px;
	font-color: #333;
}
.styletop {
        font-size: 16px;
        text-align: center;
	font-family: Helvetica;
	font-size: 16px;
	color: #FFFFFF;
}


a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #6A8455
}
a:active {
	text-decoration: none;
	color: #333;
}
h1 {
   font-size: 24;
}

.floatleft {
	float: left;
}

.floatright{
	float: right;
}


#wrapper {
	margin: 25px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	padding: 5px 15px 5px;
	background-color: #FFFFFF;
	width: 1200px;
}


#topline {
        font-size: 18px;
        text-align: center;
	padding: 5px 15px 5px;
	background-color: #FFFFFF;
	font-color: #333;
	width: 1200px;
}

#navigation {
	text-align: center;
	font-size: 22;
	float: center;
	background-color: #FFFFFF;
	width: 1200px;
}


#content {
	float: left;
        padding: 20px 15px 5px;
	background-color: #FFFFFF;
	width: 850px;
	
}
.slidecontent {
	padding: 25px 0px 0px;
	Width: 1200px; 
	overflow: auto;
	background-color: #FFFFFF;
	
}


#bottomline
{
	clear: both;
        font-size: 16px;
        text-align: right;
	padding: 10px 0px 10px;
	background-color: #FFFFFF;
	font-color: #333;
	width: 1200px;

}

	



	
	