body {
	margin:0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:19px;
	font-size: 12px;
	color:#333333;
	background-color: #cccccc;
	}
	
	
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	line-height:20px;
	font-size: 12px;
	}
	
a {
	color: #003366;
	font-weight:bold;
	}
	
a:hover {
	color: #FF6600;
	text-decoration: underline;
	}
	

#jensenheader {
	height: 169px;
	background-image: url(../images/JensenHeader.jpg);
	background-repeat: no-repeat;
	width: 800px;
	background-color: #ffffff;
	float: left;
}

#jensenflashheader {
	height: 169px;
	background-repeat: no-repeat;
	width: 800px;
	background-color: #ffffff;
	float: left;
}



#container{
  	float:left;
	width: 805px;
	margin:0px auto;
	padding: 0;
	background-color:#FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
}

#bluebox{
	width: 277px;
	padding: 5px 10px 5px 20px;
	margin-left: -12px;
	margin-top: -7px;
	margin-bottom: 12px;
	background-color:#1768a6;
	height: auto;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
 	line-height: 1.7;
}

#content{
	width: 490px;
	padding: 10px;
	margin-left: 110px;
	margin-top: -5px;
	float: left;
}

#content li{
	list-style-type: square;
	padding-bottom: 8px;
}
	
	
#content a {
	color: #006699;
	font-weight:bold;
	}
	
#content a:hover {
	color: #FF6600;
	text-decoration: underline;
	}
		
	
hr {
	width: 95%;
	color: #66CC00;
	background-color: #C0DFFD;
	border: 2px dotted #66CC00;
	border-style: none none dotted;
	}

#navigation{
	margin:0;
	padding:0;
	width: 180px;
	display: block;
	float: left;
	background-color: #FFFFFF;
	clear:right;
}

#navigation ul {
	margin: 0px;
	padding:0px;
	display: block;
	list-style-type:none;
	text-decoration: none;
	color: #003366;
}

#navigation li {
	padding-bottom: 0px;
	display: block;
	list-style-type:none;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing:.1em;
	color: #003366;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #C0DFFD; 
}
	
#navigation ul li a:hover {
	display: block;
	text-decoration: none;
	background: #e6f3ff;
	color:#FF6600;
	font-weight: normal;
}


#navigation ul a:link, #navigation ul a:visited {
	display: block;
	list-style: none;
	font-weight: normal;
	padding: 8px 6px 8px 15px; 
}
	

/* Class Styles */
		
	
a:link, a:visited, a:hover {
	color: #003366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 20px;
	color: #333333;
	line-height:30px;
	letter-spacing:0.1em;
	font-weight: normal;
}

h2{
	font-size: 14px;
	color: #333333;
	font-family: Verdana,Arial,sans-serif;
	line-height:20px;
	font-weight: bold;
}

h3{
 	font-size: 13px;
	font-weight: normal;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:0.1em;
}

h4{
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	line-height:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


ul{
 list-style-type: square;
}

li{
	list-style-type: square;
	padding-bottom: 10px;
}


ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


#footer{
	clear: both;
	font-size: 11px;
	color: #003366;
	padding: 5px;
	margin-top: 0px;
	width: 790px;
	border-top: 1px solid #99CCFF;;
	text-align: center;
}

.status {
	font-size:.87em;
	padding:5px 10px 5px 10px;
	font-weight:bold;
	border:solid 1px #F00;
	text-align:center;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //------------ */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
