*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial, sans-serif;
}
a{
	text-decoration: none;
}
.empty{
	clear: both;
}
#wrapper{
	width:780px;
	margin: 0 auto;
	background: url('bg_repeat.jpg') repeat-y;
}
#header{
	width: 758px;
	height: 235px;
	margin: 0 auto;
	background: url('header.jpg') no-repeat;
	border-right: 1px solid #ffc10e;
}
#header2{
	width: 758px;
	height: 235px;
	margin: 0 auto;
	background: url('header2.jpg') no-repeat;
	border-right: 1px solid #ffc10e;
}
#left_side{
	float: left;
	width: 576px;
	margin: 0 0 0 9px;
	display:inline;
}


#topNav{
	margin: 0 0 0 3px;
	padding: 0 0 0 0px;
	background: url('nav_bg.jpg') repeat-x top; 
}

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

ul#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#nav a {
	font-weight: bold;
	color: #4a419a;
	text-decoration: none;
}

#nav a:hover {
	color: #ffc10e;
}


#nav li li a {
	display: block;
	font-weight: normal;
	color: #4a419a;
}

#nav li li a:hover {
	border: 5px solid #ffc10e;
	border-width: 0 3px;

}

#nav li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	margin: 5px 0 0 0;
	width: 45px;
	background-color: white;
	border-bottom: 1px solid #ffc10e;
	border-width: 1px 0;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: white;

	border: solid 1px #ffc10e;
}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: white;
	border: 0;
}

#nav li:hover ul, li.over ul {
	display: block;
}

#content{
	font-size: 12px;
	color: #4a419a;
	line-height: 18px;
	padding: 10px 15px 0;
}
.content_pair{
	line-height: 16px;
	padding: 0 0 40px 0;
}
#content p{
	padding: 0 0 3px 0;
}
#content img.right{
	float:right;
	margin: 0 0 18px 18px;
	border: 2px solid #4a419a;
}
#content img.right2{
	float:right;
	margin: 0 0 14px 14px;
	border: 2px solid #4a419a;
}
#content img.left{
	float:left;
	margin: 0 18px 18px 0;
	border: 2px solid #4a419a;
}
#content img.center{
	text-align: center;
	margin: 0 18px;
	border: 2px solid #4a419a;
}
#content a{
	color: #d7a51f;
}
#content a:hover{
	color: #9f7a17;
}
#content h2{
	line-height: 20px;
}
#content li{
	margin: 0 0 5px 15px;
}
#right_side{
	display: inline;
	text-align: center;
	margin: 0 10px 0 0;
	float: right;
	width: 185px;
	background: #ffc10e;
	display: inline;
}
#right_side h1{
	color: #4a419a;
	font-size: 14px;
	padding: 3px 0;
}
#right_side h2{
	font-size: 14px;
	padding: 0 0 3px;
}
#right_side h3{
	font-size: 12px;
	color: #fff;
}
#right_side p{
	padding: 0 0 0 4px;
	font-size: 12px;
	line-height: 15px;
}
#email_signup{
	background: url('sidebar_bg.jpg') repeat-x top;
}
#email_box{
	text-align: left;
	background: url('bluebox_bg.jpg') repeat-x top #4a419a;
	border-left: 2px solid #ffc10e;
	border-right: 2px solid #ffc10e;
	margin: 0 auto;
	padding: 5px 0 0 5px;
}
#email_box h3{
	padding: 1px 0 0 1px;
}

.submit-btn{
	text-align: left;
	padding: 2px 0 0 0;
}
.spotlight_box{
	padding: 5px;
	color: #fff;
	text-align: left;
	background: url('bluebox_bg.jpg') repeat-x top #4a419a;
	border-left: 2px solid #ffc10e;
	border-right: 2px solid #ffc10e;
	width: 170px;
	margin: 0 auto;
}
#upcoming_box{
	padding: 5px;
	color: #fff;
	text-align: left;
	background: url('bluebox_bg.jpg') repeat-x top #4a419a;
	border-left: 2px solid #ffc10e;
	border-right: 2px solid #ffc10e;
	margin: 0 auto;
}
#logos_box{
	color: #fff;
	text-align: left;
	background: #ffffff;
	border-left: 2px solid #ffc10e;
	border-right: 2px solid #ffc10e;
	border-bottom: 22px solid #ffc10e;
	margin: 0 auto;
	padding: 0 3px 0 6px;
}
#logos_box img{
	padding: 10px 0;
}
#upcoming_box p{
	font-size: 11px;
	line-height: 13px;
	padding: 0 0 3px 4px;
}
#footer{
	border-top: 2px solid #4a419a;
	background: #ffc10e;
	width: 760px;
	height: 80px;
	margin: 0 0 0 10px;
}
#bot_nav a{
	padding: 3px 0 0 0;
	font-size: 15px;
	color: #4a419a;
}
#bot_nav ul{
	margin: 0 auto;
	width: 500px;
}
#bot_nav li{
	display: inline;
	list-style: none;
	margin: 0 5px 0 0;
}
#bot_home a{
	text-align: center;
	width: 60px;
	height: 20px;
	float: left;
	padding: 0 0 5px 0;
}
#bot_home a:hover{
	color: #ffc10e;
	background: url('rollovers/bothome_hover.jpg') no-repeat top center;
}
#bot_contact a{
	text-align: center;
	width: 90px;
	height: 20px;
	float: left;
	padding: 0 0 5px 0;
}
#bot_contact a:hover{
	color: #ffc10e;
	background: url('rollovers/botcontact_hover.jpg') no-repeat top center;
}
#bot_give a{
	text-align: center;
	width: 62px;
	height: 20px;
	float: left;
	padding: 0 0 5px 0;
}
#bot_give a:hover{
	color: #ffc10e;
	background: url('rollovers/botgive_hover.jpg') no-repeat top center;
}
#bot_locat a{
	text-align: center;
	width: 72px;
	height: 20px;
	float: left;
	padding: 0 0 5px 0;
}
#bot_locat a:hover{
	color: #ffc10e;
	background: url('rollovers/botlocat_hover.jpg') no-repeat top center;
}
#bot_sitemap a{
	text-align: center;
	width: 79px;
	height: 20px;
	float: left;
	padding: 0 0 5px 0;
}
#bot_sitemap a:hover{
	color: #ffc10e;
	background: url('rollovers/botsitemap_hover.jpg') no-repeat top center;
}
#bot_privacy a{
	text-align: center;
	width: 115px;
	height: 20px;
	float: left;
	padding: 0 0 5px 0;
}
#bot_privacy a:hover{
	color: #ffc10e;
	background: url('rollovers/botprivacy_hover.jpg') no-repeat top center;
}
#footer_cap{
	width: 780px;
	height: 31px;
	margin: 0 auto;
	background: url('footer.jpg') no-repeat center bottom;
}
table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 520px;
	margin: 10px auto;
}
th {
	padding: 0 0.5em;
	text-align: left;
}

tr.yellow td {
	border-bottom-color: #4a419a;
	border-top-color: #4a419a;
	color: #4a419a;
	border-top: 1px solid;
	border-bottom: 1px solid;
	background: #ffc10e;
}

td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
}

td:first-child {
	width: 50px;
}

td+td {
	border-left: 1px solid #CCC;
	text-align: center;
}
.third_column{
	text-align: left;
}
.indent{
	margin: 0 0 0 20px;
}

.indent2{
	margin: 0 0 0 30px;
	font-style: italic;
}

.bold{
	font-weight: bold;
}
.thanks{
	color: #ffc10e;
}

hr {
	background: #4a419a; 
	color: #4a419a;
	clear: both; 
	float: none; 
	width: 60%; 
	height: 1px;
	margin: 5px 0 5px 15px;
	border: none; 
}