/* global reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* typography */

img {
	display: block;
}

.imginline {
	display: inline;
}

body {
  font-family: Arial, san-serif;
  font-size: 0.8em;
  background-image: url(../resources/bg_body.jpg);
  background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #172940;
	color:#333333;
}

p {
  line-height: 1.5em;
}

.bigred {
  font-size: 1.6em;
  line-height: 1em;
  color: #cc0033;
  font-weight:bold;
}

.biggrey {
  font-size: 1.6em;
  line-height: 1em;
  color: #666666;
  font-weight:bold;
}

.bigwhite {
  font-size: 1.6em;
  line-height: 1em;
  color: #ffffff;
  font-weight:bold;
}

.big {
  font-size: 1.6em;
  line-height: 1em;
  color: #333333;
  font-weight:bold;
}

a.big {
  font-size: 1.6em;
  line-height: 1em;
  color: #333;
  font-weight:bold;
}

a.big:link {
  font-size: 1.6em;
  line-height: 1em;
  color: #333;
  font-weight:bold;
}

a.big:hover {
  font-size: 1.6em;
  line-height: 1em;
  color: #999;
  font-weight:bold;
}


.white {
color: #ffffff;
}

.lightgrey {
color: #999999;
}

.darkgrey {
color: #666666;
}

.red {
color: #660000;
}

.lightbrown {
color: #cccc99;
}

a.lightbrown {
	color: #cccc99;
	text-decoration:none;
}

a.lightbrown:hover {
	color: #999999;
}

a.footerlink {
	color: #666666;
	text-decoration:none;
	font-size: 1em;
	font-weight:bold;
}

a.footerlink:link {
	color: #666666;
	text-decoration:none;
	font-size: 1em;
	font-weight:bold;
}

a.footerlink:hover {
	color: #fff;
}

a {
	color: #666666;
	text-decoration:none;
	font-size: 1em;
	font-weight:bold;
}

a:link {
	color: #666666;
	text-decoration:none;
	font-size: 1em;
	font-weight:bold;
}

a:hover {
	color: #000000;
}

.menu {
	color: #cc0033;
	font-size: 1.2em;
	}


/* layout */

#wrapper { 
margin: 0 auto;
width: 960px;
}


#header {
	position: relative;
width: 960px;
height:78px;background-image: url(../resources/bg_header.gif);
}

.headerimage {
padding:17px 0px 0px 12px;
}

#topmenu {
padding: 8px 12px 8px 12px;
background-color:#ffffff;
}

.contentwrap {
background-color:#ffffff;
padding: 0px 0px 12px 0px;
overflow: hidden;
	width: 100%;

}

#midleft {
float: left;
width: 468px;
background-color: #ffffff;
}

#midright { 
float: left;
width: 468px;
background-color: #ffffff;
}

.space {
float:left;
width:12px;
height:auto;
background-color: #ffffff;
}

.clearfloat {
clear:both;
width:960px;
height:1px;
background-color: #ffffff;
}

.paddingright {
padding:0px 6px 0px 0px;
}

.paddingleft {
padding:0px 0px 0px 6px;
}

#footer { 
position: relative;
clear: both;
padding: 6px 12px 6px 12px;
}

.footleft {
float:left;
width:468px;
}

.footright {
float:left;
width:468px;
}
