@charset "utf-8";
/* CSS Document */

body {
	background-color: #28166b;
	font-family: arial;
	font-size: 16px;
	line-height: 20px;
	color: #000000;

}
div.wrapper {
	background-color:#FFFFFF;
	font-size:16px;
	width: 800px;
	margin: 0 auto;

}



#header{
background-image:url(images/headerpic3.jpg);
background-repeat:no-repeat;
width:800px;
height:126px;

}

#nav{
background-color:#f1752f;
width:800px;
height:30px;
text-align:center;
}



#center{
	padding:10px;
	background-color:#EBE9F1;
	color:#000000;
	height:425px;
	width:780px;
	overflow-y:scroll;
	text-align: left;

}

#footer{
background-image:url(images/footer.jpg);
color:#FFFFFF;
font-size:10px;
width:800px;
height:104px;

}

a:link {
    
    text-decoration:none;
	color: #F1752F;
}

a:visited {
    
	text-decoration:none;
	color: #F1752F;
}
a:hover {
    
	text-decoration:none;
	color: #F1752F;
}

.maintext{
	color:#28166b;
	font-size:16px;
	padding:inherit;
	text-align:left;
	font-weight: bold;
}

.imagepadding{
padding:30px;
}

.bullets{
line-height:18px;
font-size:15px;
color:#28166b;
}

