@charset "utf-8";
/* CSS Document */

 body {
text-align: center;
max-width: 935px;
max-height: 600px;
background-color:#000;


}

.menutext {
font-size: small;
font-family:Arial, Helvetica, sans-serif;
}

.boldtext {
	font:Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

.smalltext {
	font:Arial, Helvetica, sans-serif;
	font-size: small;
}

.whitetext {
    font-family: Tahoma;
	font-size: small;
	font-style: normal;
	color: #ffffff;
	font-weight:500;
	
	
}

.scroll {
    font-family: Tahoma;
	font-size: small;
	font-style: normal;
	color: #840000;
	font-weight:500;
	
	
}

#container
{

width: 1024px;
height:768px;
line-height: 130%;
margin-left:auto;
margin-right:auto;
text-align: left;
background: url(../images/background2011.png) no-repeat;
background-position:scroll;

}


#leftnav
{
	position:relative;
	width: 180px;
	top:250px;
	right:0px;
	left:5px;
	bottom:0px;
	color:#FFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	float:left;
	
	
}



#content
{
	position:relative;
	background-color:#fff;
	float:left;
	top:250px;
	left: 26px;
	right:100px;
	bottom:10px;
	border:thin;
	padding: 4px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#0000;
	
	width:580px;
	overflow: auto;
	
	

	
	
	
}

#news
{
	position:relative;
	clear: both;
	top:5px;
	left: 0px;
	right:0px;
	bottom:10px;
	border:thin;
	padding: 0px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#0000;
	height:30px;
	width:550px;

	

	
	
	
}
#scroller

{
	position:relative;
	float:left;
	top:145px;
	left:32px;
	
}


#footer
{
	position:relative;
	width: 1020px;
	height: 150px;
	top:302px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#FFF;
	vertical-align: middle;
	text-align: right;
	padding-right: 5px;
	clear: both;
	overflow: visible;
	background-image: url(../images/footer2011.png);
}

a.arrow:link {
	font-family: Tahoma;
	font-size: large;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	
}
a.arrow:visited {
	font-family: Tahoma;
	font-size: large;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	
}
a.arrow:hover {
	font-family: Tahoma;
	font-size:  large;
	font-style: normal;
	color: #840000;
	font-weight: bold;
	
}
a.arrow:active {
	font-family: Tahoma;
	font-size:  large;
	font-style: normal;
	color: #840000;
	font-weight: bold;
	
}

a.nav:link {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
}
a.nav:visited {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
a.nav:hover {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	color: #840000;
	font-weight: bold;
}
a.nav:active {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	color: #840000;
	font-weight: bold;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000099;
}

