/* CSS Document */

body /* Internet Explorer */ {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 1.7;
	text-align: center;
	margin: 0px;
	background: url(../media/page_bg.gif);
}

body /* Mozilla Firefox alignment */ {
	text-align: -moz-center;
} 

a:link {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
	
#menu {
	margin: auto;
	width: 850px;
	background-color: #FFFF00;
}

#container .blackbar {
	width:100%;
	height: 15px;
	background-color: #000;
}

#container {
	margin: auto;
	width: 850px;
	background-color: #FFFF00;
}

.leftTable {
	padding: 10px;
	width: 250px;
	font-weight: bold;
	text-align: left;
}

.rightTable {
	padding: 15px;
	width: 250px;
	text-align: left;
}

.blackbox {
	padding: 25px;
	color: #FFF;
	background-color: #000;
	padding: 10px;
	width: 400px;
	text-align: left;
}

.blackbox a, .blackbox:link, .blackbox:visited {
	color: #FFF;
	text-decoration: underline;
}

.blackbox a:hover {
	color: #FFFF00;
	text-decoration: none;
}

.frontImage {
	padding: 15px;
}


#footer {
clear:both;
font-size:11px;
color:#000;
line-height:18px;
margin:0 25px;
padding:13px 25px;
}

	#footer #altnav {
	width:550px;
	float:right;
	text-align:right;
	}

	#footer #copyright {
	text-align: left;
	padding-top:13px;
	padding-bottom:25px;
	}

	#footer a, #footer:link, #footer:visited {
	font-weight: bold;
	color:#000;
	text-decoration:none;
	}
	
	#footer a:hover {
	color:#333;
	}
