@charset "utf-8";
/* CSS Document */
body {background-color:#293842;
	margin-top: 0;
	padding-top: 0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	padding-bottom: 0;
	font-family: Verdana, Trebuchet MS, Arial, Tahoma;
	font-size: 12px;
	line-height:1.5;
	background-image: url('images/ball.jpg');
	background-repeat:no-repeat;
	background-position: 785px 110px;
        cursor: default;
	height: 100%;
}

body a {
        /*text-decoration:none;*/
        color:#000000;
}


small {
        font-size: 9px;
}


#nav   {
        overflow:auto;
}

#header{
	width: 100%;
	background: url('images/logo.jpg') #fff no-repeat;
	height: 75px;
	background-position:25px 50%;
	}

#container {
	margin: auto;
	width: 100%;
	margin-top: 0;
	padding-top: 0;
        height:100%;
}


#footer {
	height:20px;
	background-color:#ffffff;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	font-size:11px;
	vertical-align:middle;
	padding-left:5px;
}

#footer a {
	text-decoration:underline;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;

}

#spacer_o {
	border-top: 1px solid #000000;
	background-color:#FFA200;
	height:5px;
        line-height:5px;
}

#spacer_b {
	border-bottom: 1px solid #000000;
	background-color:#1879AD;
	height:5px;
	float:none;
}

h1 {
	font-size: 18px;
	color: #FFA200;
	margin:0px;
	}

#content {
	background-color:#FFFFFF;
	padding-bottom:10px;
	padding-right:20px;
	padding-left:20px;
	padding-top:10px;
	width:761px;
	background-position:right top;
	background-repeat:no-repeat;
	border-right: 1px solid #000000;
	background-image:url(images/com.jpg);
        height:450px;
        overflow:auto;
        overflow-x:hidden;
	font-family: Verdana, Trebuchet MS, Arial, Tahoma;
}


ul#mainlevel-nav{
	margin: 0;
	padding: 0;
	height: 35px;
	width:100%;
	float: left;
	border-bottom:1px solid #000000;
	background-color:#1879AD;
	background-image:url(images/bg_off.gif);
	border-top:1px solid #000000;
}

ul#mainlevel-nav li{
	text-transform: uppercase;
	letter-spacing: 1px;
	white-space: nowrap;
	display: block;
	margin: 0;padding: 0;
	width: auto;
	float: left;
	border-right: 1px solid #000000;
	background-color:#1879AD;
	background-image:url(images/bg_off.gif);
	border-bottom:1px solid #000000;
}

ul#mainlevel-nav li a{
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: transparent;
	display: block;
	padding-right: 10px;
	padding-left: 11px;
	background-repeat: repeat-x;
	text-transform: uppercase;
	line-height: 35px;
	font-weight: bold;
}

ul#mainlevel-nav li a:hover{
	background-color: #186F9E;
	background-image:url(images/bg_on.gif);
}

