body {
	background-image: url(images/bg.png);
	background-repeat: repeat;
	margin:0;
	font-family: "Times New Roman", Times, serif;
	background-color:#214B4A;
}
#wrapper{
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000;
	background-color: #569190;
}
#header {
	height:155px;
	width: 100%;
	background-image: url(images/main-bg.png);
	background-repeat: repeat-x;
	margin: 0px;
}
#logo-text {
	float:left;
	font-size:36px;
	position: relative;
	top: 0px;
	height: 80px;
	width: 475px;
	background-image: url(images/logo-text.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 22px;
}
#logo {
	float:right;
	font-size:24px;
	color:#FFFFFF;
	width: 130px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 153px;
	right: 60px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	background-position: left top;
	background-color: #000;
}
#menu {
	height:35px;
	padding-left:40px;
	padding-top: 2px;
	margin: 0px;
}
#menu ul {
	padding:0px 0px 0px 40px;;
	margin: 0px;
	list-style: none;
}
#menu li {
	margin: 0px 1px 0px 0px;
	list-style:none;
	float:left;
	background-color:#569190;
	background:url(images/tab-background.png) repeat-x;
	font-family: "Times New Roman", Times, serif;
	border: 2px solid #000;
	border-bottom-width: 0px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

#menu a {float:left; height:21px; padding:7px 20px 6px 20px; color:#FFFFFF; font-size:18px; font-weight:bold; text-decoration:none;}
#menu a:hover {color:#000000;}
#menu li.active a {color:#000; position: relative; top: 2px; background-color:#FFF;}
#menu li.active {border: 1 px solid #000; background-color:#FFF; background-image: none;}
#main {
	width:1024px;
	color:#000000;
	font-size:13px;
	margin-top: 0px;
	clear: both;
}
#main a {color:#444444;}
#main a:hover {color:#000000;}
#main br {line-height:10px;}
#sidebar {
	width:160px;
	margin-top:0px;
	background-color:#569190;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	right: 0px;
	height: 550px;
	float: right;
}

#sidebar h3 {font-size:21px; font-weight:normal; margin:20px 0 5px 0;}
#sidebar ul {margin:0; padding:0; border-top:1px solid #F7F7F7;}
#sidebar li {list-style:none; border-bottom:1px solid #F7F7F7; font-size: 16px;}
#sidebar li a {color:#111111; text-decoration:none; padding:3px; display:block;}
#sidebar li a:hover {background-color:#F7F7F7;}

#text h1.pTitle{font-size: 20px; font-weight:bold; padding:5px 0px 0px 0px; background-color: #DDD; font-style:italic;}
#text span.pBody{font-size: 18px; font-weight:normal;font-style:normal; margin:0px 0px 0px 5px;}
#text a img.pLink{text-decoration:none;border:none 0px;text-align:none;}
#text td.download {
	font-size: 18px;
	font-weight: 90;
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
	font-weight:bold;
	width:80px;
}
	


#text {
	width: 600px;
	line-height:17px;
	color:#000000;
	background-color: #ffffff;
	padding-top: 50px;
	padding-right: 85px;
	padding-bottom: 50px;
	padding-left: 50px;
	border: 2px solid #000;
	float: left;
	margin-left: 40px;
	margin-top: 0px;
	clear: both;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 18px;
	font-weight: normal;
	
}

#text span{
	font-weight: bold;
	font-style: italic;
}
#text h1 {font-size:24px; font-weight:normal; margin:20px 0 10px 0;}
#text h2 {font-size:21px; font-weight:bold; margin:20px 0 10px 0;}
#text ol, #text ul {padding:0; margin:10px 0;}
#text li {margin-left:40px;}
#text img {
	padding-left: 20px;
	padding-top: 10px;
}

#footer {
	height:20px;
	color:#FFFFFF;
	clear: both;
	font-size:13px;
	background-color: #569190;
	width: auto;
	font-family: "Times New Roman", Times, serif;
	vertical-align: middle;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
}
