/* Site Layout */
@import url("forms.css");
@import url("layout.css");

/*Navigation Styles */
@import url("dhtml-horiz.css");

@font-face {
 font-family: 'Rockwell Bold';
 src: url('../fonts/ROCKB.eot');
 src: local('../fonts/Rockwell Bold'), local('Rockwell-Bold'), url('../fonts/ROCKB.woff') format('woff'), url('../fonts/ROCKB.ttf') format('truetype'), url('../fonts/ROCKB.svg#Rockwell-Bold') format('svg');
font-weight:normal;
}

/* TYPOGRAPHY */
body {
	text-align: left;
	font:normal 11pt/1.4em Georgia, "Times New Roman", Times, serif;
	color:#674047;
}
body.mceContentBody, .mceContentBody td, .mceContentBody table {
	font:normal 11pt/1.4em Georgia, "Times New Roman", Times, serif;
	color:#674047;
}
.mceContentBody {
	margin:5px;
	background-image:none;
	background-color:#fff;
}
div {
	font-size: 1em;
}
/* LINKS */
a, a:link, a:active, a:visited {
	color:#674047;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
div#top-nav, div#top-nav a, div#top-nav a:link, div#top-nav a:active, div#top-nav a:visited {
	color:#E6E0CD;
	font-size:9pt;
	line-height:2em;
	letter-spacing:1px;
	padding:0 5px;
	text-decoration: none;
}
div#top-nav a:hover {
	text-decoration:underline;
}
#credits {
	color:#E6E0CD;
	line-height:1.25em;
}
#credits a, #credits a:link, #credits a:active, #credits a:visited, #credits2 a, #credits2 a:link, #credits2 a:active, #credits2 a:visited {
	background:none;
	color:#E6E0CD;
	text-decoration:none;
}
#credits a:hover, #credits2 a:hover {
	text-decoration:underline;
}
/* END LINKS */
	
/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding-bottom:20px;
	color: #660000;
	font-family:"Rockwell Bold", Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.Headings {
	display:inline;
	font-size:1.5em;
	font-weight:bold;
	color: #660000;
}
.Hours {
	font-size:12pt;
	color:#660000;
}
.Special {
	font-size:13.5pt;
	color:#E6E0CD;
}
h1 {
	font-size:1.5em;
}
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;
}
/* END HEADINGS */

/* TEXT */
p {
	margin: 0;
	padding: 0;
}
#comp-text p {
	padding:5px;
}
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;
}
#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 {
	color:#E7E0CD;
	background-color: #E7E0CD;
	border: 3px dotted #674047;
	border-style: none none dotted;
	margin:20px 0;
}
div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}
	
/* END TYPOGRAPHY */

