
body {
    BACKGROUND: url(../images/bg.gif) #ffffff repeat-y center top;
	PADDING: 0px; 
	MARGIN: 0px; 
	
	SCROLLBAR-FACE-COLOR: #9eb1c5; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-3DLIGHT-COLOR: #dddddd; 
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-COLOR: #cccccc; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	}
a {
	text-decoration: none;
	color:#900;
}
a:hover {
	text-decoration: underline;
	color:#000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #54396A;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.textitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

li
{
background-image: url(../images/bullet_globe.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 1.5em;
}

ul
{
list-style-type: none;
padding: 0;
margin: 0;
}
ul#nav li {
line-height: 18px;
}
#sponsor {
border-top:2px solid #999999;
}
#schedule td {
border-top: 1px solid #CCC;	
}

#footer {
	margin-left: 1px;	
	
}
#footer ul, #footer li {
	list-style:none;
	background-image: none;
}
.sponsors {
	background: #fff;
	height: 180px;
	margin: 0 auto;
	border: 0px solid #c757ab;
	float:left;
}
p#sponsor_header {
	height: 25px;
	line-height: 24px;
	background: #0099cc;
	margin: 0 auto;
	padding-left: 20px;
	font-weight: bold;
	text-align: center;
}
.sponsors img {
	margin:  25px 21px;
	border: 0px solid #ccc;
}
.main {
	padding: 0 5px;
}
.prev {
	float:left;
	cursor:pointer;
	margin: 30px 2px 0 0;
}
.next {
	float:right;
	cursor:pointer;
	margin: 30px 0 0 2px;
}