﻿body{
	margin:0;
	width:100%;
}

.div{
	width:100%;
	background-image:url('../images/topBgStrech.jpg');
	background-repeat:repeat-x;
}

.wrapper{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('../images/mainBg.jpg');
	background-repeat:repeat-y;
	background-position:center;
}

.header{
	width:100%;
	height:62px;
	background-color:#4B9699;
}

.header .logo{
	width:800px;
}

.subHeader{
	background-color:#208688;
	height:24px;
	width:100%;
	text-align:center;
}

.subHeader .topNavigation{
	width:800px;
	text-align:right;
	color:#ffffff;
	font-family:"Century Gothic";
	font-size:12px;
	padding-right:10px;
}

.subHeader .topNavigation a:link{
	color:#ffffff;
	text-decoration:none;
}

.subHeader .topNavigation a:visited{
	color:#ffffff;
	text-decoration:none;
}

.subHeader .topNavigation a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.subHeader .topNavigation a:active{
	color:#ffffff;
	text-decoration:none;
}

.contentWrapper{
	width:800px;
}

.contentWrapper .leftNavigation{
	width:190px;
	color:#000000;
	font-family:"Century Gothic";
	font-size:13px;
}

.contentWrapper .leftNavigation .selected_li{
	font-weight:bold;
}

.contentWrapper .leftNavigation ul{
	margin:0;
	padding:0;
	list-style-type:none;
	padding-left:15px;
}

.contentWrapper .leftNavigation a:link{
	color:#000000;
	text-decoration:none;
}

.contentWrapper .leftNavigation a:visited{
	color:#000000;
	text-decoration:none;
}

.contentWrapper .leftNavigation a:hover{
	color:#000000;
	text-decoration:underline;
}

.contentWrapper .leftNavigation a:active{
	color:#000000;
	text-decoration:none;
}

.contentWrapper .leftNavigation li{
	padding-bottom:5px;
}

.wrapper .contentWrapper .theContent{
	width:609px;
	color:#000000;
	font-family:"Century Gothic";
	font-size:13px;
}

.wrapper .contentWrapper .theContent a:link{
	color:#208688;
	text-decoration:underline;
	font-weight:bold;
}

.wrapper .contentWrapper .theContent a:visited{
	color:#208688;
	text-decoration:underline;
	font-weight:bold;
}

.wrapper .contentWrapper .theContent a:hover{
	color:#208688;
	text-decoration:none;
	font-weight:bold;
}

.wrapper .contentWrapper .theContent a:active{
	color:#208688;
	text-decoration:underline;
	font-weight:bold;
}

.main_text{
	width:609px;
	color:#000000;
	font-family:"Century Gothic";
	font-size:13px;
}

.green_text{
	width:609px;
	color:#208688;
	font-family:"Century Gothic";
	font-size:13px;
}

.header_text{
	width:609px;
	color:#208688;
	font-family:"Century Gothic";
	font-size:20px;
}



