@charset "utf-8";
* {padding: 0; margin: 0;}

body  {font: 100%  Arial, Verdana, Helvetica, sans-serif; margin: 0; padding: 0; font-size: 10pt;  color: #333333; background-repeat: repeat-x; background-color: #fff; }

html { min-height: 100%; margin-bottom: 1px; }

a:link {color: #2fa44b; font-weight: normal; text-decoration: underline;}

a:visited {color: #2fa44b; font-weight: normal; text-decoration: underline;}

a:hover {color: #2fa44b; font-weight: normal; text-decoration: underline;}

a:active {color: #2fa44b; font-weight: normal; text-decoration: underline;}


a.link1:link {color: #2fa44b; font-weight: normal; text-decoration: underline;}

a.link1:visited {color: #2fa44b; font-weight: normal; text-decoration: underline;}

a.link1:hover {color: #2fa44b; font-weight: normal; text-decoration: underline;}

a.link1:active {color: #2fa44b; font-weight: normal; text-decoration: underline;}


#containerbody {width: 950px; margin: 5px auto; text-align: left;  height: 100%;  background-color: #fff;   background-image: url(images/backgraystripe.gif);  border: 1px solid #666666; }   

#maincontent {clear: both; width: 950px; overflow: auto;  }

 
 /*----- top part of page -----------------------------------------------*/
 
#toplogo {margin: auto; width: 950px; height: 150px; background-color: #fff; } 

#toplogoleft {float: left; width 340px; }

#toplogoright {float: right; width 600px;}


/*----- main content area -----------------------------------------------*/

#content {margin:  0px 20px 0px 210px; height: 100%;  padding: 0px 10px 0px 10px; background-color: #fff;}

#content p {margin: 10px 0px 10px 0px;}

#content li {margin: 0px 10px 0px 25px;}

#content li.accomplish {margin: 10px 10px 10px 25px;}


#content h1{color: #aa2747; font-size: 140%; margin: 5px 0px 10px 0px;} 

#content h2{color: #aa2747; font-size: 110%; } 

#content h3{color: #aa2747; font-size: 100%; } 


#contentleft {float: left; width: 180px;   }

#contentleft p {margin: 0 10px 0 10px;}

#contentleft li {margin: 0px 10px 0px 25px;}


#contentsplitleft {float: left; width: 330px;}
#contentsplitright {float: right; width: 330px;}

 
/*----- nav top row -----------------------------------------------*/

#topnav {clear: both; width: 950px; height: 25px; background-color: #666666;  }

#topnav_right {float: right; width: 800px; }


/*----- copyright -----------------------------------------------*/

#copyright {width: 950px; margin: 0 auto; text-align: right; font-size: 8pt;    } 

#copyrightbar {	clear: both; height: 20px; margin: 0px; text-align: left; ;}

#copyrightbarleft {float: left; margin: 2px 0 0 0; text-align: left; width: 380px;  }

#copyrightbarright {float: right; margin: 2px 0 0 0; text-align: right; width: 340px;  }

#copyrightbar a {color: #000;}

/*----- tables -----------------------------------------------*/

table.table_leftnav {border-spacing: 2px; border-width:0px;   margin-left: 0px; }

table.table_leftnav td {text-align: left; padding: 4px;  }

table.table_leftnav a:link {color: #666666; font-weight: bold; text-decoration: none;}

table.table_leftnav a:visited {color: #666666; font-weight: bold; text-decoration: none;}

table.table_leftnav a:hover {color: #ffffff; font-weight: bold; text-decoration: none;}

table.table_leftnav a:active {color: #666666; font-weight: bold; text-decoration: none;}
 
table.table_leftnav a:link.selected {color: #aa2747; font-weight: bold; text-decoration: none;}

table.table_leftnav a:visited.selected {color: #aa2747; font-weight: bold; text-decoration: none;}

table.table_leftnav a:hover.selected {color: #aa2747; font-weight: bold; text-decoration: none;}

table.table_leftnav a:active.selected {color: #aa2747; font-weight: bold; text-decoration: none;}


 
table.table_topnav{border-spacing: 1px; border-width: 0px; margin-left: auto; }

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: #bfbfbf; font-weight: bold; text-decoration: none;}

table.table_topnav a:active {color: #fff; font-weight: bold; text-decoration: none;}

table.table_topnav a:link.selected {color: #bfbfbf; font-weight: bold; text-decoration: none;}

table.table_topnav a:visited.selected {color: #bfbfbf; font-weight: bold; text-decoration: none;}

table.table_topnav a:hover.selected {color: #bfbfbf; font-weight: bold; text-decoration: none;}

table.table_topnav a:active.selected {color: #bfbfbf; font-weight: bold; text-decoration: none;}


table.table_content {border-spacing: 2px; border-width:0px;   margin-left: 0px; }

table.table_content td {text-align: left; padding: 2px;  }


/*----- 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: 5px;} 

.spacer2 {width: 910px; height: 20px;} 

.spacer3 {height: 38px; background-color: #fff;} 

.spacer4 {width: 100px; height: 200px;}


 