body {
	background-color: #111111;
	text-align: center;
	font-family: "Century Gothic";
}
#header {
	margin: 0 auto;
	width: 900px;
}
#navbar {
	padding: 0 10px;
	height: 50px;
	width: 880px;
	margin: 0 auto;
	background-image: url(../images/navbar_bk.jpg);
	font-size: 18px;
}
#navbar a {
	color: #333333;
	display: inline-block;
	padding: 10px 40px;
	text-decoration: none;
}
#navbar a:active {
	text-decoration: underline;
}
#navbar a:hover {
	background-color: #666;
	color: #FFFF80;
}
#mainBody {
	margin: 0 auto;
	padding: 20px 20px 0;
	width: 860px;
	background-image: url(../images/body.jpg);
	text-align: justify;
	background-repeat: no-repeat;
	background-color: #FFF;
	color: #333333;
	font-size: 14px;
}

#mainBody a {
	color: #2E4E6D;
	font-weight: bold;
	text-decoration:none;
}
#mainBody a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
#mainBody p {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
#mainBody h1{
	font-size: 24px;
	color: #222222;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;
	letter-spacing: 3px;
	margin: 0;
	text-align: left;
}
.glossary span {
	display: block;
	padding: 20px 0;
	text-align:center;
}
.glossary dl {
	margin: 0;
}
.glossary dl dt {
	text-align: left;
	font-weight: bold;
}
#mainBody h2 {
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: 3px;
	margin: 0;
	text-align: left;
}
#mainBody h4 {
	margin:0;
	text-decoration:underline;
	font-size: 14px;
}
.homepage ul {
	display: block;
	float: right;
	padding: 0 15px 15px;
	margin: 10px 0 0 10px;
}
.homepage ul li {
	text-indent: 0px;

}
.homepage ul h3 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin: 5px;
}
#mainBody p.disclaimer{
	font-weight: bold;
	font-size: 9px;
	border-bottom: solid #666 1px;
	padding-bottom: 20px;
}
#mainBody .resources {
	width: 250px;
	display: block;
	float: left;
	margin: 5px 35px 20px 0;
	height: 140px;
}
#footer {
	width: 900px;
	margin: 0 auto;
	font-size: 15px;
	color: #CCC;
	text-align: justify;
	padding-top: 5px;
}
#footer span {
	float: right;
	font-size: 10px;
}
#disclaimer {
	width: 900px;
	margin: 0 auto;
	font-size: 11px;
	color: #CCC;
	text-align: justify;
}
#footer a, #disclaimer a {
	text-decoration: none;
	color: #BCDBF0;
}
#footer a:hover, #disclaimer a:hover {
	text-decoration: underline;
	color: #FFFF80;
}
#footer a:active, #disclaimer a:active {
	text-decoration: underline;
	color: #BCDBF0;
}
.associations {
	padding: 10px;
	margin-bottom: 20px;
	min-height: 120px;
}
.associations .info {
	font-style:normal;
	display:block;
	width:250px;
	float:left;
	margin-right:10px;
	min-height:100px
}
.associations h3, ul h3 {
	font-size:14px;
	margin:0;
}
#subSet {
	text-align: center;
}
#subSet h2 {
	text-align: center;
	text-decoration: underline;
}
#subSet a {
	padding: 0 70px;
	color: #444;
}
#subSet a:hover {
	color: #666;
	text-decoration: underline;
}
.dList li {
	margin-bottom: 15px;
}
.dList a {
	color: #444;
}
.dList a:hover {
	text-decoration: underline;
}
form {
	font-size:16px;
}
form b {
	color:#F00;
}
.tbox, .formentry {
	border: 1px solid #111;
	background-color: #444;
	font-family: "century gothic";
	font-size: 16px;
	color: #AAD2EC;
	width: 180px;
}
.tarea {
	border: 1px solid #111;
	background-color: #444;
	font-family: "century gothic";
	font-size: 16px;
	color: #AAD2EC;
	width: 452px
}
.tbox:focus, .tarea:focus, .formentry.focus {
	border-color: #000;
	background-color: #AAD2EC;
	color: #333;
}
.formbutton {
	border: 1px solid #111;
	background-color: #444;
	font-family: "century gothic";
	font-size: 16px;
	color: #AAD2EC;
	margin:0 20px;
}
.formbutton:hover, .formbutton:focus {
	border: 1px solid #AAD2EC;
	background-color: #555;
	color: #FFF;
	cursor:pointer;
}
.formbutton:active {
	border: 1px solid #000;
	background-color: #AAD2EC;
	color: #333;
}
#contact {
	margin-bottom: 20px;
}
#valMessage {
	float: right;
	margin-top: 5px;
	text-align: center;
	color: #9D0000;
	width: 225px;
	padding: 10px;
	border: solid 1px #9D0000;
	background-color: #FFC6C6;
	font-size: 14px;
}
#valMessage b {
	color: #9D0000;
}
