body {
	font-family: Arial;
	margin: 10px;
	background-color: #FFF;
}


.tr_header {
	background-color:#FFF;
	height: 90px;
}
.tr_headerspacer {
	background-image: url(../img/bg_header_down2.gif);
	background-repeat: no-repeat;
	height: 8px;
	font-size: 4px;
}
.tr_content {
	background-image: url(img/bg_content.gif);
	background-color: #FFF;
	height: 100%;
}
.tr_spacer {
	height: 8px;
	font-size: 4px;
}
.tr_footer {
	background-image: url(img/bg_footer.gif);
	background-color: #E6BA13;
	height: 20px;
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	border-bottom: black solid 1px;
}

.td_menu {
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	border-bottom: black solid 1px;
	width: 140px;
	background-color: #C0C0C0;
}
.td_spacer {
	width: 8px;
}
.td_content {
	background-image: url(../img/bg_content.gif);
	background-repeat: no-repeat;
	border-left: black solid 1px;
	border-right: black solid 1px;
	border-bottom: black solid 1px;
}

.td_banner {
	background-color: #E6BA13;
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	border-bottom: black solid 1px;
	width: 20px;
}


.header_left {
	background-image: url(../img/bg_header_left2.gif);
	width: 600px;
	height: 117px;
}
.header_middle {
	background-image: url(../img/bg_header_middle2.gif);
	height: 117px;
}
.header_right {
	background-image: url(../img/bg_header_right2.gif);
	width: 159px;
	height: 117px;
}

.footer {
width: 760px;
font-size: 12px;
text-align: center;
}

.normal {
	font-size: 80%;
}
.text, .text_right {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 80%;
}
.col_right {
	border-left: solid 1px #C0C0C0;
}
.text a {
	color: #000;
	text-decoration: underline;

}
.text a:hover {
	color: #E6BA13;
	text-decoration: underline;
}

.footer a {
	color: #333;
	text-decoration: none;

}
.footer a:hover {
	color: #333;
	text-decoration: underline;
}


.menuElement { 
	border: solid 1px black;
	background-color: #CCC;
}
.menuElement_active { 
	border: solid 1px black;
	background-color: #E6BA13;
	color: #333;	
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.td_menuElement { 
	padding-left: 2px;
	padding-right: 2px;
	text-align:center;
}

.td_menuElement a { 
	width:130px;
	color: #000;	
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.td_menuElement a:hover { 
	width: 130px;
	color: #000;	
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.td_menuSpacer {
	font-size: 4px;
	width: 4px;
	height: 9px;
	text-align:center;
}

div.menu {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #000;	
}


.submenu {
	font-weight: bold;
	font-size: 12px;
}

.submenu_item {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 12px;
	background-color:#FFF;
}

.submenu a {
	color: #FFF;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	text-decoration: none;
	background-color: transparent;
}
.submenu a:hover {
	background-color:#F5CBE7;
	color:#7A003C;
}

.submenu .submenu_item {
		background-color: transparent;
		text-align: center;
		width:130px;
}