.bodies {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.tbl {
	margin: 0px;
	padding: 0px;
	width: 900px;
	text-align: left;
}
.left {
	width:200px;
	height:auto;
	background-color: #F5F4E9;
}
.mnleft a {
	height:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background-image: url(../images/ngmnl.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 10px;
	line-height: 25px;
	background-color: #5397C7;
}
.mnleft a:hover {
	text-decoration: none;
	color: #00CCFF;
}
.place a {
	height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	display: block;
	padding-left: 20px;
	line-height: 18px;
	background-color: #EBE9D3;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDBB8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F9F8F0;
}
.place a:hover {
	text-decoration: none;
	color: #85803D;
}
.center {
	width:384px;
	height:auto;
	background-color: #FFFFFF;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 30px;
	padding-top: 14px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 16px;
}

.right {
	width:176px;
	height:auto;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #F5FCEF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
}
.hd {
	background-image: url(../images/bg_hd.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
}
.mnup {
    width				: 0;
	text-align: center;
}
.mnup td{
	text-align: center;
	width: auto;
	height:30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 12px;
	background-color: #8DB500;
}
.mnup a {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;

}
.mnup a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.mnbt{
	text-align: center;
	background-color: #D4D2D2;
	background-image: url(../images/bg_mnbt.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 30px;
}
.mnbt a {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-right: 5px;
	padding-left: 2px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;
}
.mnbt a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.footer{
	color: #999999;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	height: 45px;
}
#thicktabs{
	margin: 0;
	padding: 0;
	float: right;
	width:auto;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

#thicktabs li{
	display: inline;
	width: auto;
}

#thicktabs li a{
float: left;
color: #000000;
padding: 5px 10px; /*padding of tabs*/
text-decoration: none;
background: transparent url(../images/pinkbg.gif) top right no-repeat;
border-top: 1px solid #B5C7CB; /*top border style*/
border-bottom: 3px solid #66838A; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: #FFFFFF;
background-image: url(../images/pinkbgover.gif); /*background image swap on hover*/
}

