html, body {
	height:100%
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/site_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
h1 {
	font-family: Impact, Impact5, Charcoal6, sans-serif;
	font-size: 24px;
	font-weight:normal;
	color: #012C84;
	line-height: normal;
	margin-left:30px;
	margin-right:30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D10014;
	line-height: normal;
	margin-left:30px;
	margin-right:30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003399;
	margin-left:30px;
	margin-right:30px;
	margin: 0px;
	line-height: 16px;
}
.events hr{
	color: #D10014;
	background-color: #D10014;
	height: 4px;
	margin-left:30px;
	margin-right:30px;
	margin-top: 0px;
	margin-bottom: 0px;
} 

.events li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	color:#333333;
	margin-top: 0px;
	margin-bottom:6px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:0px;
	}
	
P {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	color:#333333;
	margin-top: 0px;
	margin-bottom:6px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:8px;
}

a {
	color: #D10014;
	text-decoration:none;
}
a:visited, a:active {
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
.nav_bg {
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
.nav_bg_table {
	margin-left:14px;
	background:#000000;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
.nav_bg_table P {
	color:#FFFFFF;
	margin:0;
	padding:0;
	font-size:11px;
	line-height:20px;
}

.nav_bg_table TH {
	color:#FFFFFF;
	background-color:#D10014;
	margin:0;
	padding:0;
	font-size:12px;
}
.bio_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #5B5B5B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
}
.content TH {
	background-color:#D10014;
	font-size:16px;
	color:#FFFFFF;
}

.content HR {
	margin-left:60px;
	margin-right:100px;
}
.content UL {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#666666;
	margin-bottom:6px;
	margin-top:0px;
	padding-left:60px;
	padding-right:100px;
	font-weight:bold;
}
.leftNav {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 150px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.leftNav li a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
}
* html .leftNav li a { /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 150px;
}
.leftNav li a:visited, .leftNav li a:active {
	color: white;
}
.leftNav li a:hover {
	background-color: #D10014;
	color: #FFFFFF;
}

.redtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#D10014;
}

p#news{
font-size:11px;
line-height:12px;
margin-left: 10px;
margin-right: 10x;
margin-bottom: 6px;
margin-top: 0px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

p#news a {
	color: #FFFFFF;
	text-decoration:none;
}
p#news a:visited, p#news a:active {
	text-decoration: none;
}
p#news a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}


a.boldbuttons{
background: transparent url('../images/roundedge-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('../images/roundedge-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}



