body {
	background: #8DBE9B url(images/background.png) repeat-x;
	font-family: "Trebuchet MS", Verdana, serif
}

#header {
	width: 100%
}

#footer {
	text-align: center;
	font-size: 10px;
	margin: 10px auto
}
h1 {
	margin-top: 0px;
	font-size: 22px;
	font-weight: bold;
    text-align:center;
	color: #FFF6DB;
}
h3 {
	margin-top: 0px;
	font-size: 12px;
	font-weight: normal;
    text-align:left;
	color: #FFF6DB;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}

a {
	color: #0F2D16;
	text-decoration: none
}
a:hover {
	color: #A40008;
	text-decoration: underline
}
a.inText {
	color: #164322;
	text-decoration: underline;
}
table.mtry {background-color: #8DBE9B;
           width: 50px;
           z-index:-1;
            }
            
td.m{ visibility:collapse; }

/*----------------------------  CONTENT */
#container {
	margin: 0 auto;
	width: 580px
}

#main_content {
	margin: 0 auto;
	width: 580px;
	background: #8DBE9B url('images/background_content.jpg');
	background-repeat: repeat-y
} 
#main_topTop {
    height: 10px;
	background: #8DBE9B url('images/toptop.jpg');
}
#main_topBot {
   	height: 10px;
	background: #8DBE9B url('images/topbot.jpg');
}
#main_topNote {
	background: #8DBE9B url('images/topper.jpg');
	margin: 0 auto;
	float: middle;
	width: 580px;
	font-size: 12px;
    color:#FFF6DB; 
    line-height: 130%;
}
#main_topNote h2 {
	font-size: 14px;
    margin: 0 auto;
	font-weight: bold;
	color: #FFF6DB;
    line-height: normal;
}
#main_topNote a {
    margin: 0 auto;     
	font-size: 12px;
    font-weight: normal;
	color: #FFF6DB;
}
#main_topNote a:hover {
	color: #FFD600;
	text-decoration: underline;
}

#main_content_top {
	height: 30px;
	background: #8DBE9B url('images/background_top.jpg');
} 
#main_content_bottom {
	height: 30px;
	background: #8DBE9B url('images/background_bottom.jpg');
}
.content {
	float: middle;
	width: 510px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 13px
}
.content h1 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #164322;
}
.content h2 {
	margin-top: 20px;
	font-size: 14px;
	color: #164322
}
.content h3 {
	margin-top: 0px;
	font-size: 12px;
	text-align: center;
    font-style:italic;
    color:#000000;
}
.content h4 {
	margin-top: 14px;
	margin-bottom: 0px;
	font-size: 15px;
	color: #164322;
}
.content h5 {
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 13px;
	text-align: center;
    font-weight: bold;
    color:#164322;
}
.content h6 {
	margin-top: 0px;
	font-size: 11px;
	text-align: right;
    font-weight: normal;
    color:#000000;
}
.content a {
	color: #005A15;
}
.content a:hover {
	color: #A40008;
	text-decoration: underline;
}
/*----------------------------  end CONTENT */

/*----------------------------  MENU  */
.menuSub {
	padding: 0 0px 0 10px;
	border-left: #FFF6DB 1px solid;
	font-size: 13px;
    color: #FFF6DB;
    margin-left:5px;
}
.menuSub2 {
	padding: 0 0px 0px 10px;
	border-left: #FFF6DB 1px solid;
	font-size: 13px;
    color: #FFF6DB;
    margin-left:7px;
}
.menu_title {
      cursor:pointer;    
    padding-top:5px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF6DB;
}
.menu {
	width: 190px;
	float: left;
	padding: 0 0px 0 15px;
	border-left: #FFF6DB 1px solid;
	font-size: 13px;
    color: #FFF6DB;
}
.menu ul {
	margin: 0;
	padding: 10px 0 10px 15px;
    list-style-image: url('images/menu4.gif');
}
.menu li {
	padding-top: 2px;
	list-style-type: circle
}
.menu  li.hot {
	padding-top: 2px;
	font-weight: bold;
	color: #FFD600;
    list-style-image: url('images/menuHot.gif');
}

a.menu_link {
	color:#FFF6DB;
	font-weight: bold;
	text-decoration: none
}
a.menu_link:hover {
	color: #FFD600;
	font-weight: bold;
	text-decoration: underline
}
a.menu_Mlink {
	color:#FFF6DB;
	font-weight: bold;
	text-decoration: none
}
a.menu_Mlink:hover {
	color: #FFFFB9;
	text-decoration: underline
}
a.menu_Hlink {
	color:#FFD600;
	font-weight: bold;
	text-decoration: none
}
/*---------------------------- end MENU  */


#leftCol { width: 200px; float:left; }
#rightCol {width: 580px; float: right;}

#window { width:100%; height:100%; padding:0; margin:0; }
	
#wrapper {width:840px;   margin: 20px auto auto auto; padding:0; }

#leftBig { width: 15%; float:left; }
#wrapBig {width:94%;   margin: 20px auto auto auto; padding:0; }
#rightBig { width:75%; float: right;}
	
