﻿
/* 
 * Overall layout
 */
 
body
{
	width: 796px;
	margin: 0 auto 20px;
	font-family: Trebuchet MS;
	font-size: 0.9em;
	line-height: 1em;
}

p
{
	margin-bottom: 15px;
	font-size: 0.8em;
	letter-spacing: 0.005px;
}

div.Clear
{
	clear: both;
}

div.header, div.content
{
	padding: 0 20px 0 30px;
}

div.content
{
	border: solid 1px #D3D3D3;
	border-top-style: none;
}

/*
 * Header
 */

div.header
{
	background: transparent url(../Images/Info/Header.gif) repeat-x scroll 0 0;
	height: 88px;
	padding-top: 10px;
}

div.header img
{
	float: right;
	position: relative;
	top: 1px;
}

/*
 * Content
 */
 
ul.links
{
	margin-top: 40px;
	list-style-type: none;
	list-style-position: outside;
}

ul.links li
{
	margin: 0;
}

ul.links a
{
	color: #EC8D37;
	font-size: 0.85em;
	text-decoration: none;
	font-weight: bold;
} 

div.content .notopmargin
{
	margin-top: 0;
}

h1
{
	color:#FF6600;
	font-size:1.35em;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 15px;
}

h2
{
	margin: 15px 0;
	font-size: 0.95em;
}

h3
{
	margin-top: 15px;
	font-size: 0.95em;
}

thead
{
	font-weight: bold;
}

td
{
	padding-right: 10px;
}

td.spacer
{
	padding: 0 20px;
}

ol
{
	list-style-type: decimal;
	list-style-position: outside;
}

ol li
{
	margin: 20px;
}

li
{
	font-size: 0.8em;
}

ul
{
	list-style-position: inside;
	list-style-type: disc;
}

ul li
{
	margin: 10px;
}

/*
 * Footer
 */
 
div.footer
{
	margin: 60px 20px 0 20px;
}

div.hr
{
	background-color: #D3D3D3;
	height: 1px;
	margin-bottom: 5px;
}

div.footer ul.links
{
	display: inline;
	float: right;
	margin: 0 0 5px;
}

div.footer ul.links li
{
	display: inline;
	margin: 0 5px;
}

span.copyright
{
	font-size: 0.7em;
}

img.rbilogo
{
	float: right;
	margin-top: 20px;
}
