/* CSS Document */


* {
	margin:0;
	padding:0;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	color: #000000;
	text-align:left;
	background-color:#ddd;
	}

a {
	text-decoration:none;
	color: #fff;
}

a:hover{
	text-decoration:none;
	color: #000;
}
p, h1, h2, h3, h4,ul {
	padding: 0 0 10px 0;
}

#container {
	border:none;
	width: 986px;
	position: absolute;
	top:10px;
	left: 50%;
	margin-left: -493px;
	border:solid 3px #af006e;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-x;
}
#content {
	position: relative;
}
p
{ 
line-height: 12pt
}
h3 {
	font-size: 16px;
	font-weight:100;
	color: #af006e;
	text-align:left;

}

h2 {
	font-size: 16px;
	font-weight:100;
	color: #af006e;
}
h1 {
	font-size: 24px;
	color: #0054a6;
	text-align:center;
	
}
#header {
	height: 236px;
	background-image:url(images/logo.gif);
	background-repeat: no-repeat;
	position: relative;
}

#headline {
	height:30px;
	padding: 20px 0px 20px 30px;
	font-size:16px;
	color:#af006e;
	line-height:20px;
	text-align:left;

}
#left {
	position: absolute;
	width: 360px;
	right: 595px;
	top: 20px;
	color:#716fb3;
}
#maintext {
	margin-left: 420px;
	/*border-left: 1px dashed #d8d8d8;*/
	padding: 6px 0px 0px 0px;
	position: relative;
	color:#716fb3;
	
	
}
#pagecontent {
	position: relative;
	margin-top: 0px;
	width:986px;
}
#bottom {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 0px 0px 30px;
}

.points {
	list-style-type: none;
	font-size: 14px;
	font-weight:100;
}
.points li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 16px;
	margin-bottom: 3px;
}

#footer {
	background-color:#af006e;
	height:63px;
	width:986px;
	color:#af006e;
	position: relative;
	}
#footer p {
	padding-top:10px;
}

#footerleft {
	position: absolute;
	width: 450px;
	right: 505px;
	padding: 20px 0px 0px 0px;
	font-size: 18px;
	color: #fff;
	text-align:left;
}
#footerright {
	margin-left: 510px;
	padding: 20px 30px 0px 0px;
	position: relative;
	font-size: 18px;
	color: #fff;
	text-align:left;
}

.color1 {
	color: #93b1d5;
}
.color2 {
	color: #bda2a5;
}
.color3 {
	color: #d7a884;
}
