body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url( ../images/bg.jpg );
	background-repeat: repeat;
	background-position: top center;
	text-align: center;
}

body, td, div
{
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/*--- HEADER ---*/

#header
{
	background-image: url(../images/logo-home1.png);
	background-repeat:no-repeat;
	width: 998px;
	height: 113px;
}

body#Class2 #header {
	background-image: url(../images/logo-home2.png);
}
body#Class3 #header {
	background-image: url(../images/logo-home3.png);
}
body#Class4 #header {
	background-image: url(../images/logo-home4.png);
}
body#Class5 #header {
	background-image: url(../images/logo-home5.png);
}
body#Class6 #header {
	background-image: url(../images/logo-home6.png);
}
body#Class7 #header {
	background-image: url(../images/logo-home7.png);
}
/*--- MAIN WRAPPER ---*/

#wrapper
{
	margin: 0px auto;
	width: 998px;
	text-align: left;
}

/*--- CONTENT ---*/

#contentContainer
{
	background-image: url(../images/homebodybg1.png);
	background-repeat:no-repeat;
	width: 998px;
	height: auto !important;
	height: 440px;
	min-height: 440px;
	margin:0px;
	padding-bottom:0px;
	padding-top: 30px;

}

body#Class2 #contentContainer {
	background-image: url(../images/homebodybg2.gif);
}

body#Class3 #contentContainer {
	background-image: url(../images/homebodybg3.gif);
}
body#Class4 #contentContainer {
	background-image: url(../images/homebodybg4.gif);
}
body#Class5 #contentContainer {
	background-image: url(../images/homebodybg5.gif);
}
body#Class6 #contentContainer {
	background-image: url(../images/homebodybg6.gif);
}
body#Class7 #contentContainer {
	background-image: url(../images/homebodybg7.gif);
}
#content
{
	border: 1px solid #34cbef;
	width:400px;
	float:right;
	margin-right: 35px;

}
#text{
	padding-bottom: 8px;
	padding-right: 20px;
	text-align: right;
	width: 998px;
	margin: 0px auto;
}

.text {
	color: #3A97F7;
	text-decoration:none;
}
/*--- NAVIGATION ---*/

#navigation
{
	background-image: url(../images/navbar.jpg);
	background-repeat:no-repeat;
	width: 998px;
	height: 38px;
	margin: 0px auto;
	
}
/*--- TOP MENU ---*/
ul#menu {

	list-style: none;
	padding: 0px;
	margin: 0px auto;
	width: 900px;

	
}

ul#menu li {
	float: left;
	line-height: 35px;
	margin-left: 80px;
	marging-right: 80px;
	height: 38px;

}

ul#menu li a {
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-transform:uppercase;
	display: block;

}
ul#menu li a:hover {
	float: left;
	text-decoration:none;
	height: 38px;
	background-image: url(../images/hoveractive.gif);
	background-repeat:repeat-x;
	color: #204c80;
	display: block;
}


ul#menu ul {
	display: none;
}
/*--- SUBMENU ---*/

ul#content {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 200px;
	border-bottom-style:dotted;
	border-bottom-color:#FFFFFF;
	border-bottom-width:medium;
}
ul#content li {
	float: left;
	margin-left: 20px;
	marging-right: 20px;
}

ul#content li a {
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;

}
ul#content li a:hover {
	float: left;
	text-decoration:none;
	color: #204c80;
}

/*--- FOOTER ---*/

#footer
{

	width: 998px;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 20px;
	background-repeat:no-repeat;

}

#footer a
{
	color: #000000;
	text-decoration: none;
	font-size: 7pt;
}

#leftFoot
{
	float: left;
	line-height: 26px;
}

#leftFoot img
{
	vertical-align: middle;
}

#rightFoot
{
	text-align: right;
}

#rightFoot img
{
	vertical-align: middle;
}

/*--- OTHER ---*/

