body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background-color: #eeeeee;
	height: 100%;
}
#container {
	margin:0 auto 0 auto;
	width: 800px;
	background-color: #ffffff;
	border: 1px solid #4671d5;
	height:auto;}
#banner {
	width: 800px;
	height: 85px;
	background-image: url(images/logo2.jpg);
	background-repeat: no-repeat;
}
/* START BANNER */
#banner h1 {
	margin: 0;
/*	padding: .5em;*/}
/* END BANNER */
#nav {
	float: left;
	width: 800px;
	margin-left: 0px;}
#nav p { margin-top: 0; }
hr {
	border: 0;
	width: 100%;
	color: #4671d5;
	background-color: #4671d5;
}
/* START NAVIGATION */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	font-size:1.4em;
	background:transparent url("images/black.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
/*	height:40px;*/
	}
ul#menu li a:hover{
	background:transparent url("images/blue.jpg") repeat-x top left;}
ul#menu  .current a{
	background:transparent url("images/blue.jpg") repeat-x top left; cursor:default;}
/* END NAVIGATION */
#content {
	padding-left: 1em;
		padding-top: 5em;
	padding-bottom: 0em;}
#subheader {
	clear: both;
	float: left;
	width:800px;
	margin-bottom: 2em;}
#newsleftcol {  float: left; margin: 0 0 0 0px; width:350px;}
#newsrightcol {  width:450x; margin: 0 0 0 350px;}
#newsrightcol h1 {font-size: 1.2em; color: #4671d5;}
#newsrightcol h2 {font-size: 1.1em; color: #666666;}
#content h1 {
	font-size: 1.6em;
	color: #4671d5;
	padding-top: 0.5em;
	
}
#content h2 {font-size: 1.4em; color: #4671d5;}
#content h3 {font-size: 1.2em; color: #666666;}	
#content p {font-size: 1.2em;}
#content p.fill {
	font-size: 1.2em;
	background-color: #dcebd4;
	border: solid #dcebd4 12px;
}
#content p.small {font-size: 1.1em; color: #b61922;}
#footer {
	clear: both;
	text-align: center;
	height: 15px;
	border-top: solid #4671d5 1px;
}
#footer p {font-size: 1.0em; color: #ffffff;}	
/* START TABLE */
.datatable {
	border: 1px solid #7fb464;
	border-collapse: collapse;
	font-size: 1.2em;
}
.datatable td {
/*	border: 1px solid #7fb464;*/
	text-align: left;
	padding: 4px;
	border-spacing: 0;
}
.datatable h3 {
/*	border: 1px solid #7fb464;*/
	text-align: left;
/*  padding:0.1em;*/
  margin:0.1em;
	border-spacing: 0;
}
/* END TABLE */
/* ========================= START FORM =========================*/	
label {
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size: 1.2em;
}
input {
color: #4671d5;
background: #eeeeee;
border: 1px solid #4671d5;
}
.submit input {
margin-left: 4.5em;
color: #000;
background: #ffffff;
border: 2px outset #4671d5;
}
fieldset {
background: #eeeeee;
border: 1px solid #4671d5;
width: 600px;
}
legend {
color: #fff;
background: #4671d5;
border: 1px solid #4671d5;
padding: 2px 6px;
}
/* ========================= END FORM =========================*/
/* START PHOTO CAPTION & PLACEMENT */
.picture {
/*	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 3px;*/
	text-align: center;
	font-size: 1.1em;	font-style: italic;
}
.picture img {
	vertical-align:middle;
	margin-bottom: 2px;
	text-align: center;
/*	font-size: 1.1em;*/

}
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; }
.middle { margin: 0.5em auto 0.5em auto;}
/* END PHOTO CAPTION & PLACEMENT */
/* START CALLOUT & PLACEMENT */
span.calloutleft {
	width: 130px;
	font-weight: bold;
	position: relative;
	float: left;
	margin: 10px 10px;
	padding: 5px;
	text-align: center; font-style: italic; font-size: 1.6em;
	background-color: #FFFFFF;
	color: #009900;/*		border: solid #cccccc 2px;*/
}
span.calloutright {
	width: 130px;
	font-weight: bold;
	position: relative;
	float: right;
	margin: 10px 10px;
	padding: 5px;
	text-align: center; font-style: italic; font-size: 1.6em;
	background-color: #b5191e;
	color: #ffffff;/*		border: solid #cccccc 2px;*/
}
.calloutBox {
	margin: 20px;
  background-color: #dcebd4;
  color: #000;
  float: left;
  width: 150px;
}

.portrait {
  border-bottom: 10px solid #FFF;
  border-left: none;
  border-right: none;
  border-top: 10px solid #FFF;
  margin: 0 30px;
}
.portrait p {
	background-color: #ffffff;
	color: #000;
	font-style: italic;
	text-align: center;
	margin: 0 -20px;
	padding: 1em;
}
.horizontal {
  background-color: #FFF;
  border-bottom: 10px solid #F09;
  border-left: none;
  border-right: none;
  border-top: 10px solid #F09;
  color: #000;
  margin: 0 10px;
  padding: 20px 0;
}
.horizontal p {
  margin: 0 -10px;
  padding: 0 20px;
}
/* END CALLOUT & PLACEMENT */
/* START CURVY BOX */
.curvyleft {position:relative;   float: left; width:150px; background:#4671d5; color:#000; margin:2em 2em; 	text-align: center;}
.curvyleft em b {position:absolute; font-size:150px; font-family:arial; color:#4671d5; line-height:40px; font-weight:normal;}
.curvyleft p {position:relative; z-index:100; padding:10px 15px; font-size:11px;}
.curvyright {position:relative;   float: right; width:150px; background:#4671d5; color:#ffffff; margin:2em 2em; 	text-align: center;}
.curvyright em b {position:absolute; font-size:150px; font-family:arial; color:#4671d5; line-height:40px; font-weight:normal;}
.curvyright p {position:relative; z-index:100; padding:10px 15px; font-size:11px;}
#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#9caf9c; background:#fff; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
/* END CURVY BOX */
.bullet li {
list-style-image: url(images/bullet.gif);
	font-size: 1.2em;
