/* 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 9pt/1.5em Arial, Helvetica, sans-serif;
	color:#444;
}
body.mceContentBody, .mceContentBody td, .mceContentBody table {
	font:normal 9pt/1.5em Arial, Helvetica, sans-serif;
	color:#333;
}
.mceContentBody {
	margin:5px;
	background-image:none;
	background-color:#fff;
}
div {
	font-size: 1em;
}
/* LINKS */
a, a:link, a:active, a:visited {
	text-decoration: underline;
	color:#1B424B;
}
a:hover {
	color:#6AA4B1;
	text-decoration: underline;
}
div#current-event a, div#current-event a:link, div#current-event a:active, div#current-event a:visited {
	text-decoration:none;
	font-size:8pt;
	color:#fff;
}
div#current-event a:hover {
	text-decoration: underline;
	color:#eee;
}
a em {text-transform:lowercase; font-style:normal;}
#left-side a, #left-side a:link, #left-side a:active, #left-side a:visited {
	text-decoration:none;
	color:#444;
}
#left-side a:hover {
	color:#333;
	text-decoration: underline;
}
#address a, #address a:link, #address a:active, #address a:visited {
	color:#003765;
	background:none;
	padding:0 7px;
	text-decoration:none;
}
#address a:hover {
	text-decoration:underline;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color:#ffffff;
	background:none;
font-size:8pt;
	padding:0 7px;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
/* END LINKS */
	
/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding: 0;
	line-height:1.5em;
	color:#012851;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h1.pagename {
	width:716px;
	position:relative;
	font-size:2em;
	line-height:2.6em;
	padding-bottom:20px;
	font-weight:normal;
	color:#fefeff;
}
div#page-home h1.pagename {
	width:716px;
	text-align:center;
	letter-spacing:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:1em;
	padding-top:40px;
	margin-bottom:25px;
	font-size:3em;
	color:#103A63;
	visibility:hidden;
}
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;
}
/* END HEADINGS */

/* TEXT */
p {
	margin: 0;
	padding: 0;
}
#comp-text p {
	padding:5px;
}
blockquote {
	margin:8px;
}
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;
}
ul li ul{
	line-height:1.4em;
	margin: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;
	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;
}
iframe {background-color:transparent}
div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}
	
/* END TYPOGRAPHY */