html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul li { list-style: none; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

.clear { clear: both; }

/* ============ General ============ */
body{
	margin: 0;
	font: 12px Arial, Arial, Helvetica, sans-serif;
	color: #333;
	background: #0079C1;
}

p{margin-bottom: 15px;}

a:link, a:visited, a:active { 
	color: #0079be; 
	text-decoration: underline;
}

.footerLink a:active, .footerLink a:link, .footerLink a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

ul {
	list-style: inside url(../_images/arrow.gif);
	margin-bottom: 15px;
}

h2, h3 {
	display: block;
	text-indent: -300000px;
	margin-bottom: 10px;
}
	h3 {height: 48px;}
	
/* ============ Structure ============ */

#container{
	width: 979px;
	margin: 0 auto;
}

#content{
	background: url(images/mainbg.jpg) center left no-repeat;
	width: 893px; height: 204px;
	padding: 204px 0 0 85px;
}

#header h1{
	display: block;
	width: 252px; height: 82px;
	text-indent: -300000px;
	background: url(images/logo.gif) no-repeat;
	float: left;
}
	#header ul { float: right; margin-top: 35px; margin-right: 30px;}
	#header ul li {
		color: #fff;
		float: left;
		background: url(images/whtarrow.gif) center left no-repeat;
		padding-left: 10px;
		margin-left: 10px;
	}
	#header ul li a, #footer, #footer a{
		color: #fff;
		text-decoration: none; 
	}

#top {
	width: 979px; height: 17px;
	background: url(images/topbg.gif) center left no-repeat;
}

.button {
	display: block;
	width: 104px; height: 35px;
	background: url(images/button.gif) center left no-repeat;
	text-indent: -30000px;
}

#footer{
	padding-left: 20px;
}