html, body {
	height: 100%; 
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #173964;
	padding:0px 0px 10px 15px;
	}
	
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #173964;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-style: italic;
	font-weight: bold;
	color: #173964;
}

.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1d729b;
	}
	
.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #173964;
	padding: 7px 15px 5px 25px;
}
a:hover {
	color: #1d729b;
}
a:focus {
outline: none; -moz-outline: none;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #173964;
	font-weight: bold;
	text-decoration: none;
}
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 15px;
	margin-bottom: 8px;
	line-height: 17px;
}

li {
	background: url(images/bullet.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #173964;
	padding-left: 16px;
	margin-bottom: 4px;
	line-height:16px;
	}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */


#footer {
	position: relative;
	margin-top: 0px; /* negative value of footer height */
	height: 73px;
	clear:both;
	margin-left: -1px;} 


