@charset "utf-8";
/* 
	CSS Document 
	Standard browser version
*/

/* Global constants */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-color: #575757;
	font-size: 12px;
	margin: 0px auto;
	text-align: center;
	background: url('../graphics/tail_3.jpg') repeat-x;
	background-color: #d5e6f7;
	background-attachment: fixed;
	background-position: center;
}
input, textarea, select{			     
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: middle;		
	color: #000000;
}
img {
	border: 0px;
}
h1, h2, h3, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-color: #575757;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
table, th, td {
	font-size: 12px;
}
a:link {
	color: #0c3c8b;
}
a:hover, a:visited {
	color: #6090df;
}

/* IDs */
#bg_head {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 274px;
	background: url('../graphics/head.jpg') repeat-x center;
	z-index: -5;
}
#main {
	width: 766px;
	margin: 0px auto;
	text-align: center;
	background-color: #ffffff;
	position: relative;
/*	border-left: 2px solid black;
	border-right: 2px solid black;*/
}
#header {
	clear: both;
	height: 274px;
	margin: 0px;
	position: relative;
}
#content {
	clear: both;
	text-align: left;
	margin: 10px 10px 10px 15px;
}
#footer {
	margin-top: 10px;
	clear: both;
}
#issues {
	table-layout: auto;
	border-collapse: separate;
	border: 1px solid #ffffff;
	padding: 3px;
}
#issues th {
	background-color: #0c3c8b;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#issues td {
	text-align: center;
	vertical-align: middle;
}
#issues .col1 {
	background-color: #6090df;
	color: #ffffff;
	font-weight: bold;
}
#link_box {
	position: absolute;
	top: 150px;
	left: 20px;
	z-index: 1;
}
#link_divider {
	position: absolute;
	top: 265px;
	left: 30px;
	z-index: 1;
}
#volOptions {
	display: none;
}
#notice {
	background: #ffffff;
	opacity: 0.8;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	padding: 2px auto;
	width: 100%;
	height: 30px;
	margin: auto;
}

/* Classes */

.clear {
	clear: both;
}

.copy {
	margin: 10px;
}

.content_2col_left {
	float: left;
	width: 230px;
	margin-left: 10px;
}
.content_2col_right {
	float: right;
	width: 230px;
	margin-right: 10px;
}

.footer_col {
	margin: 0px 10px 0px 10px;
	width: 230px;
	float: left;
	text-align: left;
}

.rule {
	margin-top: 5px;
	margin-bottom: 5px;
}

.small {
	font-size: .9em;
}
.smaller {
	font-size: .8em;
}
.label {
	font-weight: bold;
	font-size: .9em;
}
.about_col {
	float: left;
	text-align: left;
	width: 300px;
	margin-left: 10px;
}