﻿/* BEGIN Colors & Typography */

body {
	background: #fafafa url("../images/bg_line.gif") repeat;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: .8em;
	color: #000000;
	text-align: center;
}

p {
	line-height: 1.5;
	margin: 1em 0 0 0;
}

li {
	line-height: 1.5;
}

small {
	font-size: .85em;
}

a:link, a:visited {
	color: #0066cc;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

.desc {
	border: dotted 1px #aaaaaa;
	background-color: #ffffd2;
}

#header img {
	margin-left: auto;
	margin-right: auto;
}

#header {
	text-align: left;
}

#stateMap {
	float: right;
	display: block;
	margin-left: 3em;
}

#content {
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
}

#content h3 {
	display: inline;
	color: #084c9e;
	font: normal 1.8em 'Arial Narrow';
}

#content dd {
	font-size: .9em;
}

#content dt {
	margin-top: 1em;
}

#footer {
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
}

.expander {
	font: .9em 'Courier New';
}

.stuff {	
	border-top: dashed 1px #ccc;
}

/* END Colors & Typography */




/* BEGIN Structure */

body {
	margin: 0;
	padding: 0 0 3em 0;
}

table {
	margin: 0em;
	padding: 0em;
	border-collapse: collapse;
}

.pageFit {
	width: 750px;
	padding: 0px;
	margin-left: auto; /* These are necessary to center in firefox */
	margin-right: auto;
}

.cat {	
	padding: 2em 0 .5em 0;
}

#title {
	margin: 20px 0 30px 0;
}

#subtitle {
	margin: 20px 30px 0 30px;
}

#content {
	padding: 20px 30px 0 30px;
}

#footer {
	padding: 50px 30px 20px 30px;
}

#footer table {
	width: 100%;
}

ul, dl {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* END Structure */



/* BEGIN Misc. */

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.royalblue {
	color: #084c9e;
	font-family: Arial;
}

.red {
	color: #c00;
}

.displayblock {
	display: block;
}

/* END Misc. */
