@charset "UTF-8";
/* CSS Document */

body {
	margin:0; padding:0;
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h1 {color:#000; font-weight:200px; line-height:1.2em; font-size:24px;}
h3 {color:#000; font-weight:200px; line-height:1.2em; font-size:16px; margin-top:0px; padding:0px;}
h4 {color:#000; font-weight:200px; line-height:1.2em; font-size:14px;}

h3 a, h3 a:visited {color:#000; text-decoration:none;}
h3 a:hover, h3 a:visited:hover {color:#000; text-decoration:underline;  }

p a, p a:visited, li a, li a:visited {color:#000; text-decoration:underline;}
p a:hover, p a:visited:hover, li a:hover, li a:visited:hover {color:#000; background:#FFF; }
	
p, li {font-size:12px; line-height:1.3em;color:#000;}
ul li {font-size:12px; line-height:1.3em; margin-bottom:4px;color:#000;}

hr {height:1px;  width:100%; border:0;color:#000; background:#000; margin:0; padding:0;}

.blue {height:1px;  border:0;color:#7283a5; background:#7283a5; margin:0; padding:0;}

.callout {
	color:#000;
	font-size:18px;
	}
.lightText {
	background:#e2e7f3;
	padding:10px;
	}

#topnav {display:none;}
	
#footer {float:left; width:960px;color:#616f94;}


#footer a, #footer a:visited {color:#616f94; text-decoration:underline;}
#footer a:hover, #footer a:visited:hover {color:#e7a21b;}


#container {
	width:90%;
	margin:0px auto;
	
	}

#header {display:none;}


#logo {display:none; float:left; width:300px;}
#tabNav {display:none;}

#content {
	float:left;
	width:90%; 
	background:#FFF; 
	color:#000; 
	text-align:left;
	line-height:1.3em;
	}
	.interior {float:left; width:100%; margin:35px;}
	.printLogo {float:left; clear:none;page-break-after: avoid; margin-left:-5px;}

#topContainer, #pageContent {
	float:left;
	width:100%;
	}	
.button {display:none;}
	
	.spacer {display:none;}
	
	#topLeft {
		float:left;
		width:100%;
		page-break-after: avoid;
		clear:none;
		}
	#topRight {
		display:none;
		clear:none;
		}
	#fullContent {
		float:left;
		clear:none;
		width:100%;
		page-break-before:avoid;
		page-break-after: avoid;
		}
		#contentLeft {
			float:left;
			width:100%;
			page-break-after: avoid;
			}
		#contentRight {
			float:left;
			width:100%;
			margin-left:10px;
			page-break-after: avoid;
			}
