/*
// $Id: content.css,v 1.10 2007/05/17 04:20:03 dennisc Exp $
// $Revision: 1.10 $
// $Author: dennisc $
//
// $Log: content.css,v $
// Revision 1.10  2007/05/17 04:20:03  dennisc
// Added secure login navigation
//
// Revision 1.9  2007/05/16 19:52:09  dennisc
// Style and nav changes per client.
//
// Revision 1.8  2007/05/10 20:41:15  dennisc
// Style changes per client.
//
// Revision 1.7  2007/05/04 05:50:20  dennisc
// Style and footer changes
//
// Revision 1.6  2007/04/25 06:52:06  dennisc
// Made changes to allow the client to maintain the hero images through the CMT per their request.
//
// Revision 1.5  2007/04/18 23:23:30  dennisc
// Updated the header styles per the client's request for a skinnier font.
//
// Revision 1.4  2007/04/18 19:30:01  dennisc
// *** empty log message ***
//
// Revision 1.3  2006/02/17 20:45:17  dennisc
// Final style changes for phase 1
//
// Revision 1.2  2006/02/17 20:06:03  dennisc
// Wrapper fixes and added flash
//
// Revision 1.1  2006/02/15 20:00:01  dennisc
// Initial build of homepage, stylesheets, error pages, javascript and began building wrapper.
//
//
*/
body p, td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #777777;
	}

a {
	color: #163c66;
	text-decoration:underline;
}

a:link {
	color: #163c66;
	text-decoration:underline;
}

a:visited {
	color: #163c66;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	color: #B7B9A5;
}

a:active {
	color: #163c66;
	text-decoration:underline;
}

h1 {
	font-family: Times, Times New Roman, sans-serif;
	font-size: 24px;
	color: #4d3a36;
	line-height:24px;
	font-weight:100;
}

h2 {
	font-family: Times, Times New Roman, sans-serif;
	font-size: 20px;
	color: #4d3a36;
	text-decoration: underline;
	line-height:20px;
	font-weight:100;
}

h3 {
	font-family: Times, Times New Roman, sans-serif;
	font-size: 18px;
	color: #4d3a36;
	line-height:18px;
	font-weight:100;
}

h4 {
	font-family: Times, Times New Roman, sans-serif;
	font-size: 18px;
	color: #777777;
	line-height:18px;
	font-weight:400;
}

h5 {
	font-family: Times, Times New Roman, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-decoration:underline;
	color: #777777;
	line-height:16px;
	font-weight:400;
}

h6 {
	font-family: Times, Times New Roman, sans-serif;
	font-size: 14px;
	font-weight:bolder;
	color: #777777;
	line-height:14px;
}
