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


body  {
	margin: 0;
	padding: 0;
	text-align: center; 
	color:#151515;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #5E49B0;
	background-image:url(../images/purplebg.jpg); 
	background-repeat:repeat-x; 
	background-position:top center;
}
#container {
	width: 800px;  
	background-image: url(../images/bg.gif);
    background-repeat:repeat-y;
	margin: 20px auto;
	text-align: left; 
} 
#header {
	background-color: #A99FD4;
	background-image: url(../images/newbanner.png);
	background-repeat: no-repeat;
	height: 228px;
	margin:0;
	padding:0;
}
/* TOP BULLET MENU CSS */
.topmenu {color:#FFFFFF; margin:0px; padding:0px; list-style:none; background-color:#330033; font-size:0.8em; font-family:Geneva, Arial, Helvetica, sans-serif;}

.topmenu li {display:inline; float:left;}

.topmenu li a {display:block; color:#fff; height:47px; line-height:47px;  float:left;
 text-decoration:none; margin:0 0 0 0; padding:0 25px 0 25px;}

.topmenu li a:hover {
border:0; 
text-decoration:none; 
cursor:pointer; 
background:url(../images/hilite.gif); 
background-repeat:no-repeat; 
background-position:bottom; 
}

#mainContent {
width:749px; 
text-align:left;
margin:0 25px 0 25px;
padding:0; }

#footer {
clear:both;
margin:20px 20px 0 20px;
}  

#end {
height:28px;
background-color: #5E49B0;
background-image: url(../images/footer.png);
background-repeat: no-repeat;
background-position:bottom; }

h1 {
	font-size: 1.1em;
	font-weight:normal;
	margin: 18px 0 15px 0;
}
h2 {
	font-size: 0.9em;
	font-weight:normal;
	margin: 8px 0 10px 0;
}
h3 {
	font-size: .8em;
	font-weight:normal;
	margin: 18px 0 0 0;
}
p {
	font-size: 0.75em;
	line-height: 150%;
	padding: 0;
	margin-top: 5px;
	margin-bottom:10px;
}

.quote {
	padding: 0;
	margin-top:10px;
	font-style:italic;
}

h1, h2, h3, a, .linkcolour {color:#330099}

#mainContent li {
	font-size: 0.75em;
	line-height: 1.3em;
	margin: 8px 0px 8px -10px;
}


#footer p, #end p {
	font-size: 0.7em;
	text-align:center;
}

.formfield {background-color:#EAEAEA; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
}

hr {clear:both; color:#330099; margin:15px 0px; height:1px;}

img {
	border: none;
}

.border {border:1px solid black;
}

.print {display:none;}
.screen {display:inline;}

.siteimage {margin:10px 0 10px 20px; background-color:#CCCCCC; padding:5px; border:1px solid #999; width:400px; float:right; 
}
.small {font-size:95%; font-style:normal;}