/* CSS Document */

body {
	background-color: #302039;
	color:#302039;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding:0;
	text-align:center;
	}
	
#wrapper {
	width: 770px;
	background-color: #ffffff;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align:left;
	}
	
#banner {
	height:160px;
	background-image:url(../images/Banner.gif);
	background-repeat:no-repeat;
	}

#nav {
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
	padding-top: 4px;
	background-color: #ACC0B5;
	padding-bottom: 4px;
	}
	
#nav ul {
	margin: 0;
	background-color:#ACC0B5;
	padding: 0px 0px 0px 1px;
	}

#nav ul li {
	display:inline;
	}
.FloatRight {
	float: right;
	text-align: center;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	
#nav ul li a {
	text-decoration: none;
	padding-right: 36px;
	padding-left: 36px;
	font-size: 15px;
	font-weight: bold;
	color: #302039;
	}
	
#nav ul li a:hover, #nav ul li a:focus {
	color: #FFFFFF;
	}

#content {
	font-size: 80%;
	margin: 35px;
	}
#wrapper #content h1 {
	font-size: 24px;
	margin-bottom: 20px;
	border-top-color: #D3DED7;
	border-right-color: #D3DED7;
	border-bottom-color: #D3DED7;
	border-left-color: #D3DED7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #F2F4F3;
	background-position: left center;
	padding-right: 10px;
	padding-left: 38px;
	height: 33px;
	padding-bottom: 0px;
	padding-top: 5px;
	}


#content a {
	color: #7628A4;
}

	
h2 {
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	}	
	
.leftimage {
	float:left;
	margin-right: 10px;
	border: 1px solid #000000;
	}
.clearit {
	display: block;
	clear: both;
}

.rightimage {
	float:right;
	margin-left: 15px;
	border: 1px solid #000000;
	width:160px;
	}
	
#footer {
	border-top: 1px solid #000000;
	background-color: #ADC1B6;
	}

#footer p {
	font-size: 70%;
	margin: 0;
	padding: 10px;
	text-align:center;
	font-weight: bold;
	}
	
#footer a {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	color: #302039;
}
#content p {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 11px;
}
#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .FloatRight img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer a:hover {
	text-decoration: underline;

}

