@charset "utf-8";
body {
	background-color: #999999;
	font-family: "Lucida Console", "Courier New", Courier;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/lightgrad_01.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.navTitle {
	color: #FFFFFF;
}
.inactive {
	color: #666666;
	font-style: italic;
}



#divWrapper {
	margin: 0px;
	padding: 0px;
}
#divLeftWrapper {

}
#tblMain {

}
#tblMain td {
	vertical-align: top;
}

#divLogo {
	margin: 0px;
	width: 218px;
	text-align: right;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#divLogo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#divNav {
	text-align: right;
	width: 228px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#divNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#divNav li {
	display: block;
	width: 218px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#divNav a:link, #divNav a:visited {
	text-decoration: none;
	color: #333333;
	display: block;
	margin: 0px;
	width: 218px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#divNav a:hover {
	color: #FFFFFF;
	background-color: #cdcdcd;
}
#divRightWrapper {


}
#divContentHeader {
	height: 53px;
	padding-top: 22px;
	padding-left: 10px;
	text-align: left;
	vertical-align: bottom;
}

