/* CSS Document */

html {
	height: 100%;
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #BAC1AC;
	padding: 1px;
}



table.content_table {
  width: 100%;
	padding: 3px;
	margin: 3px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}



.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

td {
	text-align: left;
	font-size: 10px;
}

a:link, a:visited {
	color: #333333; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #009900;	text-decoration: none;
	font-weight: bold;
}


a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/subhead_bg.png) repeat-x;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #006600;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #006600;
}

a.mainlevel#active_menu {
	color:#000000;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #000000;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
	text-decoration: bold;
}
