/*** NEW STYLE SHEET ***/
body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	background:
		url(/img/bigbg.jpeg)
		#ffffff repeat-x left top;
}

A,A:visited {
	text-decoration: none;
	font-family: trebuchet MS, sans-serif;
	font-weight: bold;
}

A:hover {
	color: #ff6600;
	font-family: trebuchet MS, sans-serif;
}

fieldset {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-radius: 5px;
	background:
		url(/img/bg.jpg)
		#ffffff repeat-y left;
}

#header_container {
	height: 190px;
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0px 0px 0.5em;
	width: 100%;
	padding-top: 0px;
	background:black;
}

#header {
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	width: 800px;
	padding-top: 0px;
	height: 163px;
	float: left;
	background:
		url(/img/banner1.png)
		no-repeat left bottom;
}

#header_toolbar {
	clear: both;
	background:
		url(/img/tlbar1.png)
		#ffffff repeat-x left bottom;
	height: 35px;
}

#header_toolbar UL {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none none;
	white-space: nowrap;
	display: inline;
	font-size: 13px;
}

#header_toolbar UL LI {
	display: inline;
}

#header_toolbar UL LI A {
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 1.1em;
	padding-right: 1.1em;
	display: inline;
	font-weight: bold;
	padding-top: 0.4em;
	padding-bottom: 0.1em;
	color: #000000;
	text-decoration: none;
	float: left;
	z-index: 1;
	font-family: trebuchet MS, sans-serif;
}

#header_toolbar UL LI A:hover {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:
		url(/img/tlbar-hov.png)
		#ffffff repeat-x left bottom;
	border: 1px solid black;
	font-family: trebuchet MS, sans-serif;
	color: #2E5977;
}

#document_container {
	clear: both;
	height:700px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	z-index: 0;
	margin: 15px auto auto 10px !important;
}

#container {
	width:800px;
	min-height: 100%;
	margin: auto;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	background-color:#FFFFFF;
}

#michelle-pic {
	float: left;
	font-style: italic;
	padding: 5px 5px 5px 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	height: 500px;
	z-index: 0;
}

#clubs {
	z-index: 20;
	float: middle;
	font-style: italic;
	text-align: justify;
	/*width:240px! important;*/
	height: 350px;
}

#clubs-text {
	width: 200px;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
}

#clubs-heading {
	font-family: trebuchet MS, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: normal;
	color: #2E5977;
}

#heading {
	font-family: trebuchet MS, sans-serif;
	font-size: 12.25pt;
	font-weight: bold;
	line-height: normal;
	color: #2E5977;
}

#left-col {
	width: 210px;
	float: left;
}

#middle-col {
	display: inline;
	float: middle;
	width: 780px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

#right-col {
	display: inline;
	width: 201px;
	float: right;
}

#crit {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;#quote {
	vertical-align: middle;
	float: left;
	font-style: italic;
	text-align: justify;
	margin-bottom: 1px;
	width: 205px ! important;
	height: 202px ! important;
	font-size: 12px;
}

#quote-text {
	padding-top: 15px;
	padding-left: 10px;
}

#citation {
	text-align: right;
	float: left;
	width: 80%;
}
}

#footer {
	text-align: center;
	font-family: Impact, Arial, Tahoma;
	font-size: 12pt;
	color: #6c6c6c;
	padding-top: 10px;
	padding-bottom: 10px;
	display: table;
	width:100%;
}

/** Image rotator styles **/
/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:190px;
	margin:0px;
	background-Color:#000000;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:none;
}
    div#rotator ul li.show {
	z-index:500
}
/** end image rotator styles **/