@charset "UTF-8";
/* CSS Document */

a{
	text-decoration:none;
	color:white;
}

a:hover{
	text-decoration:underline;
}

table { border-collapse:collapse;border-spacing:0;font-family:Helvetica, Arial, Sans-Serif;font-size:0.87em; }


ol,ul{ list-style:none;margin:0px;padding-left:20px }


h1,h2,h3,h4,h5,h6,h7{
	font-weight:normal;
}

body,html{
	margin:0px auto;
	padding:0;
	color:#000033;
	background-color:white;
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:0.93em;
	height:100%;
	width:100%;
}

img{
	border:0;
}

.c{
	clear:both;
	height:1px;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.s5  { height:5px; }
.s10 { height:10px; }
.s20 { height:20px; }

.title { color:#30529F;font-size:24px }

/* --------- END OF RESETS & USUALS --------- */

.header {
  color:white;
  margin:0px auto;
  font-weight:bold;
  height:145px;
  width:800px;
  background:url('../images/header.jpg') no-repeat;
}

#nav {
  font-weight:bold;
  padding-top:15px;
  padding-left:30px;
}

.body {
  padding:20px 0px;
  margin:0px auto;
  width:800px;
}

.innerbody {
  width:620px;
  padding-left:25px;
}

.footer {
  color:#000033;
  margin:0px auto;
  width:800px;
}