/* Left Side Navigation */
.leftnav_cell {
	background-color: #E5E5E5;
	padding-left: 0px;
	color: #000000;
	padding-top: 10px;
	font-size: 11px;
	list-style-type: square;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.leftnav_cell a:link {
	color: #000000;
	text-decoration: none;
}
.leftnav_cell a:visited {
	color: #000000;
	text-decoration: none;
}
.leftnav_cell a:hover  {
	color: #000000;
	text-decoration: underline;
}
.leftnav_cell a:active {
	color: #000000;
	text-decoration: underline;
}
#navlist1
{
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 5px;
	list-style-image: none;
	list-style-type: square;
	}
#navlist1 li 
{
	background-repeat: no-repeat;
	background-position: 0;
	color: #000000;
}
/* Footer */
.footer_bar {
	font-size: 9px;
	color: #FFFFFF;
	background-color: #CC0000;
	height: 30px;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
}
/* Navigation Menu at top */
.navlist_top
{
	margin: 0;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	list-style-position: inside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
}
.navlist_top ul, .navlist_top li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
.navlist_top a:link, .navlist_top a:visited
{
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.navlist_top a:hover 
{ 
	color: #FFCC00; 
}
/* Main Content */
.maincontent_cell {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-right-width: thin;
}
.content_left {
	font-size: 10px;
	padding: 10;
}
.content_right {
	font-size: 12px;
	padding: 10;
}
.content_1 {
	font-size: 14px;
	padding: 24;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.content_2 {
	font-size: 12px;
	padding-top: 24px;
}
.pageheading {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
}
.pageheading_sub {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}
.quote {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #003366;
	line-height: 30px;
}

