body {
	margin: 10px;
 	font-family: Arial, Helvetica, sans-serif;
}


#content {
	width: 600px;
	padding: 5px 35px 14px 10px;
	border: 0px solid black;
	font-size: 12px;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
}

#content ul {
	list-style-type: disc;
	text-align: left;
}

#content li {
	width: 550px;
	list-style-type: disc;
	text-align: left;
}

#content_print {
	padding: 5px 10px 0px 10px;
	border: 0px solid black;
	font-size: 12px;
}

#content_print sub {
	font-size: 12px;
}

#content_print_header {
	width: 600px;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #205577;
}

#content_print_header .subhead{
	font-size: 12px;
	font-weight: bold;
	color: #205577;
}

#content p, #content td, #content_print p, #content_print td {
	font-size: 12px;
}

#content a, #content a:link, #content_print a, #content_print a:link {
	color: #205577;
}

#content a:visited, #content_print a:visited {
	color: #3b090f;
}

#entryFooter, #entryFooter p {
	font-size: 10px;
}

/* --------- quote styles --------- */

#qotdBlock {
	width: 100%;
	border: 1px solid #cccccc;
}

#qotdHeader {
	height: 5px;
	font-size: 1px;
}

#qotdContent {
	padding: 6px 6px 6px 6px;
}

#qotdFooter {
	height: 5px;
	font-size: 1px;
}

/* ------- end quote styles ------- */


