/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	text-align:center;
	}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:0;
	margin-top:0;
	color:#990099;
}

h1 {
	font-size:175%;
	font-weight:bold;
	}

h2 {
	font-size:125%;
	font-weight:bold;
	}

h3 {
	color:#000000;
	font-weight:bold;
	font-size:100%;
	}

p {
	margin-top:0;
}

#header {
	min-width:750px;
	height:100px;
	margin:0px auto 5px auto;
	text-align:left;
}

#header .colorbar {
	background-color:#990099;
	background-image:url(images/masthead-gradient.jpg);
	background-repeat:repeat-y;
	}
	
#header #background {
	height:60px;
	}
	
#header #tagline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	width:500px;
	height:20px;
	margin-top:-57px;
	font-size:72%;
	margin-left:95px;
	color:#000000;
}

#header #headerlogo1 {
	width:75px;
	height:59px;
	position:relative;
	margin-top:-32px;
	margin-left:0px;
	z-index:1;
}

#header #headerlogo2 {
	width:250px;
	height:36px;
	position:relative;
	margin-top:-33px;
	margin-left:105px;
}

#header #racingstripe {
	position:relative;
	height:5px;
	margin-top:10px;
	}
	
#header #utilities {
	position:relative;
	width:600px;
	height:25px;
	margin-top:-20px;
	margin-left:375px;
	list-style: none inside;
}

#header #utilities li {
	width:85px;
	float:left;
	text-align:center;
	padding-left:3px;
	margin-left:3px;
}

#header #utilities li a {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:70%;
	color:#000000;
	text-decoration:none;
	width:85px;
	height:20px;
	text-transform:uppercase;
	padding-top:5px;
	border-color:#FFFFFF;
	border-style:double;
	border-width:thin;
	background-color:#FFFF99;
}

/*
	Position of three columns has some goofy stuff to support IE5.
	For more info, see: http://glish.com/css/7.asp
*/

#menu {
	position:absolute;
	text-align:left;
	left:10px;
	top:120px;
	width:200px;
	background-image:url(images/menu-highlight-gradient.jpg);
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}

#menu h2 {
	background-image:url(images/menu-header-gradient.jpg);
	background-repeat:repeat-y;
	color:#FFFFFF;
	padding:2px;
}

#menu ul {
	margin-top:0;
	margin-bottom:15px;
}

#menu ul li ul {
	margin-bottom:0;
}

#menu li {
	list-style-type:none;
	margin-left:-25px;
	font-size:80%;
}

#menu a {
	color:#000000;
}

#content {
	text-align:left;
	margin-left: 219px;
	margin-right:219px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 221px;
	margin-right:221px;
}
html>body #content {
	margin-left:221px;
	margin-right:221px;
}

#pullouts {
	position:absolute;
	text-align:left;
	right:10px;
	top:120px;
	width:200px;
}

#pullouts #events {
	background-color:#0099FF;
	color:#FFFFFF;
	margin-bottom:10px;
	padding:8px;
}

#pullouts #events h2 {
	color:#FFFFFF;
	text-align:left;
	margin-top:0;
}

#pullouts #events h3 {
	color:#000000;
	text-align:left;
	margin-top:2px;
}

#pullouts #events a {
	color:#000000;
}

#pullouts #ad {
	text-align:center;
}

#pullouts #ad a, #pullouts #ad img {
	border-style:none;
}

.adcaption {
	font-size:70%;
	text-transform:capitalize;
	text-align:center;
}

.centered {
	text-align:center;
	}
