/* 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;
}

img {
display: block;
}

/* define typography */

body {
background-image:url('bg.png');
font-family: Helvetica, Arial, sans-serif;
font-size: 0.7em;
color: #333;
}

h1 {
color: #000066;
font-family: Helvetica, Arial, sans-serif;
font-size: 2em;
}

h2 {
color: #5f8c99;
font-family: Helvetica, Arial, sans-serif;
font-size: 2em;
line-height: 1.2em;
}

h2 a {
color: #5f8c99;
text-decoration: none;
}

h2 a:link {
color: #5f8c99;
text-decoration: none;
}

h2 a:hover {
color: #000066;
text-decoration: none;
}

h3 {
color: #000066;
font-family: Helvetica, Arial, sans-serif;
font-size: 1.1em;
line-height: 1.2em;
}

h3 a {
color: #000066;
font-family: Helvetica, Arial, sans-serif;
font-size: 1.1em;
line-height: 1.2em;
}

h3 a:link {
color: #000066;
font-family: Helvetica, Arial, sans-serif;
font-size: 1.1em;
line-height: 1.2em;
}

h3 a:hover {
color: #99ccff;
font-family: Helvetica, Arial, sans-serif;
font-size: 1.1em;
line-height: 1.2em;
}

h4 {
color: #000066;
font-family: Helvetica, Arial, sans-serif;
font-size: 3em;
}

h5 {
color: #000066;
font-family: Helvetica, Arial, sans-serif;
font-size: 2em;
}

h6 {
color: #000066;
font-family: Helvetica, Arial, sans-serif;
font-size: 1.8em;
line-height: normal;
padding-right: 20px;
}

p {
line-height: 1.2em;
}

a {
color: #000066;
}

a:link {
color: #000066;
}

a:hover {
color: #99ccff;
}

.darkblue {
color: #000066;
}

.lightblue {
color: #99ccff;
}

.grey {
color: #999;
}

#footer p {
font-size: 1em;
}

.inputwidth {
width:186px;
margin-bottom:5px;
}

table {
border-collapse:collapse;
margin:0px;
padding:0px;
}

th {
color: #000066;
font-family: Helvetica, Arial, sans-serif;
font-size: 1.1em;
line-height: 1.2em;
text-align:left;
}

td {
background-color:#e0e0e0;
padding: 4px;
border:solid;
border-color:#fff;
border-width:1px;
}

table.whitetable td {
background-color:#fff;
padding: 4px;
border:solid;
border-color:#fff;
border-width:1px;
}

input.border {
margin-bottom: 3px;
font-family: Helvetica, san-serif;
width: 190px;
border:solid 1px #999;
}

input.bordersml {
margin-bottom: 3px;
font-family: Helvetica, san-serif;
font-size: 12px;
width: 30px;
border:solid 1px #999;
}


/* define layout */


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

#header {
position: relative;
width: 960px;
height:215px;
}


#leftcolumn {
position: relative;
float: left;
width: 210px;
padding-bottom: 10px;
}

#maincolumn {
position: relative;
background-color:#ffffff;
float: left;
width: 750px;
padding-bottom: 10px;
}

#maincolleft { 
position: relative;
padding-left: 10px;
float: left;
width: 550px;
}

#maincolleftpadding {
padding-right: 20px;
padding-top: 10px;
}

#maincolright { 
position: relative;
float: right;
width:190px;
}

#maincolrightpadding {
padding-top: 13px;
}

#footer { 
clear: both;
width: 960px;
height: 150px;
}


/* define menu styles */

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 192px;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background: #183e7f;
  color: #fff;
  padding: 0.7em 0.5em 0.7em 15px;
}

ul.menu li a:hover {
  background: #99ccff;
}

ul.menu li ul li a {
  background: #99ccff;
  color: #000066;
  border-left: 5px #000066 solid;
  padding: 0.5em 0.5em 0.5em 10px;
}

ul.menu li ul li a:hover {
  background: #ccc;
  border-left: 5px #000066 solid;
  padding: 0.5em 0.5em 0.5em 10px;
}
