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

body{
    background: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 800px;
	height: auto;
	margin-left:auto;
	margin-right: auto;
	border: #0000CC 6px double;
	background:#FFFFCC
	}

#banner{
	width: 800px;
	height: auto;
	border: #000099 4px;
	color: #0000FF
}
#header{
	width: 800px;
	height: auto;
	font-weight:bold;
	color:#000000;
}
#navigation{
	width: 800px;
	height: 30px;
	font-weight: bold;
	}

#navigation a {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
	
#navigation a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;

}


#main {
	width:780px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding: 0 2px 0 2px;
	
	}
	
#main a {
	color: #0000FF;
	font-weight:normal;
	text-decoration: inherit;
}

#main a:hover {
    color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
}

#footer {
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	padding: 0 2px 0 2px;
	border: 0;
	}
	
#footer a {
    border: medium;
	color: #FF0000;
	text-decoration: inherit;
	}
	
#footer a:hover {
    border: medium;
    color: #FF0000;
	text-decoration: underline;
	border-bottom-color:#FF0000;
	
	}





