@charset "utf-8";
* {padding: 0; margin: 0;}

body  {font: 100%  Arial, Verdana, Helvetica, sans-serif; margin: 10px 0 0 0; padding: 0; font-size: 9pt;     background-color: #fff;}

html { min-height: 100%; margin-bottom: 1px; }

a:link {color: #1c1565; font-weight: normal; text-decoration: underline;}

a:visited {color: #1c1565; font-weight: normal; text-decoration: underline;}

a:hover {color: #848484; font-weight: normal; text-decoration: underline;}

a:active {color: #1c1565; font-weight: normal; text-decoration: underline;}

#containerbody {width: 950px; margin: 0 auto; text-align: left;  height: 100%;  background-color: #fff; background-image: url(images/back.gif); }   

/*----- top and bottom rounded white areas -----------------------------------------------*/

#containerbottom {clear: both; width: 950px; height: 7px; margin: 0 auto; background-image: url(images/bottom.gif); overflow: hidden; overflow-x: hidden; overflow-y: hidden;}

#containertop {clear: both; width: 950px; height: 10px; margin: 0 auto; background-image: url(images/top.gif); overflow: hidden; overflow-x: hidden; overflow-y: hidden;}

#maincontent {clear: both; width: 950px;  height: 100%; overflow: auto;}
 
/*----- top part of page with logo and contact info -----------------------------------------------*/
 
#title {padding: 0 0px 0 0px; width: 950px; text-align: left;background-color: #fff; } 

#toplogo {clear: both; width: 950px; height: 85px; } 

#toplogoleft {float: left; width: 277px; margin-left: 1px; }

#toplogoright{float: right; width: 500px; margin-right: 5px;}

/*-----top photo area, including left navigation -----------------------------------------------*/

#phototop {clear: both; width: 948px; margin: 0 auto; height: 220px;  }

#phototopleft {float: left; width: 200px; }

#phototopright{float: right; width: 740px; margin-right: 2px;}

 
/*----- main content area -----------------------------------------------*/

#content {margin: 0px 0px 0px 260px;    padding: 0px 0px 0px 0px;  }

#content p {margin: 0px 10px 5px 10px;}

#content li {margin: 0px 10px 0px 25px;}

#content img {border-bottom: 2px solid #848484;}

#content img.noborder {border-bottom: 0px solid #848484;}


 
#contentleft {float: left; width: 240px;  margin-left: 1px;}

#contentleft p {margin: 0 10px 0 10px;}

#contentleft li {margin: 0px 10px 0px 25px;}

  
#content h1{color: #1c1565; font-size: 140%; margin: 0px 0px 10px 10px;} 

#content h2{color: #1c1565; font-size: 110%; margin: 0px 0px 10px 10px;} 

#content h3{color: #1c1565; font-size: 100%; margin: 0px 0px 10px 10px;} 

 

/*----- nav top row -----------------------------------------------*/

#topnav {clear: both; width: 950px; height: 35px; background-color: #1c1565;  }

#bottomnav {clear: both; width: 950px; height: 20px; background-color: #1c1565;}

#topnavhome {width: 950px; margin: 0 auto; height: 30px; text-align: right;}

/*----- copyright -----------------------------------------------*/

#copyright {width: 950px; margin: 0 auto; text-align: left; font-size: 9pt;  color: #fff; } 

#copyrightbar {	clear: both; height: 20px; margin: 0px; text-align: left;  color: #fff;}

#copyrightbarleft {float: left; margin: 5px 0 0 10px; text-align: left; width: 500px;  color: #fff; }

#copyrightbarright {float: right; margin: 5px 5px 0 0; text-align: right; width: 400px;   color: #fff;}

#copyrightbar a {font-weight: normal; color: #fff; }

/*----- tables -----------------------------------------------*/


table.table_leftnav {border-spacing: 1px; border-width: 0px; margin-right: auto; margin-left: 0px; }

table.table_leftnav td {text-align: left; }

table.table_leftnav a:link {color: #1c1565; font-weight: bold; text-decoration: none;}

table.table_leftnav a:visited {color: #1c1565; font-weight: bold; text-decoration: none;}

table.table_leftnav a:hover {color: #848484; font-weight: bold; text-decoration: none;}

table.table_leftnav a:active {color: #1c1565; font-weight: bold; text-decoration: none;}



table.table_topnav{border-spacing: 1px; border-width: 0px; margin-right: auto; margin-left: 0px; color: #fff;}

table.table_topnav td {text-align: center;}

table.table_topnav a:link {color: #fff; font-weight: bold; text-decoration: none;}

table.table_topnav a:visited {color: #fff; font-weight: bold; text-decoration: none;}

table.table_topnav a:hover {color: #a4dbd6; font-weight: bold; text-decoration: none;}

table.table_topnav a:active {color: #fff; font-weight: bold; text-decoration: none;}


table.table_map{border-spacing: 5px; border-width: 0px; margin-right: auto; margin-left: 0px; }

table.table_map td {text-align: left; border: 0px;  vertical-align: top;}


/*----- float items -----------------------------------------------*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right; margin-left: 8px;}
	
.fltlft { /* this class can be used to float an element left in your page */
	float: left; margin-right: 8px;}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both; height:0; font-size: 1px; line-height: 0px;}


/*----- spacers & temp items -----------------------------------------------*/

.extraspace {float: left; margin: 0 auto; width: 950px; height: 30px;}

.spacer1 {width: 950px; height: 2px;} 

.spacer2 {width: 950px; height: 20px;} 

.spacer3 {height: 38px; background-color: #fff;} 

.spacerside {width: 200px; height: 10px;} 

.temp{background-color: #FF0; font-style: normal;}

 

