* {
	margin:0;
	padding:0;
}

body {
	font-family:"Times New Roman", Times, serif;
	color: #945337;
	text-align:left;
	background-color:#333;
	font-size:15px;
	}

a {
	text-decoration:none;
	color: #fff;
}

a:hover{
	text-decoration:none;
	color: #000;
}
h1, h2, h3, h4,ul {
	padding: 0 0 15px 0;
}

#container {
	border:none;
	width: 900px;
	min-height:660px;
	position: absolute;
	top:0px;
	left: 50%;
	margin-left: -450px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-color:#FFF;
}
#content {
	position: relative;d
}
p {line-height: 15pt; padding: 0 0 10px 0;}
h3 {
	font-size: 18px;
	color: #009a66;
	padding:210px 0px 0px 50px;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	color: #009a66;
}
h1 {
	font-size: 28px;
	color: #945337;
	padding: 140px 0px 0px 9px;
	text-align:center;
	width:600px;
	
}

#logo { 
position:absolute;
top:103px;
left:300px;
}
	
.headline {
	font-size: 22px;
	font-weight:bold;
	color: #009a66;
	background-position:bottom;
	background-image:url(images/h2_bg.gif);
	background-repeat:repeat-x;
	padding: 0px 0px 0px 0px;

}
#header {
	height: 118px;
	background-image:url(images/logo.gif);
	background-repeat: no-repeat;
	background-position:center;
	position: relative;
}
#headerhome {
	height: 118px;
	position: relative;
}
.green {
	font-size: 14px;
	font-weight:bold;
	color: #009a66;
}
#menuarea {
	position: absolute;
	width: 200px;
	right:675px;
	top: 20px;
	color:#716fb3;
}
#menu {
	width:183px;
	list-style: none;
	font-size:17px;
	font-weight:bold;
	text-align:center;

}
#menu li {
	height:34px;
	width:183px;
	padding: 7px 0 2px 0px;
	background:url(images/menubg.gif) no-repeat;
}
#menu li a {
height:34px;
width:183px;
color:#fff;
font-weight:normal;
}
#menu li a:hover {
color:#333;
}
.current{
	color:#333;
}
#maintext {
	margin-left: 246px;
	padding: 20px 30px 0px 0px;
	position: relative;
	
}
#pagecontent {
	position: relative;
	margin-top: 0px;
	width:900px;
}

.space {
	padding-top:100px;
}

.spaceline {
	padding-top:-20px;
}
.points {
	list-style-type: none;
	font-size: 15px;
}
.points li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 30px;
	margin-bottom: 3px;
}

.email a {
	font-size: 14px;
	font-weight:bold;
	color: #009a66;
	padding-bottom:20px;
}
.email a:hover {
color:#333;
}

#footer {
	background-color:#af006e;
	height:63px;
	width:986px;
	color:#af006e;
	position: relative;
	}
#footer p {
	padding-top:10px;
}


