html, body {
	margin:0;
	padding:0;
}

body { 
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	background: #D8D8D8 url("/images/bg.jpg") repeat-x top left;
}

* html body #middle table { font-size: 1.0em;}

div, p, table, th, td, li, .normal {font-size: 1.0em;}

a, a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #A00;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p { margin-top: 0;}

h1 { font-size: 2em; color: #000080; font-weight: bold; font-family: Verdana, Helvetica, sans-serif;}

h2 { font-size: 1.6em; color: #000080; font-weight: normal; font-family: Verdana, Helvetica, sans-serif;}

h3, .heading { font-size: 1.5em; color: #900; font-weight: bold;}

h4, .subheading { font-size: 1.3em; color: #600; font-weight: bold;}

h5 { font-size: 1.2em; color: #300; font-weight: bold;}
#left .content h5 { color: #FFF;}

h6 { font-size: 1.1em; color: #000; font-style: italic;}

hr{
	border: 0;
	height: 1px;
	width: 100%;
	color: #CCC;
	background-color: #CCC;
}

* html #overall {height: 1%;}
* html #3columnback {height: 1%;}
* html #middle .content {height: 1%;}
* html #left .content {height: 1%;}
* html #right {height: 1%;}

#overall {
	width: 850px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#header {
	margin: 0;
	padding: 0;
	width: auto;
	background: #FFF;
}

#header .content {
	padding: 0px 0px;
}

#header .content h1 {
	padding: 0;
	margin: 0;
}

/* navigation */
#navigation {
	width: auto;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	background: #F6B304;
	border: 1px solid #FFF;
	text-align: center;
	border-color: #ECE9D8;
}

#navigation .content { padding-left: 30px;}

#navigation ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li { 
	float: left;
	margin: 0;
	padding: 0;
}

#navigation a {
	float: left;
	display: block;
	padding: 6px 30px 6px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.95em;
	color: #000080;
	background: #B5C7EB;
}
	
#navigation #navigation-1 a {
	padding-left: 20px;
}
	
#navigation a:hover {
	color: #000;
}

#columnback {
	width: 852px;
	margin: 0;
	padding: 0;
	background: url("/images/3column_back.gif") no-repeat left top;
}

#left {
	float: left;
	width: 150px;
	margin: 10px 0 0 0;
	padding: 0;
	background: transparent url("/images/leftcol_bottom.gif") no-repeat left bottom;
}

#left .content {
	margin: 10px 0;
	padding: 10px 10px 10px 10px;
	font-size: 0.95em;
	background: url(/images/leftcol_back.gif) repeat-y left top;
}

#middle {
	float: left;
	width: 510px;
	margin: 10px 0 0 20px;
	padding: 0;
	background: transparent url("/images/midcol_bottom.gif") no-repeat left bottom;
}

#middle .content {
	margin: 10px 0;
	padding: 10px 10px 10px 10px;
	background: url(/images/midcol_back.gif) repeat-y left top;
}

#right {
	float: left;
	width: 150px;
	margin: 0 0 0 20px;
	padding: 0;
}

.box_top {
	height: 20px;
	background:  url("/images/rightcol_top.gif") no-repeat top left;
}
.box_middle { 
	padding: 0 10px;
	background:  url("/images/rightcol_back.gif") repeat-y top left;
}
.box_bottom { 
	height: 21px;
	background:  url("/images/rightcol_bottom.gif") no-repeat bottom left;
}

#footer {
	height: 35px;
	clear: both;
	width: auto;
	margin-top:15px;
	font-size: 0.9em;
}

#footer .content {
	width: auto;
	padding-top: 9px;
	text-align: center;
}

img { border: 0;}

div.float {
  float: left;
  padding: 0;
}

.clr { clear: both;}