/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../images/bg.jpg) top repeat-x;
}

#subPage {
	background: url(../images/headerBG.jpg) top repeat-x;
}

/* [ Top Navigation ] */

#topNavigation {
	padding: 4px 0px 0px 0px;
	font-family: tahoma;
}

#topNavigation a {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#topNavigation a:hover {
	color: #336666;
}

#footer {
	font-size: 11px;
}

#bodyContentTable li {
	margin: 0px 0px 0px 20px;
}

#bodyContentTable li ul li {
	margin: 0px 0px 0px 20px;
}

#footerTable {
	font-size: 12px;
	font-weight: normal;
	text-align:left;
}

#copyright {
	border-top: 1px solid #000000;
	padding: 10px 0px;
	text-align: center;
}