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

body {
	background-color: #324556;
	background-image: none;
	background-repeat: repeat-y;
	background-position: left top;
	line-height: normal;
}

a {color: #000000;
  border-bottom: 1px solid #000000;
		} 
		
a:visited { color: #000000; 
				} 
	
		
a:hover {
  color: #FF0000;
    border-bottom: 1px solid #000000;
  
}
a:active {
color:#FFFFFF
}
		

div.maintext {
	background-color:#8b0044;
	width: 700px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
	text-align: justify;
	text-indent: 0px;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8b0044;
	border-right-color: #8b0044;
	border-bottom-color: #8b0044;
	border-left-color: #8b0044;
	}
	
.title {
	font-size: x-large;
	font-weight: bold;
		text-align: center;
}
* { margin: 0; padding: 0; }

	
			
	#nav { 
			float: left;
			width: 100%;
			background-color: #8b0044; 
			text-align: center 
		}

		#nav ul { 
			width: 55.5em;
			margin: 0 auto;
			list-style: none;
		}
		
		
		#nav li { 
			float: left;
			position: relative;
			width: 11em 
		}
		
		#nav a { 
			display: block;
			width: 11em; 
			color: #FFF; 
			text-decoration: none;
			border-bottom:none;
		} 
		
		#nav a:hover { background-color: #000000;
		border-bottom:none;
		border-top:none; }

		#nav li ul { 
			display: block;
			position: absolute; 
			width: 11em; 
			left: -999em;
		} 
		
		#nav li:hover ul { left: 0 }
		
		#nav li li {  display: block;
		background-color: #324556;
	}
		
.nojustunderline {
	text-decoration: underline;
	text-indent: 0px;
	display: block;
}
.contact
{
	background-color:#8b0044;
	width: 700px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
	text-align: justify;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8b0044;
	border-right-color: #8b0044;
	border-bottom-color: #8b0044;
	border-left-color: #8b0044;
	}
	
.header {
	font-size:large;
	font-weight: bold;
}

.indent {
margin-left:10px;
}

