@charset "utf-8";
#main {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000;
	border-left-color: #000000;
	padding: 0px;
	color: #FFF;
	background-color: #000;
}
#main tr td p {
	text-align: left;

}

#outer {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}


#navleft {
	float: left;
	height: 400px;
	width: 140px;
	margin-top: 25px;
}

#content {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	width: 655px;
	float: left;
	height: 600px;
}

#content h2 {
	margin-bottom: -5px;
	font-size: 20px;
	text-align: center;
}
#content h3 {
	margin-bottom: -5px;
	font-size: 16px;
	text-align: center;
}
#break {
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #000;
}
.subh3 {font-size: 16px}
#footer {
	width: 800px;
	float: left;
	margin-top: 125px;
}
.lightpurplebg {
	background-color: #F061FC;
}
#inner {
	font-size: 18px;
}
#contact fieldset ol   {
	list-style-type: none;
	margin-bottom: 15px;
}
input {
	margin-bottom: 5px;
	margin-top: 10px;
	border: thin solid #000;
}
label {
	font-weight: bold;
}
#contact #contacttext p{
	text-align: left;
}

