div, body, .bl, .br, .tl, .tr {margin:0;padding:0;}

body {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
}

p {	line-height: 24px;}

h1 {font-size: 18px;}
h2 {font-size: 14px;}
h3 {
	font-size: 12px;
	font-weight: bold;
}

var {
	font-family: "Times New Roman", Times, serif;
}

a[rel="external"]{
	background-image: url('images/external.png');
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:11px;
}

div#main {
	padding-top: 0px;
	margin-top: 0px;
}
div#topbanner {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div#footer {
	height: 70px;
	clear:both;
	text-align: center;
	background-image:url(images/footer_bkgr.jpg); background-repeat:repeat-x;
	background-color: #003300;
} 
#footer div{
	margin: 8px;
	padding: 8px;
	border: none;
}

#footer p.license {
  text-align: center;
  color: black;
}
.screenshot {
float: right;
margin: 0;
}
.center{
	text-align: center;
}
.overline{
	text-decoration: line-through;
}
.warning{
	text-decoration: blink;
}
div#box1 {padding: 0px; position:absolute; right: 0px; bottom: 0px; z-index:2;}
div#box2 {padding: 0px; position:absolute; left: 0px; top: 100px; z-index:3;}

.bordertable {
	width: 90%;
	border: 1px solid #FFFFFF;
	text-align: center;
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

	
/* Colours */

h1, h2, h3, .references, hr, cite{color: #FFFFFF;} 

div#contentcontainer {
	width: 860px;
	margin: auto;
	text-align: left;
	height: auto;
}

div#content {
	width: 800px;
	padding: 10px;
	height: 100%;
	color: #000066;
}

div#content h1, div#content h2, div#content a:link, div#content a:visited,  div#content a:active{color: #000066;}
div#content a:hover {color: #990000;}

div#leftnav { 
	width: 410px; 
	height: 100%; 
	float: left; 
	padding: 10px; 
}

div#rightnav { 
	width: 410px; 
	float: right; 
	text-align: left; 
	padding: 10px;
}
.innercenter{
	margin:auto;
	text-align:center;
	background-position: center;
}
.right {
	float: right; 
	padding: 10px;
}

a:link, a:visited, a:active {color: #FFFFFF;}

a:hover {color: #FFCC66;}

dt {
float: left;
clear: left;
width: 11em;
margin: 0;
padding: 0 0.5em 0.1em 0;
min-height: 0 ! important;
height: 1em ! important;
text-align: right;
}
dd {
border-left: 1px solid #000066;
margin-left: 11.5em;
padding-left: 0.5em;
padding-bottom: 0.1em;
}

cite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:16px;
}

.red { background: #990000;}
.blue { background: #000066;}
.green { background: #006633; }

.red, .blue, .green{
	padding: 16px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
}

.blred {background: url(images/lb.gif) 0 100% no-repeat #990000}
.blblue {background:url(images/lb.gif) 0 100% no-repeat #000066}
.blgreen {background: url(images/lb.gif) 0 100% no-repeat #003300}
.blgray {background: url(images/lb.gif) 0 100% no-repeat #333333}
.br {background: url(images/rb.gif) 100% 100% no-repeat}
.tl {background: url(images/lt.gif) 0 0 no-repeat; }
.tr {background: url(images/rt.gif) 100% 0 no-repeat; padding: 10px 15px;}
.clear {font-size: 20px; height: 20px} 

