/* Site Layout */
@import url("forms.css");
@import url("layout.css");

/*Navigation Styles */
@import url("dhtml-horiz.css");
/* TYPOGRAPHY */
body {
	text-align: left;
	font:normal 8pt Arial, Helvetica, sans-serif;
	color:#000000;
}
.mceContentBody, .mceContentBody td, .mceContentBody table {
	font:normal 8pt Arial, Helvetica, sans-serif;
	color:#000000;
	background-image:none;
	background-color:#fff;
}
.mceContentBody{
	background:none;
	background-color:#fff;
	margin:5px;
}
div {
	font-size: 1em;
}

#main img, .mceContentBody img {border:1px solid #999;}

/* LINKS */
a, a:link, a:active, a:visited {
	color:#19398a;
	text-decoration: none;
}
a:hover {
	color:#E68206;
}
#footer, #footer a, #footer a:link, #footer a:active, #footer a:visited {
	font:normal 8pt Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 5px;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
#credits1 a, #credits1 a:link, #credits1 a:active, #credits1 a:visited, #credits2 a, #credits2 a:link, #credits2 a:active, #credits2 a:visited {
	font:10px Arial, Helvetica, sans-serif;
	background:none;
	text-decoration:none;
}
#credits1 a:hover, #credits2 a:hover {
	text-decoration:underline;
}
/* END LINKS */
	
/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding: 0;
	color: #E68206;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h1 {
	font-size:1.4em;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:.76em;
}
blockquote {
	background-image:url(../Userfiles/template/heading-bg.png);
	background-repeat: repeat-x;
	line-height:43px;
	margin:0;
	background-position:left;
}

.MainSiteFont{
	font:normal 100% Arial, Helvetica, sans-serif;
	color:#000000;
}
.MainSiteFont-BoldItalic{
	font:normal 100% Arial, Helvetica, sans-serif;
	color:#19398A;
}

.blueHeading {
	color:#19398A;
	display:inline;
	font-style:italic;
	font-size:14pt;
	background-color:#ffffff;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}
.blueText {
	color:#19398A;
	font-size:8pt;
}
.orangeHeading {
	background-color:#fff;
	font-style:italic;
	color:#E68206;
	font-weight:bold;
	text-transform:uppercase;
}

/* END HEADINGS */

/* TEXT */
p {
	padding:0px;
margin:0;
}

#comp-text p {
	padding:5px;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
#comp-text2-internal strong, #comp-text2-internal b {
	color:#000;
}
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;
}
#main ul li a {
	text-decoration:none
}
ul li {
	margin: 0 0 .55em 30px;
	padding: 0;
	color:#19398A;
	font-weight:bold;
}
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;
	font-size:100%;
}
table caption {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 1.5em 0;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	font-size: 1em;
}
/* END TABLE */	
	
hr {
	display: none;
	margin:8px 0;
}
div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}
	
/* END TYPOGRAPHY */









