html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial,sans-serif;
	color: #333333;
}

#wrapper {
	width: 100%;
	margin: 0px;
	min-width: 1000px;

	background-position: left top;
	background-repeat: no-repeat;
}

#header {
	margin: 0px;
	padding: 0px;
}

#header_left {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header_logo {
	position: absolute;
	top: 9px;
	left: 8px;
	width: 179px;
	height: 109px;
}

#header_tag_text {
	width: 480px;
	margin: 0px 0px 0px auto;

	font-size: 83%;
	font-style: italic;
	text-align: right;
}

#footer {
	width: 100%;
	clear: both;
	
	font-size: 67%;
	text-align: center;
	padding-bottom: 20px;
}

#footer a { color: #4F8DBC; }

/* content */
#main {
	position: relative;
	width: 1000px;
	margin: 15px auto 0px auto;
	
	color: #4B5051;
	font-size: 87%;
}

#menu {
	float: left;
	width: 161px;
	padding: 0px 0px 0px 2px;
}

#news {
	position: relative;
	float: right;
	padding: 0px 15px 0px 0px;
	width: 179px;
	height: 100%;
}

#content3 {
	float: left;
	width: 603px;
	height: 100%;
	margin: 0px;
	padding: 0px 10px 5px 10px;
}

#content2 {
	float: left;
	width: 770px;
	margin: 0px;
	padding: 0px 0px 5px 10px;
}

#content1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 50px 10px;
}

#content1 .title, #content2 .title, #content3 .title {
	margin-bottom: 6px;

	color: #4C524F;
	font-size: 160%;
	font-weight: bold;
}

#content1 .text, #content2 .text, #content3 .text {
	padding: 0px 5px 0px 15px; 
	margin-top: 29px;
}

p, h2 { margin: 0px 0px 20px 0px; }

#content1 h2, #content2 h2, #content3 h2 {
	font-size: 140%;
	font-weight: bold;
	border-bottom: 2px solid #4C524F;

	clear: both;
}

#content1 h3, #content2 h3, #content3 h3 {
	font-size: 130%;
	font-weight: bold;
	font-style: italic;	
}

#content1 h4, #content2 h4, #content3 h4 {
	font-size: 100%;
	text-align: center;
	font-style: italic;
}

#content1 a, #content2 a, #content3 a { color: #4F8DBC; }


/* img styles */
.imgRight, .imgright { 
	float: right;
	margin: 0px 5px 10px 10px;
}

.imgLeft, .imgleft { 
	float: left;
	margin: 0px 10px 10px 0px;
}

.imgCenter, .imgcenter {
	text-align: center;
	margin: 0px 10px 10px 10px;
}

.imgCaption {
	text-align: center;
	font-size: 93%;
	font-weight: bold;
}

table { margin-bottom: 20px; }
table td, table th { padding-right: 5px; }

table.contactsheet { border: 1px solid #4C524F; }
table.contactsheet td {
	width: 30%;
	padding: 7px;
	border: 1px solid #4C524F;
	vertical-align: top;
}

table.confirmForm .label { font-weight: bold; }

.error { color: #FF0000; font-weight: bold; }

textarea, input { font-size: 100%; }

input.payRef, input.rosterName { width: 200px; }
input.qty { width: 30px; }

/* radio buttons that are on the same line should not wrap */
.hRadio { white-space: nowrap; }

/* menu styles */
#menu {
	color: #4B5051;
	font-size: 80%;
}

#menu p { margin-bottom: 5px; }

#menu ul, #menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li a {
	display: block;
	width: 148px;
	min-height: 14px;
	padding: 3px 3px 3px 12px;
	margin-bottom: 1px;

	color: #FFFFFF;
	background: #6A99CD url(images/menu_white_block.gif) no-repeat 2px 2px;
	text-decoration: none;
}

#menu .menuShow { display: block; }

#menu li a:hover {
	text-decoration: underline;
	background-image: url(images/menu_orange_block.gif);
}

#menu li li a {	background: #B4B28C url(images/menu_trans_block.gif) no-repeat 2px 2px; }
#menu li li a:hover { background: #B4B28C url(images/menu_white_block.gif) no-repeat 2px 2px; }

#login {
	width: 147px;
	padding: 5px 7px 0px 7px;
	margin-bottom: 2px;

	border: 1px solid #EBEBEB;
	background-color: #FFFFFF;
}

#login form { margin: 0px; }
#login .fld	 { width: 138px; font-size: 85%; }

/* news styles */

#news { font-size: 100%; }

#news .newsSideArticle {
	border: solid 1px #9ec0da;
	border: 1px solid #EBEBEB;
	
	padding: 7px;
	margin-bottom: 4px;
}

#news .title {
	margin-bottom: 6px;

	color: #4C524F;
	font-size: 110%;
	font-weight: bold;
}

#news .text { width: 100%; }

#news h2 {
	border-bottom: 2px solid #4C524F;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 10px;
}

#news p { margin-bottom: 10px; }

#news .learnmore {
	text-align: right;
	font-size: 83%;
}

#news a { color: #4F8DBC; }

.newsDate {
	margin-top: 0px;
	margin-bottom: 10px;

	text-align: right;
	font-size: 80%;
	font-style: italic;
}

.newsHeadline {
	margin-bottom: 0px;
}
	

/* listings */
.listing {}

.listing th {
 	color: #FFFFFF;
	background-color: #22231D;
}

.listing .row1 {
	color: #000000;
	background-color: #FFFFFF;
}

.listing .row2 {
	color: #000000;
	background-color: #F2EFE6;
}

/* because a.sortlink isn't enough */
#content2 a.sortLink, #content3 a.sortLink, #content1 a.sortLink { color: #FFFFFF; }	

.lstName, .lstIBLATitle, .lstText { text-align: left; }

.lstLevel, .lstEditLink, .lstNumber, .lstDate, .lstWord { text-align: center; }

.lstIBLATitle { white-space: nowrap; }

.lstSearch, .lstSearchForm { margin-bottom: 5px; margin-top: 0px; }

.lstSearch * {
	font-size: 80%;
	vertical-align: middle;
	white-space: nowrap;
}

.lstSearchHidden { display: none; }

/* misc */
.pressRelease { margin: 0px 80px 0px 80px; }
.prTitle, .prHeader { text-align: center; }
.prTitle {
	font-size: 120%;
	font-weight: bold;
}

.properTitle { text-decoration: underline; }

.lastUpdated {
	font-style: italic;
	font-size: 85%;
}

.largeList li { margin-bottom: 10px; }
ol.embeddedList, ul.embeddedList { margin-bottom: 10px; }

.topWarning {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #800000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	z-index: 2;
}

.updatesLink {
	font-size: 87%;
}

form.paymentForm { margin-bottom: 15px; }
.noWrap { white-space: nowrap; }