@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 110%;
	color: #000;
	background-color: #090;
	background-image: url(assets/images/green_baize.jpg);
	margin: 0px;
	padding: 0px;
}
#container {
	background-color: #CCC;
	background-image: url(assets/images/cbsra_logo_3.gif);
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation {
	background-color: #093;
	height: 50px;
}
#main_content a {
	color: #000;
	text-decoration: none;
}
#main_content {
	width: 740px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0px;
	margin-top: 10px;
	font-size: 90%;
	font-weight: bold;
}
table {
	width: 720px;
	border: 1px solid #039;
	border-collapse: collapse;
}
caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #039;
	text-align: left;
	padding-bottom: 5px;
}
th {
	font-size: 90%;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding: 5px;
	border: 1px solid #009;
}
td {
	padding: 5px;
	border: 1px solid #009;
}


#footer {
}

#footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #999;
	text-align: center;
}
#alt_nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#alt_nav li {
	display: inline;
	font-size: 90%;
}
#alt_nav a:link, #alt_nav a:visited {
	font-size: 90%;
	color: #006;
	margin-right: 5px;
	margin-left: 5px;
}
#alt_nav a:hover, #alt_nav a:focus, #aly_nav a:active {
	color: #F00;
	text-decoration: none;
	font-size: 90%;
	background-color: #060;
}
.leftimage {
	float: left;
	margin-right: 10px;
}
.rightimage {
	float: right;
	margin-left: 8px;
}
.centered {
	text-align: center;
}

