#container {
	width: 804px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	color: white;
	background-color: #104376;
	font-size: 12px; 
}
#banner {
	padding: 2px;
	width: 800px;
	background-color: white;
	font-size: xx-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
}
#content {
	padding: 2px;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	border-width: medium;
	border-color: #104376;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
}
#sidebar-left {
	float: left;
	width: 100px;
	margin: 0;
	padding: 2px;
	text-align: center;
}
#sidebar-right {
	float: right;
	width: 110px;
	margin: 0;
	padding: 2px;
	text-align: center;
}
#stat-right {
	float: right;
	width: 354px;
	margin: 0;
	padding: 2px;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12px; 
	font-style: italic;
}
.muffe1 {  font-family: "Times New Roman", Times, serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #FFFFFF; background-color: #104376 }
.muffe2 {  font-family: "Times New Roman", Times, serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none }
.muffeFoot1 { font-family: "Times New Roman", Times, serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #FFFFFF; background-color: #104376 }

A {
    color: #104376;
    background-color : transparent;
	text-decoration : underline;
}

A:LINK {
    color: #104376;
    background-color : transparent;
	text-decoration : underline;
}

A:VISITED {
    color: #104376;
    background-color : transparent;
	text-decoration : underline;
}

A:ACTIVE {
    color: #104376;
    background-color : transparent;
	text-decoration : underline;
}

A:HOVER {
	background-color : #5083B6;
	text-decoration : underline;
	color : #FFFFFF;
}
