body
{
	font-size: 80%;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	text-align: left;
	background-image: url(../images/fade.jpg);
	background-repeat: repeat-x;
	background-color: #7488BD;
}

.container
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 25px;
	border: 1px solid #ffffff;
	background-color: #eaeaea;
}

.header
{
	width: 800px;
	height: 120px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

.blackbar
{
	width: 800px;
	height: 28px;
	background-color: #000000;	
}

.footer
{
	width: 800px;
	height: 25px;
	background-color: #c2c5e4;
	clear: both;
	color: #eaeaea;
    text-align: left;
	padding-top: 7px;
}

.footer a:hover
{
	color: #ffffff;
}

.contact
{
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	width: 800px;
	color: #eaeaea;
	text-align: center;
}

.contact a:hover
{
	color: #ffffff;
}

.button {
	color: #000000;
	background-color: #e4e4e4;
	margin: 3px;
	padding: 4px;
	padding-left: 13px;
	text-decoration: none;
}

#current {
	border-left: 3px solid #F9BA22;
	padding-left: 9px;
}

.button a:hover 
{
	color: #274b8b;
    font-weight: bold;
	text-decoration: none;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
}

.button2 {
	color: #000000;
	background-color: #e4e4e4;
	margin: 3px;
	padding: 4px;
	padding-left: 22px;
	text-decoration: none;
    font-size: 70%;
}

.button2 a:hover 
{
	color: #274b8b;
    font-weight: bold;
	text-decoration: none;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
}

#current2 {
	border-left: 3px solid #F9BA22;
	padding-left: 20px;
}

.innercontainer 
{
	padding: 0px 0px 73px 0px;
	width: 795px;
	margin-top: 1px;
	margin-bottom: -5px;
	margin-left: auto;
    color:#000000;
	background-color: #EAEAEA;
}

.left
{
	float: left;
	padding: 8px 5px 0px 0px;
	width: 130px;
	margin-right: 5px;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-style: none;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #CCCCCC;
}

.mainpage
{
 	float: right;
	width: 600px;
	padding-top: 25px;
	padding-bottom: 0px;
	margin-right: 18px;
	padding-bottom /**/ : /**/ 50px;	/* warning! hack */
}

