@charset "utf-8";
/* CSS Document */
.Container
{
width:100%;
text-align:center;
}

.OuterContent
{
width:960px;
background-color:#006600;
padding:20px;
}

.Content
{
background-color:#FFFFFF;
border:solid 1px #000000;

}

#navigation td {
	border-bottom: 2px solid #FF0000;
	border-top: 2px solid #FF0000;
	font-weight: bold;
	}
	
	#navigation a {
	font:12px Calibri, "Calisto MT", Arial;
	color:#008000;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border-bottom:#FF0000 thick double;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#FF0000;
	
	border:1pt dotted #FF0000;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
#navigation a {
	color:#008000;
	line-height:20px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:table;
	background:14px 45% no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	
#navigation a:hover {
	background:#008000;
	color:#FFFFFF;
	}
