body,td,input,select,li,ul {
	font-family: verdana;
	font-size: 11px;
}
body {
	background-color: #9A9A9A;
}
.topNav {
	background-image: url(images/Top_Nav_Tile.gif);
	background-repeat: repeat-x;
	height: 30px;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}
.sideNav {
	background-image: url(images/Side_Nav_Tile.gif);
	background-repeat: repeat-x;
	padding: 10px;
	border-right: 1px solid #CC9900;
	border-left: 1px solid #CC9900;
	vertical-align: top;
	background-color: #FFFFFF;
}
.mainContent {
	vertical-align: top;
	border-right: 1px solid #CC9900;
	padding: 10px;
	background-color: #FFFFFF;
}
a.sideLinkButton,a.sideLinkButton:active,a.sideLinkButton:visited {
	text-decoration: none;
	color: #6F2323;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 100%;
	padding: 8px;
	border: 2px solid #6F2323;
	margin-bottom: 5px;
}
a.sideLinkButton:hover {
	background-color: #F2E4BC;
}
.bottomNav {
	height: 48px;
	background-color: #6F2323;
	text-align: right;
	padding: 10px;
	color: #FFFFFF;
}
a.whiteLink,a.whiteLink:active,a.whiteLink:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.whiteLink:hover {
	text-decoration: underline;
}
.pageHeader {
	font-size: 14px;
	font-weight: bold;
}
a,a:active,a:visited {
	color: #000000;
}
