@charset "utf-8";
/********************************************************************************************************************
 - base 'framework' styles are from blueprint css
 - these styles are for site specific layout and styling
*********************************************************************************************************************/
body  {
	background-color: transparent;
}
a, a:link, a:visited, a:hover, a:active {color:#fff;}
/* ******************************************************************************************************************* */
/* Layout CSS - these are author css styles that control the general layout structure                                  */
/* ******************************************************************************************************************* */
.background { background:none;} 
#leftcontent {display:none;}
#printMe {display:none;}
/* ******************************************************************************************************************* */
/* Text and object Styles */
/* ******************************************************************************************************************* */
body  {
	color: #3f5d4d;
	font-family:Trebuchet MS, Arial, Sans-Serif;
}

#header  {
	color: #3f5d4d;
	font-family:Trebuchet MS, Arial, Sans-Serif;
}
h1 {
 font-size:130%;
 color:#000;
 
}    
   
#copy
{
   position: relative; 
   float: left; 
   width: 100%;
	 height:100%;
}

#footer {
	color:#ccc;
} 
   
/* ******************************************************************************************************************* */
/* Navigation Links - these are , utility and secondary navigation styles */
/* ******************************************************************************************************************* */

/* Main Navigation */
#mainnav {display:none;} 
#utilitynav {display:none;}
/*********************************************************************/
/* Blueprint Re-Assigns...																									*/
/********************************************************************/
th, td, caption {
    padding:0px;
}
table, td, th {
    vertical-align:middle;
}
caption, th, td {
    font-weight:normal;
    text-align:center;
}
/* fix layout to grid to match background in main image, header and main copy sections */
#header {margin-right:0;}
#content {margin-left:2px}
#copy {margin-left:30px;}
.homeTable {position:relative;left:-30px;}
.homeTable td {padding-right:7px;}
a:link:after, a:visited:after {content:none;font-size:0px;}