/* General Styles -- Body Background Color, Image are in color-*.css 
=========================================================== */


body {
	text-align:center;
	margin:0;
	padding:0;
	font:1em "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
}

a img, img.a {
	border:0;
	text-decoration:none;
}

li, dd {
	list-style:none;
	line-height:1.4em;
}

dt {
	list-style:none;
	line-height:1.4em;
	font-weight:bold;
}

h1 {
	margin:3px 0;
	padding:0;
	font-size:1.2em;
	font-weight:normal;
}

h2 {
	margin:3px 0;
	padding:0;
	font-size:1em;
}

h3 {
	margin:3px 0;
	padding:0;
	font-size:.9em;
}

h4 {
	margin:3px 0;
	padding:0;
	font-size:0.8em;
}

h5 {
	margin:3px 0;
	padding:0;
}

p, dl, caption {
	margin:8px;
	padding:0px;
	font-size:.8em;
}

blockquote {
	margin:0 4em 0 4em;
	padding:0px;
}

#mainContent dd ul li, #mainContent li ul li, #mainContent li ol li {
	font-size:1em;
}

#mainContent ol li {
	font-size:0.8em;
}
.littletext {
	font-size:.8em;
}
/*  Used for development ONLY to draw attention to areas needing attention  */
.attention {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	text-transform: uppercase;
	color: #F00;
	}
/*  Not supported by IE6  */
h3 + dl, h3 + ul, p + ul, h4 + ul {
	margin: 0 0 0 7px;
	}

/* Skip to Main Content Link hidden from visual display - ADA */
.skip {
	display: none;
	}

/* Layout
=========================================================== */

#container {
	text-align: left;
	width: 700px;
	margin: 5px auto;
	}
#mainContent {
	float: right;
	width: 540px;
	margin: 0px;
	padding: 0px 5px;
	position: absolute;
}
#mainContent a:link {
	color: #639;
	text-decoration: underline;
	}
#mainContent  a:visited {
	color: #333;
	text-decoration: underline;
	}
#mainContent  a:hover {
	color: #000;
	background-color: #CCC;
	text-decoration: none;
	}

/* Used for 2 column layouts within mainContent. Note it is an id not a class tag */
#contentLeft {
	margin: 5px;
	padding: 0px;
	width: 250px;
	float: left;
}

/* Used for 2 column layouts within mainContent. Note it is an id not a class tag */
#contentRight {
	margin: 5px;
	padding: 0px;
	width: 250px;
	float: left;
}
/* This style is a legacy used by the calendar, news and other items */
.littletext {
	font-size: .8em;
	}
.horizontalRule {
	border-top: thin solid #000;
	clear: both;
	}
	
/* art images CSS */

div.artImage {
	float: right;
	width: 310px;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
}
div.artImage h2 {
	padding: 5px;
	font-size: 0.9em;
	}
div.artImage h3 {
	padding: 5px;
	font-size: .8em;
	}
div.artImage p {
	font: 0.85em/1.1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
div.artImage img {
	float: right;
	text-decoration: none;
}


/* Footer
=========================================================== */

#footer {
	font: .9em "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	clear: both;
	border-top: 2px solid #000;
	line-height: 1.2em;
	height: 114px;
	background: #639;
	color: #fff;
	}
#footer p {
	margin: 6px 5px 0px 8px;
	}
#footer p img {
	text-decoration: none;
	border: none;
	}
#footer p a  {
	text-decoration: none;
	color: #FFF;
	background: #639;
	border: none;
	}
#footer p a:hover  {
	text-decoration: underline;
	color: #000;
	background: #fff;
	}
#logo {
	float: right;
	margin: 1px 0 2px 0;
	}

/* Other
=========================================================== */
.clear {
	clear: both;
}
/* used to hide screen display but make structural elements available to screen readers */
.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	}
.pre {
	font: 1em Courier, sans-serif;
	background: #FFF;
	color: #000;
}
