a:link, a:visited, a:active
{
	color: #336699;
	text-decoration: underline;
}

a:hover
{
	color: #cc6600;
	text-decoration: underline;
}

body
{
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 12px;
	color: #000000;
	margin-left:0;
	margin-top: 15px;
	background-color: #fff;
	line-height: 16px;
}

.leftShadow
{
	background-image: url(/web/template/img/lShadow.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.topShadow
{
	background-image: url(/web/template/img/tShadow.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.leftNavContainer
{
	background-color: #9d9d9d;
}

.homeContentContainer
{
	background-color: #ffffff;
	padding: 15px 15px 15px 15px;
	text-align:justify;
}

.pageTitle
{
	font-family: Arial, MS Sans-Serif;
	font-size: 24px;
	font-weight:bold;
	color: #9a1818;
	border-bottom: dotted 1px #CCCCCC;
	line-height:26px;
	padding:10px;
	padding-left:0px;
}


.contentCell
{
	padding: 15px;
}

.footer
{
	background-color: #9a1818;
	color: White;
}

.footer a:link, .footer a:active, .footer a:visited
{
	color: White;
	text-decoration: none;
}

.footer a:hover
{
	color: White;
	text-decoration: underline;
}

.leftNavMenu td
{
	width:249px;
	height: 32px;
	border-top: solid 1px #9d9d9d;
	background-color: #5c5c5c;
	background-image:  url(/web/template/img/leftNavOff.gif);
	background-repeat: no-repeat;
	text-align: right;
}

.leftNavMenu td:hover
{
	width:249px;
	height: 32px;
	border-top: solid 1px #9d9d9d;
	background-color: #5c5c5c;
	background-image:  url(/web/template/img/leftNavOn.gif);
	background-repeat: no-repeat;
	text-align: right;
}

.leftNavMenu td a:link, .leftNavMenu td a:active, .leftNavMenu td a:visited
{
	color: White;
	text-decoration: none;
	width: 249px;
	height: 32px;
	display: block;
}

.leftNavMenu td a:hover
{
	color: White;
	text-decoration: none;
	width: 249px;
	height: 32px;
	display: block;
}

.leftNavItem
{
	padding-right: 40px;
	/*padding-top: 10px;*/
	font-family: Arial, MS Sans Serif;
	font-size: 15px;
}