div {outline: 0px solid blue;}

/* tags */
body,td,th {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #606060;
}
body {
	background-color: #e6e6e6;
	background-image: url(../images/body_backgrnd.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* Links */
a:link, a:visited {
	color: #000060; 
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0080FF;	
	text-decoration: none;
	font-weight: bold;
}

/* Horizontal Line */
hr {
	background-color: #D4E8FF; height:2px; border: 1px inset;
}


h1 {
	color: #606060; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%; font-weight: bold;
}
h2 {
	color: #585858; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%; font-weight: bold;
}
h3 {
	color: #505050; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%; font-weight: bold;
}
h4 {
	color: #484848; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%; font-weight: bold;
}
h5 {
	color: #404040; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 92%; font-weight: bold;
}
h6 {
	color: #383838; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 86%; font-weight: bold;
}

/* classes */
.header {
	width: 100%;
	height: 100px;
	display: block;
	position: relative;
	background: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0;
	padding: 0;
	text-align: left;
}
#domain {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	width: 241px;
	background-image: url(../images/header_tx.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100px;
	width: 86px;
	background-image: url(../images/header_it.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.print_only {display: none;}

table.shade {width: 95.8%; margin: 10px 1% 0px 3%; padding: 0; border-spacing: 0px; outline: none; border: 0px none;}
td.ct { min-width: 440px; min-height: 440px; background-color: white; }
div.rt { font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; border: none; width:18px; height:440px; background: left top url(../images/html/main_right.jpg) no-repeat transparent;}
td.rs { font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; width:18px; background: left top url(../images/html/main_size.jpg) repeat-y transparent; }
td.rb { font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; width:18px; height:18px; background: left top url(../images/html/main_bright.jpg) no-repeat transparent;}
div.lb { font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; border: none; width:18px; height:18px; background: left top url(../images/html/main_bleft.jpg) no-repeat transparent;}
td.cb { font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; height:18px; background: left top url(../images/html/main_bottom.jpg) repeat-x transparent; }

.main {
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 100%;
	background-color: #ffffff;
}
* html .main {
	margin-top: 0.75em;
}
.menu {
	float: left;
	width: 10em;
	margin: 0px 1em 1em 1em;
}
* html .menu {
	margin: 0px 1em 1em 0.5em;
}

.content {
	font-size: 100%;
	margin-left: 12em;
	padding: 0px 2em 1em 0px;
	clear: right;
}
.block {
	display: block; 
	float: left;
	width: 100%;
	height: auto;
	text-align: right; 
	vertical-align: top;
	margin-bottom: 0.5em;
}
.block img {
	width: 70%; 
}
.footer {
	clear: both;
	height: auto;
	font-size: 92%;
	color: #666666;
	text-align: center;
	padding: 0.75em;
}
.copyright {
	text-align: center;
	font-size: 80%;
	margin: 0px;
	margin-bottom: 4px;
}
.highlight {
	background-color: #D0D0D0;
}
.header a {
	color: #FFFFFF;
}
tt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 0.3em;
}
.menu ul ul {
	padding-left: 1em;
	padding-top: 0.2em;
	font-size: 90%;
}
.menu ul ul li {
	margin-left: 0.5em;
	list-style-type: disc;
	list-style-image: url(../images/html/arrow.png);
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding-bottom: 0.2em;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	border-bottom: 1px solid #999999;
}
.menu_default a:hover {
	border-bottom: 1px solid #0080FF;
}
.menu_current  {
	border-bottom: 1px solid #0080FF;
	text-decoration: none;
}
* html .menu_current  {
	padding-bottom: 0.2em;
}