.layout {
	border: medium solid #005BAD;
}
#header	{
	border: medium solid #005BAD;
	height: 160px;
	margin: 0 auto;
	width: 770px;
	background-color: #CCCCCC;
}
#page {
	width: 770px;
	height: 600px;
	margin: 20px auto;
	background: #FFF;
	border: solid thin #330099;
}
a, a:link, a:active, a:visited {
	color:#666666;
}
#sidebar {
	background: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
	
#sidebar table {
	padding: 0;
	margin: 0;
	background-color: #005BAD;
}

#sidebar table tr td{
	width: 100%;
	border: none;
	border-bottom: solid 5px #999999;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align:left;
}

#sidebar table tr td a {
	color: #CCCCCC;
	display: block;
	padding: 10px 5px;
	text-decoration: none;
}

#sidebar table tr td a:hover {
	background: #9A8348;
	color: #221E1F;
	text-decoration: none;
	background-color: #53ADFF;
}

#sidebar table tr td.activePage a {
	color: #FFFFFF;
}
.URLStyle {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
}
.headerText {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #005BAD;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
li {
	padding-bottom: 10px;
}

