/* Reset CSS - Rik Lomas - http://rikrikrik.com - Based on code from Nick Rigby - http://www.nickrigby.com*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none;list-style-position:outside}legend{color:#000}button,select,textarea,input{font:100% serif}caption,th,td{text-align:left}

/* Page box layout */
html { height: 100%; }
body
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	text-decoration: none;

	color: black;
	background: #001B27 url('../images/main_background.jpg') top center no-repeat;
	padding-right: 1px;

	height: 100%;
}

.main {
	display: block;
	width: 977px;
	overflow: hidden;

	margin: 0 auto;
	
	color: white;
	background: url('../images/content_background.gif') top center repeat-y;
}
.header {
	display: block;
	width: 975px;
	margin: 0 auto;
	
	text-align: center;
}

.content {
	margin: 1px 1px;
}

.content .column1 {
	display: block;
	width: 259px;
	float: left;
}

.content .callout {
	display: block;
	float: right;

	text-align: right;
	margin: 3px 0 0 0;
}
.content .callout p {
	text-align: left;
}

.content .column2 {
	display: block;
	width: 415px;
	float: left;

	margin: 0 0 0 17px;
}

.content .column3 {
	display: block;
	width: 215px;
	float: left;

	margin: 0 0 0 17px;
}

.footer {
	margin: 10px 27px;
	visibility: hidden;
}

.clear {
	clear: both;
}

h1, h2, h3, h4 {
	color: #2496DF;
	background: none;

	font-size: 12px;
	font-weight: bold;

	margin: 29px 0 3px 0;
}

p, div {
	font-size: 12px;
	line-height: 19px;
	margin: 0 0 3px 0;
}

a {
	color: #2496DF; 
	text-decoration: underline;
}
a:hover {
	color: #57B2EB;
}
a.download {
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

.contact {
	border-top: 1px solid #2496DF;
	border-bottom: 1px solid white;

	padding: 6px 0 6px 0;
}
.contact p {
	display: block;
	float: left;
	width: 57px;
	height: 20px;
	margin-left: 0 5px 0 0;
}
.contact p.value {
	width: 156px;
}
