/*
SHADES OF PURPLE:
E4DCEB
D1C3DC
A280B2
8A5C9C
6C1F7F
*/
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4d4d4d;
}
.container {
	font-size: 80%;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 3px solid #ececec;
}
.header {

}
.main {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.main a {
	color: #6C1F7F;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
}
.main a:hover {
	color: #6C1F7F;
	text-decoration: underline;
	font-weight: bold;
}
.submain {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.footer {
	text-align: center;
	font-size: 70%;
	color: #808080;
	padding-bottom: 10px;
}
.footer a{
	text-decoration: none;
	color: #808080;
}
/*MAIN MENU*/
.menu {
	list-style: none;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	text-align: left;
	background-color: #ececec;
	font-size: 85%;
	font-weight: bold;
	position: relative;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.menu li {
	display:inline;
	margin-right: 5px;
}
.menu li a {
	background-color: #ffffff;
	text-decoration: none;
	border: 1px solid #6C1F7F;
	color: #6C1F7F;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/menulink_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.menu li a:hover {
	background-color: #E4DCEB;
	text-decoration: none;
	border: 1px solid #6C1F7F;
	color: #6C1F7F;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/menulink_bg_hover.gif);
	background-repeat: repeat-x;
	background-position: center;
}
/*MAIN CONTENT*/
.content {
	width: 100%;
	vertical-align: top;
	line-height: 20px;
}
.content td {
	vertical-align: top;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}
.td50 {
	width: 40%;
	background-image: url(../images/spot.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.image {
padding-right: 5px;
}

/*SUB CONTENT*/
.subcontent {
	font-size: 85%;
	width: 100%;
	vertical-align: top;
	line-height: 20px;
}
.subcontent td {
	vertical-align: top;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	font-style: italic;
}
.error {
	color:#FF0000;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.newsitem{
width:100%;}

.newsimage{
margin-left:10px;
margin-right:10px;
float:right;}

/*----------------------------------------------*/

.contactform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.contactform label {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
.contactform input, .contactform textarea {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.contactform #xSubmit {
	display: block;
	clear: both;
}
.error {
	color: #FF0000;
}
.datatable {
	border: 2px solid #ececec;
	background-color: #E4DCEB;
}
.datatable th {
	text-align: left;
	background-color: #6c1f7f;
	color: #ffffff;
	padding: 2px;
}
.datatable th a {
	color: #ffffff;
}
.datatable td {
	background-color: #ffffff;
	padding: 2px;
}
.adminmain h1 {
	font-size: large;
}
.adminmain {
	font-size: small;
}
.adminmain a {
	text-decoration: none;
	color: #6C1F7F;
	font-weight: bold;
}
/*
SHADES OF PURPLE:
E4DCEB
D1C3DC
A280B2
8A5C9C
6C1F7F
*/
