body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	text-align: center;
}

h1, h2, h3
{
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	color: #408;
	font-weight: normal;
}

h1
{
	font-size: 36px;
}

h2
{
	font-size: 24px;
	margin-bottom: 0px;
}

h3
{
	font-size: 18px;
}

.centred_text
{
	text-align: center;
}

.container
{
	text-align: left;
	clear: both;
}

.info_a
{
	width: 17%;
	float: left;
	text-align: center;
	position: fixed;
}


.info_b
{
	width: 17%;
	float: right;
	text-align: center;
}

.summary0, .summary1
{
	border-bottom: #000080 thin solid;
}

.summary0 h2, .summary1 h2
{
	color: #006;
	font-size: 20px;
}

caption
{
	font-size: 150%;
	font-weight: bold;
	color: #CC0000;
}


table
{
	margin: auto;
}

th
{
	font-size: 125%;
	color: #660000;
	font-weight: normal;
}

.highlight_0
{
	background-color: #FFF8F8;
}

.highlight_1
{
	background-color: #F8F8FF;
}


#content
{
	margin-right: 20%;
	margin-left: 20%;
}

.content_half_split
{
	width: 50%;
	float: left;
}

.alert
{
	background-color: #A00;
	color: #FFF;
	font-weight: bold;
	font-size: 125%;
	text-align: center;
}

a:link
{
	color: #800;
	text-decoration: none;
}

a:visited
{
	color: #800;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h2 a:hover, h2 a:link, h2 a:visited, h2 a:active,
h3 a:hover, h3 a:link, h3 a:visited, h3 a:active
{
	color: #408;
}

#context
{
	float: right;
}

#skyscraper_ad_space
{
	text-align: center;
	float: right;
}

ul.navbar_list, ul.navbar_list ul
{
    position: fixed;
    width: 15%;    
    border: none;
    background-color: #000;
    color: #FFF;
    padding: 2px;
    cursor: default;       
    margin-left: 0px;      
}

ul.navbar_list li
{
    background-color: #000;
    border-bottom: 2px solid #F00;
    list-style-type: none;
    margin: 5px;
    position: relative;
    color: #FFF;
}

ul.navbar_list li > ul
{         
    display: none;               
    position: absolute;          
    top: -7px;
    left: 100%;                  
    width: 120%;
    color: #FFF;
    background-color: #000;
}

ul.navbar_list li:hover
{
    background-color: #F00;
    color: #FFF;
}

ul.navbar_list li:hover > ul
{    
    display: block;              
}

ul.navbar_list li a
{
    color: #FFF;
    display: block;
    width: 100%;
    text-decoration: none;
    background-color: #000;
}

ul.navbar_list li a:hover
{
	background-color: #F00;
}

#navbar
{
	font: bold 15px 'Lucida Grande', Verdana, sans-serif;
	float: left;
	text-align: right;
	font-size: 12px;
/*	width: 17%;*/
}

#header
{
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
}

#footer
{
	clear: left;
	text-align: center;
}
.paginator
{
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	color: #800;
	background: #FFF;
}

.paginator a, .current_page
{
	padding: 0px 2px;
	/*border: solid 1px #ddd;*/
	text-decoration: none;
}

.paginator a:visited
{
	padding: 0px 2px;
	text-decoration: none;
}

.paginator .first_page
{
	margin-right: 10px;
	padding: 0px 2px;
	color: #888;
}

.paginator .last_page
{
	margin-left: 10px;
	padding: 0px 2px;
	color: #888;
}

.paginator .current_page
{
	padding: 0px 2px;
	font-weight: bold;
}

.paginator .prev
{
	margin-right: 10px;
	padding: 0px 2px;
}

.paginator .break
{
	padding: 2px 6px;
	text-decoration: none;
}

.paginator .next
{
	margin-left: 10px;
	padding: 0px 2px;
}

.paginator a:hover
{
	color: #800;
	background: #FDD;
	text-decoration: none;
}
