body {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	background-color: #DED7C1;
}

#side {
	padding-top: 20px;
	padding-left: 10px;
}

#side ul {
	font-family: "Trebuchet MS";
	font-size: 0.75em;
	line-height: 155%;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	margin-top: 5px;
}

#subContent ul {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	line-height: 155%;
	list-style-position: outside;
	list-style-image: url(images/bullet2.gif);
	margin-top: 5px;
}

#subContent ul li {
	margin-bottom: 8px;
}

#side ul li {
}

#subContent ol {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	line-height: 155%;
	list-style-position: outside;
	list-style-image: none;
	margin-top: 5px;
	list-style-type: decimal;
} 

a:link {
	font-weight: bold;
	color: #00247e;
}

a:visited {
	font-weight: normal;
	color: #00247e;
}

a:hover {
	color: #A6911A;
	text-decoration: none;
}

a:active {
	color: #A27440;
	text-decoration: none;
}

h1, h4 {
	font-family: "Trebuchet MS";
	color: #973C1D;
}
p {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	line-height: 145%;
	color: #333333;
}

#content {
	padding-right: 20px;
	padding-left: 20px;
}

.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A54121;
	margin-top: 15px;
	margin-bottom: 0px;
}

#footer {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: .85em;
}

#subContent {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #F2EEDF;
	padding: 10px 15px;
}

h6 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #973C1D;
}

h2, h3 {
	font-family: "Trebuchet MS";
	color: #7C6710;
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #973C1D;
}

h1 {
font-size: 1.75em;
}

.errorText {
	color : #ff0000;
}


.affiliates {
    font-size: 80%;
}

.form {
	font-family : "Trebuchet MS"; 
	font-size: 0.8em;
}