﻿body
{
	font-family: Verdana;
	font-size: 12px;
	color: #222222;
}


ul
{
	margin-left: 20px; 
	list-style-type:square; 
	padding-left: 0px;
}

ul.SpacedList
{
	margin-left: 20px; 
	list-style-type:square; 
	padding-left: 0px;
	line-height: 18px;
}



.PageTitle
{
	vertical-align: top;
	padding-bottom: 30px;
}


.navLink 
{
	font-family: Tahoma;
	color: #232323;
	font-size: 10px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;
	text-align: center;
	height: 26px;
}

.navSubMenu
{
	background-color: White;
	filter: alpha(opacity=75); 
	-moz-opacity: .75;
	opacity: .75;
	font-family: Tahoma;
	color: #232323;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	border-bottom: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
}


.navSubMenuItem, .navSubMenuItem a:link, .navSubMenuItem a:visited, .navSubMenuItem a:active
{
	padding: 7px;
	border-top: solid 1px #dddddd;
	color: #232323
}
.navSubMenuItem a:hover
{
	color: #223673;
}
.navSubMenuItem:hover
{
	background-color: #f7f7f7;
}

.footerlink
{
	color: #c1c1c1;
	font-size: 11px;
}
.footerlink a:link, .footerlink a:visited, .footerlink a:active
{
	color: #e1e1e1;
	text-decoration: underline;
}
.footerlink a:hover
{
	color: #ffffff;
	text-decoration: underline;
}