@charset "utf-8";
body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #67b1e2;
}

#nav .selected {
	color: #67b1e2;
}

#main #left #nav td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
#main #left #nav .topleft {
	border-style: none;
}
#main #left #nav .topright {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
#main #left #nav .left {
	border-left-style: none;
}
#main #left #nav .bottomleft {
	border-left-style: none;
}

div.outerbox {
	width: 100%; 
	margin-top: 128px;
	margin-right: 46px; 
	
}

#blue {
	width: 366px; margin-top: 6px; margin-left: 8px; margin-right: 8px;
}

div.trans25 {
	width: 100%; 
	background-color: #0965ae;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.70;
	border:0px solid black; 
}
div.trans50 {
	width: 100%;
	background-color: #064B84;
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	border:0px solid black;
}
p {
	margin: 4px 0px;
	padding: 0px;
}

#numbers #selected {
	color: #FFFFFF;
}
#numbers {
	color: #939598;
}
#numbers a {
	color: #939598;
}
#numbers a:link {
	color: #939598;
}
#numbers a:hover {
	color: #67B1E2;
}
