﻿/* 
	SM - 2010-06-16
	This style sheet is just for the content section and is based on the 
	EAP main style sheet.
*/


html, body
{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	color: #369;	
	margin: 5px 0px -10px;
} 
 
#pagewidth
{
	margin-left:40px; 
	margin-right:auto; 
} 

#UnderHeader
{
	margin-left:40px; 
	margin-right:auto; 
} 


td#HeaderUnderLeft 
{
    background:#fe8b03;
    background-color:#fe8b03;
    width:149px;
    height:26px;
}

td#NavUnderLeft
{
	width:149px;
}



td#HeaderUnderCorner 
{
    background-image:url('/images/EAP-Left-Nav-Top-Right.gif');
    background-position:left top;
    background-repeat:no-repeat;
    width:26px;
    height:26px;
}



td#HeaderUnderEdge 
{
    background-image:url('/images/EAP-Left-Nav-Top-Center.gif');
    background-position:left top;
    background-repeat:repeat-x;
    width:720px;
    height: 26px;
}

#header .headertext 
{
    margin:0px;
    padding:0px;
    font-size: 10pt;
    color: #FFFFFF;
    font-weight: bold;
    font-style:italic;
    background:#fe8b03;
}

td#LogoHeaderRow
{
	width: 895px;
	background: #fe8b03;
}

td#Content
{
	width: 540px;
}

 
div#Header
{
	position:relative; 
	height:80px; 
	background:#fe8b03;
} 
 
#maincol
{
	background-color: #FFFFFF;  
	float: right; 
	display:inline; 
	position: relative; 
 }
 
 #leftcol
 {
	float: left;
	width: 149px;
 }
 
#footer
{
	height:150px; 
	background-color:#FFFFFF; 
	clear:both;
 } 
 

/* Nav styles */
.CategoryBox 
{
	background-color: #ffffff;
    font-size: 9pt;
    padding: 0px 5px 5px 5px;
    width: 149px;
}


a.CategoryLink 
{
    border-bottom-style:dotted;
    border-bottom-color:#899094;
    border-bottom-width:1px;
    width:95%;
    text-decoration:none;
    display:block;
    margin:0px 0px 0px -5px;
    padding: 5px 5px 5px 5px;   
}

 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
/*printer styles*/ 
@media print{ 

	/*hide the right column when printing*/ 
	#rightcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
	
}



/* CONTENT STYLES */

h1
{
	color: black;
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
}


h2
{
	color: #369;
	display: block;
	font-weight: bold;
	font-size: 1.8em;
}

span.categoryHeader
{
	color: #f0f0f0;
	display: block;	
	background-color: #899094;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	padding: 1px 5px;
	width: 149px;
}





div.subtitle
{
	color: #369;
	font-size: 14px;
	font-weight: bold;
}

p, li, div
{
	color: #6D6966;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

a 
{
    color:#43a2d2;
}

div#footer p
{
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

div#footer a:link
{
	color: #43a2d2;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

a#BlendInToText:link
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a#BlendInToText:visited
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.fineprint {font: normal .8em arial, helvetica, sans-serif;}
div#PartsLinks a:link {cursor:text; text-decoration:none; color:#000000; font-size: 1em;}
div#PartsLinks a:visited {cursor:text; text-decoration:none; color:#000000; font-size: 1em;}



