body
{
color: #444;
margin: 0;
padding: 0;
background: #FFF url(img/background2.gif) repeat-y;
font: 85%/130% arial, helvetica, sans-serif;
}

#header { background: #000000; }

#header h1
{
margin: 0;
padding: 0;
width: 750px;
height: 140px;
background: url(img/banner3_Top.jpg) no-repeat;
}

#header h1 em
{
position: absolute;
left: -1000px;
width: 900px;
}

#topnav
{
float: left;
width: 100%;
background: GRAY url(img/navstrip.jpg) repeat-y;
border-top: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
}

#topnav ul
{
width: 750px;
float: left;
padding: 0;
margin: 0 0 0 40px;
list-style-type: none;
background: url(img/nav-line.jpg) repeat-y 0 0;
}

#topnav li { display: inline; }

#topnav li a
{
display: block;
float: left;
padding: 7px;
text-align: center;
background: url(img/nav-line.jpg) repeat-y 100% 0;
font-weight: bold;
color: BLACK;
text-decoration: none;
}

#topstrip
{
clear: both;
height: 20px;
background: #000000 url(img/Banner3_Bottom.jpg) no-repeat;
font-size: 1px;
} 

#content
{
clear: both;
float: left;
width: 680px;
display: inline;
margin: 20px 50px 20px 40px;
}

#content .intro
{
font-size: 120%;
background: #C0C0C0;
padding: 7px;
color: black;
font-weight: bold;
line-height: 130%;
margin-bottom: .5em;
}

#content ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

#content ul li
{
padding: 0 0 0 15px;
background: url(img/arrow.gif) no-repeat 0 .4em;
}


#content h2
{
margin-bottom: 0;
color: black;
font-size: 140%;
line-height: normal;
}

#content p { margin: 0 0 1.5em 0; }

#content a
{
color: #0E1D6D;
text-decoration: none;
}

#content a:link { border-bottom: 1px solid #616A9C; }

#content a:visited
{
color: #5E6200;
border-bottom: 1px solid #929554;
}

#content a:hover, #content a:active
{
color: #600;
border-bottom: 1px solid #930;
}

#upcoming
{
float: left;
width: 160px;
padding: 20px 20px 0 0;
font-size: 75%;
}

#banners
{
float: left;
width: 160px;
padding: 20px 20px 0 0;
}

#banners img
{
margin-bottom: 20px;
display: block;
border: 0;
}

#footer {
    position: absolute;
	left: 0;
    bottom: 0;
	width: 750px;
	background: #C0C0C0;
}

.floatRight
{
	float: right;
	width: 300px;
}

.floatLeft
{
	float: left;
	width: 300px;
}