@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
#wrapper {
	position: relative;
	width: 850px;
	margin: 20px auto;
	text-align: left;
	border: thin dotted #000000;
	}
#clear {
	clear: both;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#header {
	position: relative;
	}
 #header p {
	margin: 5px 0px 10px 0px;
	text-align: center;
	font-style: italic;
}
#header h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000099;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 15px 0 15px;
}
#header a {
	font-weight: bolder;
	color: #660000;
	text-decoration: none;
}
#header a:hover {
	color: #666666;
	text-decoration: underline;
}



#leftNav {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1.9em 0 0 1em; /* padding keeps the content of the div away from the edges */
}
#leftNav p {
	margin: 2em 1em .5em 1.5em;
	font-size: 80%;
	font-style: italic;
}
#leftNav p.NoSpceTopIndent {
	margin: -.5em 1em .5em 2em; 
	font-size: 80%;
	font-style: italic;
}

#leftNav ul,li {
	margin: 0px;
	padding: 0px;
}
#leftNav li {
	list-style-type: none;
	font-size: 85%;
	margin: 0 0 1em 1em;
	padding: .5em 0 .1em .1em;
	border-bottom: 1px dotted #660033;
}
#leftNav .boldHighlight {
	font-weight:bold;
	color:#663300;
}
#leftNav li a {
	display: block;
	text-decoration: none;
	color: #6666FF;
}
#leftNav a:hover {
	background-color:#CCFFFF;
}
#leftNav .indentLast {
	margin-left: 3em;
}
#leftNav .indent1 {
	margin-left: 2em;
}
#leftNav .indent {
	margin-left: 1em;
	color: #660066;
}

#staffContent {
	margin: 20px 10px 20px 200px;
	}
#staffContent h2 {
	margin: 20px 10px 10px 10px;
	line-height: 20px;
	font-style: italic;
	font-size: 1em;
}
#staffContent h3 {
	margin: 10px 10px 10px 10px;
	font-weight: bold;
	font-size: 1.2em;
}

#staffContent p {
	margin: 0px 10px 7px 10px;
}

.boldText {
	font-weight: bold;
}
#staffContent p.indentText {
	margin-left: 30px;
}
#staffContent p.indentText2 {
	margin-left: 50px;
}
#staffContent p.spaceAbove {
	margin-top: 20px;
}
#staffContent a {
	font-weight: bolder;
	color: #660000;
	text-decoration: none;
}
#staffContent a:hover {
	color: #666666;
	text-decoration: underline;
}

#fullWidth-Content {
	margin: 10px 10px 10px 10px;
	}
#fullWidth-Content h2 {
	margin: 20px 10px 10px 10px;
	line-height: 20px;
	font-style: italic;
	font-size: 1em;
}
#fullWidth-Content h3 {
	margin: 20px 10px 10px 10px;
	font-weight: bold;
	font-size: 1.2em;
}

#fullWidth-Content p {
	margin: 0px 10px 7px 10px;
}
#fullWidth-Content ul,li {
	margin: 0px;
	padding: 0px;
}

.boldText {
	font-weight: bold;
}
#fullWidth-Content p.indentText {
	margin-left: 30px;
}
#fullWidth-Content p.indentText2 {
	margin-left: 50px;
}
#fullWidth-Content p.spaceAbove {
	margin-top: 20px;
}
#fullWidth-Content a {
	font-weight: bolder;
	color: #660000;
	text-decoration: none;
}
#fullWidth-Content a:hover {
	color: #666666;
	text-decoration: underline;
}



#content {
	margin: 20px;
	}
#content h2 {
	margin: 10px 10px 10px 10px;
	font-weight: normal;
	font-size: 1em;
	line-height: 20px;
}
#content h3 {
	margin: 10px 10px 10px 10px;
	font-weight: bold;
	font-size: 1.2em;
}

#content h4 {
	font-size: 1em;
	margin: 20px 10px 20px 10px;
}

#content p {
	margin: 0px 10px 7px 10px;
}
#content a {
	font-weight: bolder;
	color: #660000;
	text-decoration: none;
}
#content a:hover {
	color: #666666;
	text-decoration: underline;
}



hr {
	margin: 20px 20px 20px 10px;
}
#staffContent td {
	vertical-align: text-top;
}
#staffContent table {
	margin-left: 10px;
	width: 600px;
}
#staffContent ul,li {
	margin: 0px 0px 5px 15px;
}
#staffContent li.indentDash {
	margin: 0px 0px 0px 35px;
	list-style-type: circle;
}

#wrapper #staffContent hr {
	margin: 2px 10px 10px 10px;
}
#staffContent h4 {
	margin-left: 25px;
	font-size: 1em;
}
#leftNav .boldHighlight3 {
	font-weight: bold;
	margin-left: 3em;
	color: #660000;
}
#fullWidth-Content li {
	margin: 0px 0px 0px 70px;
}
img {border: 0;
}
