#topnav
{	
	width:100%;	
	position:relative;
	top:110px;
	z-index:4;
}

#page
{
	position:relative;
	top:-30px;
	z-index:1;
	clear: right;
	background-image: url(/images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
}

.BodyText {
	font-size: 12px;
	color: #000000;
	padding: 5px 20px 0px 20px;
	font-weight: normal;
	text-align: justify;
}
.BodyText-NoPad
{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.BodyText-White {
	font-size: 12px;
	color: #FFFFFF;	
	font-weight: normal;
}
.BodyText-Bold {
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
}
.Title-Purple {
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #650460;
	text-transform: uppercase;
}
.Title-Purple-Small {
	font-size: 12px;
	font-weight: bold;
	color: #650460;
	text-transform: uppercase;
}
.Title-Orange {
	color: #FFD204;
	font-size: 16px;
	font-weight: normal;
}
a.SideNav-Orange:link,a.SideNav-Orange:hover,a.SideNav-Orange:visited,.SideNav-Orange {
	font-size: 11px;
	color: #FFD204;
	text-decoration:none;
	padding-right:10px;
	line-height: 22px;
	font-weight: bold;
}
a.SideNav-White:link,a.SideNav-White:hover,a.SideNav-White:visited,.SideNav-White {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	padding-right:10px;
	line-height: 18px;
}

a.SideNav-Current:link,a.SideNav-Current:hover,a.SideNav-Current:visited,.SideNav-Current {
	font-size: 11px;
	color: #DE8006;
	text-decoration:none;
	padding-right:10px;
	line-height: 18px;
}

#sidebar_bottom
{
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
}