@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	}
 
#contentArea p {
	font-size:12px;
	margin:10px 35px 0px 15px;
	}
	
#contentArea li {
	font-size:12px;
	margin:15px 15px 0 15px;
	}
	
#contentArea h1 {
	font-size:23px;
	margin:0px 15px 10px 15px;
	color:#000;
	}
	
#contentArea h2 {
	font-size:20px;
	margin:10px 15px 5px 15px;
	color:#000;
	}
	
#contentArea h3 {
	font-size:16px;
	margin:10px 15px 5px 50px;
	color:#000;
	}
 
#contentArea h4 {
	font-size:16px;
	margin:10px 15px 5px 50px;
	color:#000;
	}
	
#contentArea h5 {
	font-size:10px;
	margin:0px 0px 0px 0px;
	color:#000;
	}
 
#contentArea h6 {
	font-size:2px;
	margin:0px 0px 0px 0px;
	color:#000;
	}
 
#contentArea a, #contentArea a:visited {
	color:#000;
	text-decoration:underline;
	}
	
#contentArea a:hover {
	color:#000;
	text-decoration:underline;
	}
	
/* blog */

#contentb p {
	font-size:12px;
	margin:10px 35px 0px 15px;
	}
	
#contentb li {
	font-size:12px;
	margin:15px 15px 0 15px;
	}
	
#contentb h1 {
	font-size:20px;
	margin:0px 15px 10px 15px;
	color:#000;
	}
	
#contentb h2 {
	font-size:23px;
	margin:10px 15px 5px 15px;
	color:#000;
	}
	
#contentb h3 {
	font-size:16px;
	margin:10px 15px 5px 50px;
	color:#000;
	}
 
#contentb h4 {
	font-size:16px;
	margin:10px 15px 5px 50px;
	color:#000;
	}
	
#contentb h5 {
	font-size:10px;
	margin:0px 0px 0px 0px;
	color:#000;
	}
 
#contentb h6 {
	font-size:2px;
	margin:0px 0px 0px 0px;
	color:#000;
	}
 
#contentb a, #contentb a:visited {
	color:#000;
	text-decoration:underline;
	}
	
#contentb a:hover {
	color:#000;
	text-decoration:underline;
	}
	
#teaserL p {
	font-size:12px;
	margin:107px 0px 0px 220px;
	}

#teaserL a, #teaserL a:visited {
	color:#FFF;
	text-decoration:underline;
	}
	
#teaserL a:hover {
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
	}

#teaserM p {
	font-size:12px;
	margin:107px 0px 0px 180px;
	}
	
#teaserM a, #teaserM a:visited {
	color:#FFF;
	text-decoration:underline;
	}
	
#teaserM a:hover {
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
	}
	
#blogText p {
	font-size:16px;
	color:#000000;
	margin:0;
	padding:15px 0px 15px 0px;
}

#blogText a, #blogText a:visited {
	color:#000000;
	text-decoration:underline;
}

#blogText a:hover {
	color:#000000;
	text-decoration:none;
}
	
/*navBar*/
 
ul#Nav {
	float: left;
	height: 29px;
	overflow: hidden;
	margin: -3px 0px 0px 0px;
	display: block;
/*	border-left: 1px solid #000; */
	padding:9px 0px 0px 1px;
}
ul#Nav li {
	display: block;
	float: left;
	height: 20px;
/*	border-right: 1px solid #000; */
	padding:0px 0px 0px 0px;
}
ul#Nav li a {
	display: block;
	float: left;
	text-decoration: none;
	height: 24px;
	text-align: center;
	font-size: 14px;
	padding: 0px 10px 0px 10px;
	font-weight: bold; 
	color: #FFF;
	margin:0;
	}
ul#Nav li a:hover, ul#Nav li a.active {
	color:#062135;
	text-decoration:none;
	}
	
/*navFooter*/
 
ul#navFoot {
	width:627px;
	height:36px;
	float: left;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	display: block;
	padding:15px 0px 0px 5px;
	}
ul#navFoot li {
	display: block;
	float: left;
	height: 18px;
	/*border-right: 1px solid #FFFFFF;*/
	padding:0px 0px 0px 0px;
	}
ul#navFoot li a {
	display: block;
	float: left;
	text-decoration: none;
	height: 21px;
	text-align: center;
	font-size: 12px;
	padding: 0px 6px 0px 6px;
	font-weight: bold;
	color: #333;
	margin:0;
	}
ul#navFoot li a:hover, ul#navFoot li a.active {
	color:#000;
	text-decoration:none;
	}
	
/* Eric Tag */

#ericSpellmann a, #ericSpellmann a:visited {
	font-size:12px;
	color:#333;
	text-decoration:underline;
	}
	
#ericSpellmann a:hover {
	color:#000;
	text-decoration:underline;
	}

/* Urgent Text */

#urgentMessageText p {
	font-size:11px;
	font-weight:bold
	margin:107px 0px 0px 220px;
	}

#urgentMessageText a, #urgentMessageText a:visited {
	font-size:12px;
	color:#F00;
	text-decoration:underline;
	}
	
#urgentMessageText a:hover {
	color:#F00;
	text-decoration:underline;
	}
