/* Site Layout */
@import url("forms.css?foo");
@import url("layout.css?foo");

/*Navigation Styles */
@import url("dhtml-horiz.css?foo");
/* TYPOGRAPHY */
body {
	text-align: left;
	font:normal 11pt/1.4em Arial, Helvetica, sans-serif;
	color: #333;
}
body.mceContentBody, .mceContentBody td, .mceContentBody table {
	font:normal 11pt/1.4em Arial, Helvetica, sans-serif;
	color: #333;
}
body.mceContentBody {
	background-image:none;
	margin:5px;
	background-color:#fff;
}

div {
	font-size: 1em;
}
img {
	border:1px solid #003769;
	margin-right:5px;
}

div#comp-text img {
	border:none;
	margin-right:0;
}
/* LINKS */
a, a:link, a:active, a:visited {
	color:#003362;
	background-color: none;
	text-decoration: underline;
}
a:hover {
	color:#0055A4;
}
#comp-text a, #comp-text a:link, #comp-text a:active, #comp-text a:visited {
	color:#003362;
	background:none;
	display:inline;
	margin:0;
	padding:0;
	text-transform:none;
	text-decoration: underline;
}
#comp-text a:hover {
	background-color:#0055A4;
	display:inline;
	color:#ffffff;
	text-decoration:none;
}
#credits1 a, #credits1 a:link, #credits1 a:active, #credits11 a:visited {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	text-transform: capitalize;
	background:none;
	text-decoration:none;
}
#credits1 a:hover {
	color:#999999;
	text-decoration:underline;
}
/* END LINKS */
	
/* HEADINGS */
h1 {
	font-size: 1.8em;
	font-weight:normal;
	line-height: 1.5em;
	padding: 0;
	text-transform:capitalize;
	border-bottom:1px dotted #003769;
	color:#003769;
}
h2,h3,h4,h5,h6 {
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #003769;
}
#comp-text h3 {
	font-size: 1em;
	line-height: 2em;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
	text-align:center;
	background-color:#003769;
	margin-top:5px;
	margin-bottom:15px;
	color: #ffffff;
}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
/* END HEADINGS */

/* TEXT */
p{
	margin:0 0 1.5em 0;
}
#comp-text p {
	margin:0;
	padding:0;
}
blockquote {
	border-left:10px solid #ddd;
	margin-left:10px;
}
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 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
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;
}
div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}
	
/* END TYPOGRAPHY */







