/* CSS Document */
Body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.2;
	font-size:12px;
	background: #cccccc url(../images/bg_grad.jpg) fixed;
}
.TitleBar {
	height:56px;
	text-align:left;
	background-color: #ffffff;
	background-image:   url(../images/bg_titlebar.jpg);
	}
.TitleNav {
	height:56px;
	text-align:center;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	line-height:30px;
	background-color: #ffffff;
	background-image:   url(../images/bg_titlenav.jpg);
	}
.TitleNavOn {
	height:56px;
	text-align:center;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	line-height:30px;
	background-color: #ffffff;
	background-image:   url(../images/bg_titlebar.jpg);
	}
.TitleNavLink {
	color:#666666;
	text-decoration:none;
	}

/* Navigation System Styles */
.NavBar {
	background-color: #9999CC;
	width:160px;
	text-align:left;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	padding-top:7px;
	}
.NavBarSectionLink {
	border-bottom:1px solid #FFFFFF;
	padding:3px 10px;
	font-weight:bold;
	height:16px;
	font-size:11px;
	}
.NavBarSectionLink A {color:#333366;text-decoration:none;}
.NavBarSectionLinkOn {
	border-bottom:1px solid #FFFFFF;
	padding:3px 10px;
	font-weight:bold;
	height:16px;
	font-size:11px;
	background-image:url(../images/bg_navmainon.jpg)
	}
.NavBarSectionLinkOn A {color:#333366;text-decoration:none;}
.SubNavBar {
	background-color: #CCCCEE;
	text-align:left;
	font-size:10px;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	padding:2px 5px 10px 15px;
	line-height:1.5;
	}
.SubNavBar A {text-decoration:none;}

/* Content Section Styles */
.ContentHeader {
	font-size:14px;
	font-weight:bold;
	color:#77AAAA;
	}
.ContentArea {
	padding:15px 70px 20px 30px;
	}
/* Footer Styles */
.Footer {
	padding:15px 0px;
	font-size:10px;
	line-height:1.5;
	color:#DDDDEE;
	}
.Footer A {
	color:#EEEEFF;
	text-decoration:none;
	}
.Footer A:HOVER {
	color:#FFFFFF;
	text-decoration:underline;
	}
