﻿body {
	margin-top: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #0000FF;
	background-color: #391908;
}

.subtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#container {
	width: 630px;
	margin: 0 auto;
	background-color: #fac36b;
}

#masthead {
	text-align: right;
	width: 630px;
	overflow: auto;
	background-color: #f9ae3e;
	margin: 0px;
	color: #000000;
}

#masthead>h2
{
	margin-right: 20px;
	margin-left: 5px;
}

#sidebar {
	float: left;
	width: 154px;
	background-color: #fac36b;
	position: relative;
	clear: both;
	display: inline;
}

#content {
	float: left;
	width: 446px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
	color: #000000;
	outline-color: #000000;
	margin-top: -1px;
}

#content img {
	display: block;
}

#footer {
	height: 76px;
	width: 630px;
	clear: both;
	overflow: auto;
	background-image: url('/images/footer_img.png');

}

#footer_copyright
{
	margin-top: 20px;
	margin-left: 20px;
	border: 0;
	color: #666;
}

#masthead img {
	float: left;
}

#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}

/* Styles for Navigation */

#sidebar ul {

	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#sidebar li {
	display: block;
	color: #0044BB;
}

#sidebar a {
	background: #fac36b;
	font-weight: bold;
	text-decoration: none;
	color: #391908;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #391908;
}

#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #391908;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}

#sidebar_sponsor a
{
	border-style: none;
	background-color: #fac36b;
}
#sidebar_sponsor a:hover
{
	border-style: none;
	background-color: #fac36b;
}
#sidebar_sponsor a:visited
{
	border-style: none;
	background-color: #fac36b;
}

/* Styles for Footer */

#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}

#footer a {
	color: #333;
	text-decoration: underline;
}

#footer a:hover {
	color: #333;
	text-decoration: none;
}

a {
	color: #04b;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}

.style_center
{
	text-align: center;
}

.style3 {
	border-width: 0px;
}

.float_right {
	float:right;
}

table.paper_selection_meeting {
	border-width: 1px;
	border-spacing: 2px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.paper_selection_meeting th {
	border-width: 1px;
	padding: 3px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.paper_selection_meeting td {
	border-width: 1px;
	padding: 3px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.paper_selection_meeting tr>td:first-child
{
	font-weight: bold;
	text-align: right;
}