body {
	background-color: #000 !important;
	color: #fff !important;
	padding: 25px 0;
}
#top, #middle, #bottom {
	width: 950px;
	padding-left: 36px;
	padding-right: 36px;
}
#top {
	height: 35px;
	background: transparent url('./top-bg.png') top left no-repeat;
}
#middle {
	background: transparent url('./middle-bg.png') top left repeat-y;
	margin: 0 auto;
}
#bottom {
	height: 35px;
	background: transparent url('./bottom-bg.png') top left no-repeat;
}
#site-wrapper {
	position: relative;
	font-size: 1.6em;
}
#logo-globe {
	position: absolute;
	top: 0px;
	left: 10px;
}
#logo {
	width: 420px;
	height: 120px;
	text-indent: -2222px;
	background: transparent url('./raibc-logo.png') left top no-repeat;
}
#logo-mast {
	position: absolute;
	bottom: -32px;
	left: -100px;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	color: #ffffff !important;
}
h2, h3 {
	font-size: 1.2em;
}
.box {
	background: transparent url('./box-bg.png') top left repeat;
	border: 2px solid #004595;
}
.box:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.feature {
	font-size: 0.8em;
}
.feature h3 {
	text-align: center;
}
.feature p {
	text-align: left !important;
}
#navigation {
	list-style-type: none;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.6em;
}
#navigation li {
	float: left;
	border: 2px solid #004595;
	margin-right: 5px;
	margin-bottom: 5px;
}
#navigation a,
#navigation a:active,
#navigation a:link {
	font-size: 0.9em;
	text-decoration: none;
	color: #ffffff;
	padding: 2px 6px;
	white-space: nowrap;
	position: relative;
}
#navigation a:hover,
#navigation a:focus,
#navigation a.active {
	color: #fafc2f;
}
#content {
	position: relative;
	z-index: 2;
}
#content a,
#content a:active,
#content a:link {
	text-decoration: underline;
	color: #fafc2f;
}
#content a:hover,
#content a:focus {
	text-decoration: none;
}
#content p {
	text-align: justify;
}
#content img {
	float: right;
	margin: 0 0 1.5em 1.5em;
	vertical-align: text-top;
}
#content div#content-images {
	width: 260px;
	float: right;
	margin-left: 1.5em;
}
#content div#content-images div.image {
	width: 260px;
	float: none;
	margin-bottom: 1.5em;
}
#content div#content-images div.image img {
	float: none;
	margin: 0;
}
#content .highlight {
	background-color: transparent;
	font-size: 1.4em;
}
#content .input label {
	display: block;
}
#content table caption {
	background-color: transparent;
}
#content table {
	background-color: #0A1727;
	border-collapse: collapse;
}
#content table th {
	color: #0A1727;
	vertical-align: top;
	border: 3px solid #C3D9FF;
}
#content table tbody th {
	background-color: #C3D9FF;
}
#content table td {
	border: 3px solid #C3D9FF;
	vertical-align: top;
	font-size: 0.85em;
}
#related-downloads h3 {
	text-align: left;
}
#related-downloads ul {
	padding-left: 1em;
}

input,
select,
textarea {
	font-size: 1em;
}

#member-links {
	font-size: 0.8em;
}

#member-links a,
#member-links a:active,
#member-links a:link {
	text-decoration: underline;
	color: #fafc2f;
}
#member-links a:hover,
#member-links a:focus {
	text-decoration: none;
}