/* COLORS: List of colors should go here, commented out */

/*
dark brown:	#5d4126
green:		#003366
dark green:	#0a3a22
*/

/* BODY COPY STYLES */
p {
font-size: 12px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
line-height: 15px;
margin-bottom: 10px;

font-family:Georgia, "Times New Roman", Times, serif;
color: #ffffff;

}

h1 {
font-size: 14px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
line-height: 16px;
color:#ffffff;
margin: 16px 0 10px 0;
}

h2 {
font-size: 12px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
line-height: 15px;
color:#ffffff;
margin: 16px 0 10px 0;
font-weight:bold;

}

h3 {
font-size: 12px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
line-height: 12px;
color:#ffffff;
margin-bottom: 10px;
margin-top: 16px;
font-weight:bold;
}

h4 {
font-size: 11px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
line-height: 15px;
color:#ffffff;
margin-bottom: 10px;
margin-top: 16px;
}

h5 {
font-size: 11px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
font-weight:bold;
line-height: 15px;
color:#ffffff;
margin-bottom: 10px;
margin-top: 16px;
}

h6 {
font-size: 12px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
line-height: 15px;
color:#ffffff;
margin-bottom: 10px;
margin-top: 16px;
}

/* BULLETED POINTS AND LIST STYLES */

ul {
font-size: 12px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
line-height: 20px;
margin-left: 10px;
margin-bottom: 10px;
}

ol {
font-size: 12px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
line-height: 20px;
margin-left: 10px;
margin-bottom: 10px;
}

li {
font-size: 11px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
line-height: 15px;
margin-left: 20px;
margin-bottom: 5px;
margin-top: 5px;
color: #ffffff
}

/* OTHERS */
blockquote {
font-size: 12px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
line-height: 15px;
color:#000000;
}

.caption {
font-size: 11px; /* DO NOT USE EMS...THESE CAUSE LAYOUT ISSUES */
line-height: 15px;
color:#FFFFFF;
}
.learnMore {
font-size:10px;
}