@charset "utf-8";
/* CSS Document */

body {
	font:12px/1.25 Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 3em 0;
}
/****************** Typography */
p, ul, ol, dl, td {
	font-size:12px;
}
p, ul, ol, dl, h1, h2, h3, h4, h5, h6 {
	margin:0 5px;
	padding:.3em 0 .8em 0;
}
h1, h2, h3, h4, h5, h6 {
	color:#0B007E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:.3em 0;
}
h1, h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:13px;
}
h6 {
	font-size:12px;
}
th {
	font-size:12px;
	font-weight:bold;
}
/****************** Common Formatting */
blockquote {
	margin:0 2.5em;
	padding:.3em 0 .8em 0;
}
small {
	font-size:10px;
}
img {
	border:0;
}
sup {
	bottom:0.3em;
	position:relative;
	vertical-align:baseline;
}
sub {
	bottom:-0.2em;
	position:relative;
	vertical-align:baseline;
}
acronym, abbr {
	border-bottom:1px dashed;
	cursor:help;
	letter-spacing:1px;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
ul {
	list-style-type:disc;
}
ul li {
	background:url('') no-repeat 0 .2em;
	padding-left:0;
	margin-left:25px;
}
ol {
	list-style-position:inside;
}
ol li {
	padding-left:1em;
}
/****************** Sitewide Links */ 
a img, img, a:hover img {
	border:0;
	text-decoration:none;
}
a, a:active, a:focus {
	border:0;
	outline:0;
}
a:link, a:visited {
	color:#403FDA;
	text-decoration:none;
}
a:hover, a:active {
	color:#403FDA;
	text-decoration:underline;
}
/****************** Global Classes */
.floatright {
	float:right;
}
img.floatright {
	margin:0 .75em .25em 1em;
}
.floatleft {
	float:left;
}
img.floatleft {
	margin:0 1em .25em 0;
}
.clear {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
}
.hideforscreen {
	display:none;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
table.center {
	margin:1em auto;
}
.justify {
	text-align:justify;
}
.highlight {
	background:#ffc;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
.block {
	display:block;
}
/****************** Layout Structure */
div#header {
	position:absolute;
	width:800px;
	height:143px;
	z-index:1;
	left:1px;
	top:1px;
}
div#content {
	position:absolute;
	width:630px;
	z-index:4;
	left:170px;
	top:155px;
	float:left;
}
div#menu {
	position:absolute;
	width:160px;
	height:550px;
	z-index:2;
	left:1px;
	top:144px;
}
/****************** Additional Content Styles */
.smallgray {
	color:#666;
	font-size:10px;
}
.standoutred, .standoutred a {
	color:#990000;
	font-size:13px;
	font-weight:bold;
}
.grayborderbox {
	border:2px solid #DDD;
	padding:5px;
	margin:10px 15px;
	width:329px;
}
table {
	margin:1em 5px;
}
table table {
	margin:0;
}
table td {
	padding:2px 10px 2px 0;
}
table td.subhead {
	color:#FFF;
	background-color:#000;
	font-size:14px;
	font-weight:bold;
	padding:5px;
}
/** calendar and newsletters table */
table.calendar {
	width:95%
}
table.calendar th {
	vertical-align:top;
	padding:5px;
	border-bottom:1px dashed #cccccc;
	text-align:right;
	white-space:nowrap;
}
table.calendar td {
	vertical-align:top;
	padding:5px;
	border-bottom:1px dashed #cccccc;
}
table.calendar td.register a {
	background: #403FDA;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
}
table.calendar td.register a:hover {
	background: #001685;
}

/** forms table */
table.form {
	width:300px;
}
table.form table {
	width:auto;
}
table.form th {
	vertical-align:top;
	padding:5px;
	white-space:nowrap;
}
table.form td {
	vertical-align:top;
}
form input, form select, form textarea {
	border:1px solid #D5D4D4;
	padding:2px;
}
form input.checkbox {
	border:none;
}
form input.submit {
	border-width:1px;
	border-style:solid;
	border-color:#D5D4D4 #C5C2C2 #D5D4D4 #C5C2C2;
	padding:.2em .8em;
	background:url('../images/template/btn_forms.jpg') repeat-x 50% 50%;
}
form input.submit:hover {
	cursor:pointer;
	color:#403FDA;
	position:relative;
	top:1;
	left:1;
}
/** committee table */
table.committee {
	width:95%
}
table.committee th {
	vertical-align:top;
	padding:5px;
	white-space:nowrap;
}
table.committee td {
	vertical-align:top;
	padding:5px;
}
/** event table */
table.event {
	background: #eee;
	border: 2px solid #ddd;
	line-height: 120%;
}
table.event th {
	background: #ccc;
	color: #333333;
	text-align: left;
	width: 100px;
	padding: 4px 4px 10px 4px;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
}
table.event td {
	padding: 4px 4px 10px 4px;
	border-bottom: 1px solid #ddd;
	font-size:11px;
}
table.event td ul li {
	font-size: 11px;
}