body {
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*Turns off Borders around Hyperlinked Images*/
img {
	border: 0px;
	display: block;
}

input {
	background-color: #D2BADA;
	border: 1px solid #999999;
}

input:focus {
	background: #FFFFFF;
}

/* Lists*/
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 12px;
	margin-right: 48px;
	margin-top: 12px;
}

ol {
	color: #333333;
}

/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin-bottom: 12px;
	margin-top: 60px;
}

p.footer {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin-top: 6px;
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navbutts {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 4px;
	margin-top: 6px;
}

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navsubs {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-top: 0px;
}

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navviz {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-top: 6px;
}

textarea {
	background-color: #D2BADA;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	color: #333333;
}

.checks {
	background-color: #FFFFFF;
	border: 1px none;
}

.formbut {
	background-color: #CCCCCC;
}

/*Style for The Little Icon Layers */
.icondiv {
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.icondivl {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.imgfloatleft {
	float: left;
}

/*Styles Applied to Float Images left or right */
.imgfloatright {
	float: right;
}

.inlinimg {
	display: inline;
}

/*Styles for the Main Content Layer */
#maindiv {
	width:50%;
	border: 1px dotted #825D98;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 36px;
}

#maindiv a:link {
	color: #333;
}

#maindiv a:visited {
	color: #000;
}

.maindiv a:hover {
	background-color: #D2BADA;
	color: #333333;
	text-decoration: none;
}

#maindiv h1 {
	color: #825D98;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 0px;
}

#maindiv h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	margin-bottom: 12px;
	margin-top: 30px;
}
#maindiv h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 12px;
	margin-top: 0px;
	letter-spacing: 1px;
}
#maindiv p {
	line-height: 160%;
	margin-top: 6px;
}

.parahead {
	background-color: #D2BADA;
	border: 1px solid #825D98;
	border-width: 1px 1px;
	color: #333333;
	font-size: 1 em;
	font-style: normal;
	font-weight: bold;
	margin-left: -10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
