body {
	background-image: url(images/background.gif); background-repeat: repeat-x; background-color: #eeeeee;
	margin: 0px;
	overflow: -moz-scrollbars-vertical; 
}

p {
    margin: 0 0 1em 0;
}

a {
	border: 0;
}

td {
	color: #000; font-family: arial, sans-serif; text-decoration: none
}

ul {
	margin-top: 1px; margin-bottom: 1px
}

h1 {
    color: #12285E;
	background-color: #fff;
    font-size: 180%;
    font-weight: bold;
    text-align: left; 
    margin: 0 0px 20px 0px;
    padding: 17px 0 3px 0;
    border-bottom: 3px solid #ffe57f;
}

h2 {
	color: #359;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	font-family: arial, sans-serif;
	margin-bottom: 10px;
	margin-top: 20px;
}

h3 {
	color: #359; 
	font-size: 120%;
	margin-bottom: 0.5em;
}

table {
	border: 0;
	margin: 0;
	padding: 0;
	font: 90%/1.5em Arial, Verdana, Helvetica, sans-serif;
}

td, th {
	margin: 0;
	padding: 3px;
	vertical-align: top;
	text-align: left;
}

caption {
	display: none;
}

/* NAVIGATION RULES */

#topnavigation {
	width: 900px;
	text-align: right;
	margin: 0 auto;
	padding: 0;
/*	border-top: #000 1px solid;*/
	border-top: 0;
	border-right: #000 1px solid;
	border-bottom: 0;
	border-left: #000 1px solid; 
	background-image: url(images/topnavigation-bg.gif);
	background-repeat: repeat-x; 
	overflow: hidden;
	line-height: 23px !important;
	line-height: 25px;
}

#topnavigation ul {
    border: 0;
    padding: 0;
    margin: 0;
	list-style-type: none;
	position: relative;
}

#topnavigation ul li {
    display: inline;
	list-style-type: none;
}

#topnavigation a {
	border-top: 1px solid #fff;
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777; 
	border-left: 1px solid #fff;
	padding: 5px 18px 4px;
    margin: 0;
	font-family: arial, 'Ms Sans Serif', 'Microsoft Sans Serif', verdana, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000; 
	text-decoration: none;
}

#topnavigation a:hover {
	border-top: 1px solid #777;
	border-right: 1px solid #fff; 
	border-bottom: 1px solid #fff; 
	border-left: 1px solid #777;
}

#header {
	width: 900px;
	height: 150px;
	margin: 0 auto;
	background-image: url(images/header-bg.jpg);
	padding-top: 5px;
	border-top: 0;
	border-right: #000 1px solid;
	border-bottom: 0;
	border-left: #000 1px solid; 
}

#header div {
	background-image: url(images/top_background.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 150px;
}

#header img {zdisplay:none; background-color:#ebeef5; height:128px;
	float: left;
	border: 0;
}

#contentarea {
	width: 900px; 
	margin: 0 auto;
	background-color: #fff;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
}

#content {
	font: 80%/1.5em Arial, Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0 20px 10px 20px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

div.top_border {
	border-top: #808080 1px solid;
}

img {
	padding: 1px;
	border: 1px solid #def;
}

#footer {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	background-color: #f1f1f1;
	padding: 0;
	border-top: 0;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
	border-left: #000 1px solid; 
	color: #000; 
	font: 70%/0em arial, 'Ms Sans Serif', 'Microsoft Sans Serif', verdana, sans-serif;
	text-align: right;
	vertical-align: middle;
}

#footer p {
	padding: 7px 20px 0;
	margin: 0;
	line-height: 1em;
}

/* HEADLINE RULES */

.headline {
	min-height: 170px;
	height: auto !important;
	height: 170px;
	border-bottom: 1px solid #def;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.headline h2, .headline h3 {
    font-size: 120%;
	padding: 0;
	margin: 0;
}

.headline img {
	margin: 0px 8px 15px -160px;
	float: left;
}

.headline a {
    font-weight: bold;
	white-space: nowrap;
}

.headline p {
	margin-left: 160px;
}

p.datetime {
	font-size: 0.85em;
	color: #C0C0C0;
	padding: 0;
	margin: 0 0 1em 0;
}


p.alignright {
	float: right;
	text-align: center;
}

p.alignright a {
	display: block;
	margin: 0 0 10px 10px;
	text-align: center;
}

p.alignright img {
	display: block;
	margin: 0 0 5px;
}

p.alignright img.enlarge {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	border: 0;
}

a {
	TEXT-DECORATION: none; COLOR: #359
}
a:hover {
	TEXT-DECORATION: underline
}

p.back {
	margin-top: 45px;
}

p.back a:before {
	content: "<< ";
}

a.forward:after {
    font-weight: bold;
	content: " >>";
}

p.left {
	text-align:left
}

p.center {
	text-align:center
}

p.right {
	text-align:right
}

/* FORM RULES */

form {
  margin: 0 0 1em 0;
}

fieldset {
  margin: 0 0 1em 0;
  padding: 1em;
}

input, select, textarea {
  font: 85% verdana, sans-serif;
}

label, legend {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 85%;
  color: #000;
  display: block;
}

fieldset {
  margin: 0 0 20px 0;
  padding: 0;
  border: 0;
}