﻿body {
	margin: 0;
	padding: 0;
	font: arial;
	background-color: #c299c2;
}
#wrapper {
	margin: .6em auto .6em auto;
	padding: 0px;
	width: 80%;
	max-width: 1300px;
	border: 2px solid #ffffff;
	background-color: #ffffff;
}
#header {
 	padding: 30px;
	text-align: center;
	background-color: #660066;
	color: #ffffff;
}
#breadCrumb {
	min-height: 1.4em;
	padding-top: .5em;
	padding-bottom: .5em;
 	padding-left: 1em;
	padding-right: 1em;
	border-bottom: 1px solid #660066;
	font-size: 1em;
	color: #000000;
}
/*BEGIN Navigation Styles*/
.nav {
	float: left;
	width: 200px;
}
.nav .headerbar {
	font: bold 13px;
	color: #ffffff;
	background-color: #660066; 
	margin-bottom: 0;  /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 31px; 
}
.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; 
}
.nav ul li {
	padding-bottom: 2px; 
}
.nav ul li a {
	font: normal 12px;
	display: block;
	padding: 9px 0;
	line-height: 20px;
	padding-left: 9px; 
	text-decoration: none;
	background: #f0e6f0;
	color: #660066;
}
.nav ul li a:visited {
	color: #660066;
}
.nav ul li a:hover { 
	background-color: #660066;
	color: #f0e6f0;
}
#navAdspace {
	padding-left: 0;
	background: #f0e6f0;
	line-height: 1.4em;
	text-align: center;
}
#content {
	margin-left: 200px;
 	padding: 2em;
	text-align: left;
	vertical-align: top;
	line-height: 1.2em;
	color: #1a1a14;
}
#footer {
	clear: both;
	border-top: 1px dotted #660066;
	padding: .1em;
	line-height: .8em;
	font-size: .8em;
	text-align: center;
}
/* Heading Styles */
h1 {font-size: 1.6em; line-height: 1em; color: #000000;}
h2 {font-size: 1.2em; text-align: center; text-decoration: underline; line-height: 1em; color: #000000;}
/* Link Styles */
a:link {text-decoration: none; color: #660066;}
a:visited {text-decoration: none; color: #c299c2;}
a:hover, a:active {text-decoration: none; text-decoration: underline; color: #c299c2;}
/* --- Font Styles --- */
.font1 {font-size: 2em;}
.font2 {font-size: 1.3em; font-weight: bold;}
.fontLarge {font-size: 1.2em; font-weight: bold; }
/* --- Center ---*/
.center {text-align: center;}
/* List Styles */
.ulNs {list-style-type: none;}
li {padding-bottom: 9px;}
/* --- Floats ---*/
.floatLeft {float: left;}
.floatRight {float: right; padding-left: 1em; padding-right: 1em;}
.clr {clear: both;}
/* --- List Styles ---*/
ul {list-style-type: none;}

table.tableData {margin: auto; border: 1px solid; border-spacing: 0;}
table.tableData th {border: 1px solid; padding: 5px;}
table.tableData td {border: 1px solid; padding: 5px;}

@media screen and (max-width: 800px) {
#wrapper {width: 98%;}
}
@media screen and (max-width: 480px) {
#skipTo {display: block;}
.nav {width: 100%;}
#content {width: 100%; float: left; clear: left; margin: 0 0 4px; padding: 0;}
#footer {line-height: 1.2em;}
li {line-height: 1.8em;}
}