li,body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	font-size: 13px;
	margin: 0px;
}

#mainTable2 {
	border: 0px solid #000000;
	padding: 0px;
	width: 100%;
}

#mainTable3 {
	border: 0px solid #000000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
/*	width: 100%; */
}

#mainTable {
	cellspacing: 0;
	border: 0px solid #000000;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000000;
}

#mainTable td {
	padding: 0px;
}

#mainContent {
	vertical-align: top;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

#header {
	height: 100px;
	width: 170px;
	color: #666666;
	background-color: #E4E4E4;
	background-image: url(images/170x100_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#footer {
	height: 30px;
	background-color: #D1D1D1;
	color: #666666;
	text-align: right;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	vertical-align: middle;
}

td, p. ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h1:first-child {margin-top: 0;}
h2:first-child {margin-top: 0;}

h1 {
	font-size: 120%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bolder;
}
h2 {
	font-size: 80%;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-weight: bolder;
	color: black;
}
h3 {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h4 {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: center;
	padding: 10px;
	}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCCCCC;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#sidebar {
	width: 180px;
	vertical-align: top;
	font-size: 12px;
	background-color: #000000;
	font-weight: bold;
/*	background-color: #e4e4e4; */
}

#subSidebar {
	width: 50px;
	vertical-align: top;
	font-size: 12px;
	background-color: #000000;
	font-weight: bold;
/*	background-color: #e4e4e4; */
}

#current {
	vertical-align: top;
	width: 180px;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
}

#current a {
	padding: 6px 3px 6px 15px;
	display: block;
	text-decoration: none;
	line-height: 1em;
	width: 180px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #D60000;
	border-left: 0px none;
}

#current a:link, #sidebar a:visited {
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D60000;
}

#current a:hover, #sidebar a:active {
	color: #000000;
	background-color: #CCCCCC;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px none;
}

#sidebar a {
	padding: 6px 3px 6px 15px;
	display: block;
	text-decoration: none;
	line-height: 1em;
	width: 180px;
/*	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px none;
	color: #D60000; */
}

#sidebar a:link, #sidebar a:visited {
	color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D60000;
}

#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	background-color: #D60000;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px none;
	background-image: url(images/buttons.gif);
	background-repeat: no-repeat;
}

a:link, a:visited {
	color: #D60000;
	text-decoration: none;
}

a:hover, a:active {
	color: #D60000;
	text-decoration: underline;
}

#header a:link, {
	color: #666666;
	text-decoration: none;
}
#header a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#header a:visited {
	color: #666666;
	text-decoration: underline;
}

#footer a:link, {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#footer a:visited {
	color: #666666;
	text-decoration: underline;
}
