body {
	text-align: center;
	margin: 0px 0px 0px 0px;
	background-color: #DBDBB7;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	border-top: 20px solid #103873;
}

TR, TD, LI, TH, P, BLOCKQUOTE
{
	font-size: 16px;
}

H1, H2, H3, H4 {
	font-weight: normal;
	color: #103873;
}
H1 {
	font-size: 26px;
}

H2 {
	font-size: 22px;
}

H3 {
	font-size: 18px;
}

a:link {
	color: #103873;
	outline: none;
}
a:visited {
	color: #990000;
	outline: none;
}

LI {
	margin-bottom:6px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* IDs ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#header{
	padding-top: 5px;
	margin-left:   18px;
	margin-right:  18px;
}
#headerPic{
	padding-right:12px;
	float:left;
}

#body{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	margin-bottom: 36px;
	text-align: left;
*/
}

#content {
	margin-top: 40px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding-left:   20px;
	padding-right:  20px;
	padding-bottom: 20px;
	border: 1px solid #666666;
}

#footer {
	margin-top: 0px;
	padding: 3px;
	text-align: center;
	font-size: 15px;
	background-color: #BCBC78;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

H1#header {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #103873;
	font-size: 32px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
}
P#topnav {
	font-size: 14px;
	font-family: Georgia, Times New Roman, Times, serif;
	margin-top: 0px;
}

TH, TD {
	padding: 4px;
	vertical-align: top;
}
TH {
	background-color: #BCBC78;
	color: #103873;
}
TD {
	background-color: #DBDBB7;
}

.blankTable TH {
	background-color: #ffffff;
}

.blankTable TD {
	background-color: #ffffff;
	line-height:120%;
}

.required {
	color: #990000;
}
.indent {
	margin-left: 30px;
}

.smaller {
	font-size: 14px;
}

.errorMessage {
	color: #ff0000;
	font-weight:bold;
}

#infoBox {
	float: right;
	width: 200px;
	background-color: #DBDBB7;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	border: 1px solid #666666;
	padding: 10px;
}

#subscriberBox {
	float:right;
	width:150px;
	background:#fff;
	border:#000 thin solid;
	margin:0 0 12px 12px;
	padding: 6px;
}

.subscriberBoxText {
	font-size:14px;
}
	
