#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
}
#banner {
	background-image: url(/newimages/banner.jpg);
	background-repeat: no-repeat;
	height: 114px;
	width: 760px;
}
/* REPLACED WITH CLASS MENU ub DROPDOWN.css
#menu {
	width: 760px;
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
}*/
/****** Body DIV ******/
#bodyHome {
	min-height: 150px;
	padding:20px 20px;
	margin:0px;
	width: 720px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#660066;
	font-size: .8em;
	line-height: 125%;
}
* html #bodyHome {
	height: 150px;
}
#bodyInner {
	min-height: 270px;
	padding:20px 20px;
	margin:0px;
	width: 720px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#660066;
	font-size: .8em;
	line-height: 125%;
}
* html #bodyInner {
	height: 270px;
}
/**** END OF BODY DIV *****/
.newsList {
	display:block;
	padding:0px;
	width:530px;
	margin:0px;
	text-align:left;
}
.newsList h2 {
	line-height: 1.2em;
	padding:5px 0px;
	margin:0px;
}
.newsList p {
	line-height: 1.2em;
	padding:2px 0px 5px 0px;
	margin:0px;
}
#footer {
	
}
#footerStripe {
	height:95px;
	width:760px;
	display:block;
	background-image: url(/newimages/purpleStripe.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin:0px;
	padding:0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #660066;
}
#footerHome {
	height:220px;
	width:760px;
	display:block;
	background-image: url(/newimages/homepageback1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin:0px;
	padding:0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #660066;
}
#footerLinks {
	height: 29px;
	padding-top: 5px;
	text-align: center;
	float:none;
	margin:0px;
	padding:0px;
}
.homepagetext {
	position:relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #660066;
	padding-top: 25px;
	padding-left: 25px;
	display:block;
	line-height: 1.5em;
	z-index:10;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
	text-decoration: none;
}
h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#660066;
font-size: 1.2em;
}
h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#660066;
font-size: .9em;
}
p,ul,ol,td {

}
#registration {
	min-height:220px;
	width:760px;
	display:block;
	background-image: url(/newimages/homepageback1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin:0px;
	padding:0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #660066;
}
.registration {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#660066;
	font-size: .8em;
	line-height: 125%;
}
.registration input{
	border:#660066 1px solid;
	background-color:#F2E6FF;
	color:#660066;
}