@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	background-image: url(../images/bg.jpg);
}

#container
{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#headerContainer
{

}

#header
{
	background-image: url(../images/logo.png);
	height: 150px;
	background-repeat: no-repeat;
	float: left;
	width: 158px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#slogan
{
	float: left;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	padding-top: 70px;
	padding-right: 90px;
	padding-bottom: 50px;
	padding-left: 90px;
	letter-spacing: 5px;
}

#navigation
{
	float: left;
	margin-left: 20px;
	clear: right;
}

#navigation ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation li
{
	text-decoration: none;
	float: left;
}

#navigation li a
{
	color: #88489C;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	background-image: url(../images/navBg.png);
	width: 93px;
	display: block;
	background-repeat: no-repeat;
	margin-right: 5px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

#navigation li a:hover
{
	color: #88489C;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	background-image: url(../images/navBgHover.png);
	width: 93px;
	display: block;
	background-repeat: no-repeat;
	margin-right: 5px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

#topPage
{
	background-image: url(../images/pageTop.png);
	height: 20px;
}

#mainBody
{
	background-color: #FFF;
	padding: 10px;
	min-height: 500px;
}

#mainBodyLeft
{
	background-image: url(../images/welcomeBoxBg.png);
	background-repeat: no-repeat;
	height: 270px;
	width: 603px;
	padding: 10px;
	float: left;
}

#mainBodyRight
{
	float: right;
	width: 287px;
	padding: 10px;
}

#mainBodyBottom
{
}

#mainBody h1
{
	font-size: 14px;
	color: #894B9E;
}

#mainBody a
{
	color: #894B9E;
}

#footer
{
	padding: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #8B4E9E;
	background-color: #734183;
	color: #FFF;
	text-align: center;
}

#clear
{
	display: block;
	height: 0px;
	clear: both;
}

.enter a
{
	color: #FFF;
}

