a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
body {
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	vertical-align: top;
}
button {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.header {
	width: 740px;
}
.header td {
	background-image: url('images/header_banner.jpg');
	height: 100px;
	text-align: center;
	vertical-align: middle;
	color: white;
}
.main {
	width: 740px;
}
.main .sidebar {
	width: 150px;
	height: 350px;
	padding: 5px;
	padding-top: 20px;
	text-align: center;
	vertical-align: top;
	color: white;
}
.main .sidebar .menuOption {
	background-image: url('images/bkg_buttons.gif');
	/* border: 1px solid #CC0000; */
	padding: 3px;
}
.main .sidebar .menuLink {
	color: white;
	font-weight: bold;
}
.main .headline {
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: #CC3300;
}
.buttonBar {
	text-align: left;
	border: 1px solid #CC3300;
	padding: 5px;
}
.main .content {
	background-color: #FFFFFF;
	padding: 20px;
	padding-top: 40px;
}
.blurb {
	text-align: left;
	font-size: 12px;
}
.footer {
	width: 740px;
}
.footer td {
	height: 50px;
	/*background-color: #CC3300;*/
	text-align: center;
	vertical-align: middle;
	font-size: smaller;
	color: #666666;
	border-top: 6px double #CC3300;
}

