body {
	background-color: #ECE9D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
}

a {
	color: #336600;
}


/* Form items */
input,select,textarea {
	background-color: #EBF1FA;
	color: #222222;
}

input[type=submit],input[type=reset],input[type=button],button {
	background-color: #DFDABD;
	color: #000000;
}

input:focus,select:focus,textarea:focus {
	background-color: #ffffff;
}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}

.banner {
	font-size: 36px;
	padding-left: 150px;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #996699;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399CC;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	padding-bottom: 12px;
	font-style: italic;
	line-height: normal;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #669900;
 color: #FFFF33;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 14px;
	background-color: #ECE9D8;
	color: #003333;
	padding: 0px;
	padding-right: 20px;
	text-decoration: none;
	padding-bottom: 6px;
	text-indent: 0px;
	padding-left: 18px;
}

.sidebarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	padding-bottom: 8px;
	font-weight: bolder;
	font-variant: normal;
	padding-left: 0px;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

#promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
	padding-right: 30px;
	padding-left: 6px;
	margin: 0px;
	border: 0px;
	width: 180px;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 70px;
	text-indent: 0px;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}
p {
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
	padding: 0px 0px 12px;
	margin: 0px;
	text-indent: 18px;
}
#article {
	font-family: "Times New Roman", Times, serif;
	float: right;
	vertical-align: text-top;
	margin: 0px;
	padding-left: 30px;
	padding-right: 40px;
	width: 65%;
	line-height: 18px;
	font-size: medium;
}
.content {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
	border: 0px;
}
.plain {
	text-decoration: none;
}
.bottomlinks {
	text-align: center;
	font-size: x-small;
	font-weight: normal;
	padding-left: 150px;
	clear: both;
	padding-top: 18px;
}
.sectionhead {
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 5px;
	color: #009966;
	text-align: center;
}
.red {
	color: red;
}
