/* Site Layout */
@import url("forms.css?foo");
@import url("old-layout.css?foo");

/*Navigation Styles */
@import url("dhtml-horiz.css?foo");

/* TYPOGRAPHY */
body{
	text-align: left;
	font:normal 9pt Arial, Helvetica, sans-serif;
	color: #3F356C;
}
body.mceContentBody, .mceContentBody td, .mceContentBody table {
	font:normal 9pt Arial, Helvetica, sans-serif;
	color: #3F356C;
}
.mceContentBody {
	margin:5px;
	background-image:none;
	background-color:#F5FCBC;
}
div {
	font-size: 1em;
}
#main img, #comp-text img {
	background-color:#DDE792;
	padding:5px;
	border:1px solid #B5BB65;
	margin:0px;
}
/* LINKS */
a, a:link, a:active, a:visited {
	color:#AF2929;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	font:11px Arial, Helvetica, sans-serif;
	color:#667205;
	text-transform: capitalize;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/* END LINKS */
	
/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	text-align:center;
	text-transform:none;
	color: #3F356C;
}
h2 {
	font-size:1.8em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.3pt;
}
h4 {
	font-size:1.2pt;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1em;
}
/* END HEADINGS */

/* TEXT */
p {
	margin: 0;
	padding: 0;
}
blockquote {
	margin-left:25px;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
/* END TEXT */
	
/* LISTS */
ul {
	line-height:1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}
ul li {
	margin: 0 0 0.25em 30px;
	padding: 0;
}
ol {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}
ol li {
	font-size: 1.0em;
	margin: 0 0 0.25em 30px;
	padding: 0;
}
dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.4em;
}
dl dt {
	font-weight: bold;
	margin: 0.25em 0 0.25em 0;
	padding: 0;
}
dl dd {
	margin: 0 0 0 30px;
	padding: 0;
}
/* END LISTS */
	
/* TABLE */
table {
	margin: 0;
	padding: 0;
}
table caption {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 1.5em 0;
}
th {
	font-weight: bold;
}
td {
	font-size: 1em;
}
/* END TABLE */	
	
hr {
	display: none;
}
div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}
	
/* END TYPOGRAPHY */

