body {
	margin: 0;
	font-size: 100%;
	background: #FCF5E4;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #703400;
	text-transform: uppercase;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #703400;
}

a:link, a:visited {
	color: #000;
}

.wrapper {
	margin: 0;
	width: 574px;
	background: #fcf5e4;
}

.head_container {
	position: relative;
	border-bottom: 10px solid #f5a700;
}

.logo {
	background: url(images/logo.png) no-repeat;
	width: 185px;
	height: 185px;
	margin-left: 17px;
}

.topright {
	width: 612px;
	left: 216px;
	top: 0;
	position: absolute;
	height: 185px;
}

.bg_line {
	background: url(images/head_bg.png) repeat-x;
}

.topnav {
	height: 41px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-transform: uppercase;
	color: #703400;
}

.topnav a, .topnav a:visited {
	color: #703400;
	text-decoration: none;
}

.topnav a:hover {
	text-decoration: underline;
}

.search {
	width: 100px;
	float: left;
}

.access {
	position: absolute;
	right: 37px;
	width: 115px;
	top: 5px;
	text-align: center;
	color: #000;
}

.access a, .access a:visited {
	color: #EA7A18;
}

.headimg {
	background: #FAE1AB url(images/head_img.jpg) no-repeat;
	height: 143px;
	border-top: 1px solid #f5a700;
}

td.left {
	width: 216px;
	font-family: Helvetica, Arial;

	font-weight: bold;
	background: url(images/leftnav_bg.png) no-repeat center bottom;
	vertical-align: top;
}

td.titlebar {
	width: 45px;
	background-color: #ea7a18;
	background-repeat: no-repeat;
	vertical-align: top;
}

td.mainbody {
	vertical-align: top;
	padding:20px 40px 20px 20px;
}


/****************************************************************************************
* 	LAYOUT CSS FOR THE MENU
****************************************************************************************/
#listMenu a{	/* Main menu items */
	color:#000;
	text-decoration:none;
	font-weight:bold;

}
#listMenu ul li a{	/* Sub menu */
	color: #ea7a18;
	font-weight: bold;
}
#listMenu ul li ul li a{	/* Sub Sub menu */
	color: #000;
	font-size:0.9em;
	font-weight:normal;
}

#listMenu ul li ul li {	/* Sub Sub menu */
	margin-left: -13px;

}


.activeMenuItem {
	background: #ff0000;
}

.activeMenuItem a {
	color: #fff;
}



/****************************************************************************************
* 	NEW MENU
****************************************************************************************/


ul#treemenu1.treeview {
	padding: 0;
	margin: 0px;
}


.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: none;
line-height: 40px;
border-bottom: 1px solid #000;
cursor: hand !important;
cursor: pointer !important;
padding: 0px;
margin: 0;
}

.treeview li.submenu a{
	padding-left: 10px;
	text-decoration: none;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
padding-left: 5px;
background: #fff;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
line-height: normal;
padding: 5px;
color: #ea7a18;
}

.treeview #active.submenu ul li a {
	color: #ea7a18;
	text-decoration: none;
}

.treeview .submenu ul li a {
	color: #ea7a18;
	text-decoration: none;
}

li#active.submenu {
	background: #000;
	color: #fff;
}

li#active.submenu a {
	color: #fff;
}


/*
No bullets
*/	
#listMenu li{
	list-style-type:none;	
	border-bottom: 1px solid #000;
	padding:0px 0px 0px 15px;
	line-height: 45px;
	cursor: pointer;
}

#listMenu li#active{
	background: #000;
}

#listMenu li#active a{
	color: #fff;
}

#listMenu li#active ul li a{
	color: #EA7A18;
}


#listMenu li ul li{
	background:#FFFFFF none repeat scroll 0%;
	border-bottom:medium none;
	margin-left:-25px;
	padding-bottom:7px;
	padding-right:10px;
	line-height:normal;
	padding-top:4px;
}

/*
No margin and padding
*/
#listMenu, #listMenu ul{
	margin:0px;
	padding:0px;
}

/* Margin of sub menu items */
#listMenu ul{
	display:none;
	margin-left:10px;
}

.botlinks {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.botlinks a {
	color: #ea7a18;
}

.underline {
	text-decoration: underline;
}

.to_top {
	font-size: 80%;
	text-align: right;
	font-weight: normal;
	margin-bottom: 10px;
}


/* NEW MENU 2 */


.clear{
	clear:both;
}

#mainContainer{
	width:760px;
	text-align:left;
	margin:0 auto;
	background-color: #FFF;
	border-left:1px solid #000;
	border-right:1px solid #000;
	height:100%;
}

#topBar{
	width:760px;
	height:100px;
}
#leftMenu{
	width:200px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}
#mainContent{
	width: 520px;
	padding-right:10px;	
	float:left;
}
/*
General rules
*/

#dhtmlgoodies_slidedown_menu li{
	/*list-style-type:none;*/
	padding-bottom: 0;
	/*position:relative;*/
	/*border-bottom: 1px solid #000;*/
}

a.slMenuItem_depth1 {
	/*padding: 20px 0;*/
	padding-top: 15px;
	/*height: 30px;*/
	padding-bottom: 15px;
}
#dhtmlgoodies_slidedown_menu ul{
	margin:0px;
	padding:0px;
	/*position:relative;*/

}

#dhtmlgoodies_slidedown_menu div{
	margin:0px;
	padding:0px;
}
/* 	Layout CSS */
#dhtmlgoodies_slidedown_menu{		
	
}

/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu a{
	text-decoration:none;	
	display:block;
	clear:both;	
	padding-left:0px;	
	padding-right: 5px;

}

/*
A tags 
*/
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
	font-weight:bold;
	padding-left: 15px;
	
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
	font-style:italic;
	color:blue;
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
	color:red;
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
}

/* UL tags, i.e group of menu utems. 
It's important to add style to the UL if you're specifying margins. If not, assign the style directly
to the parent DIV, i.e. 

#dhtmlgoodies_slidedown_menu .slideMenuDiv1

instead of 

#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
*/

#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
	/*padding:1px;*/
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
	margin-left:5px;
	padding: 10px 0;
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
	margin-left:10px;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
	margin-left:15px;
}

.slideMenuDiv2 ul li {
	line-height: normal;
}

a.slMenuItem_depth2 {
	line-height: normal;
	padding-left: 15px;
}

.slideMenuDiv2 ul a,
.slideMenuDiv2 ul a:active,
.slideMenuDiv2 ul a:hover,
.slideMenuDiv2 ul a:visited {
	color: #ea7a18;
	padding-bottom: 5px;
}

.active .slideMenuDiv2 ul a, 
.active .slideMenuDiv2 ul a:visited,
.active .slideMenuDiv2 ul a:hover,
.active .slideMenuDiv2 ul a:active  {
	color: #ea7a18;
}
	
.active .slMenuItem_depth1 {
	background: #000;
}

li.active a,
li.active a:visited,
li.active a:hover {
	color: #fff;
}

.slideMenuDiv2 ul {
	background: #fff;
}

#dhtmlgoodies_slidedown_menu li ul li {
	border: none;
	margin-left: 25px;
	list-style-type: disc;
	color: #EA7A18;
	list-style-position: outside;
}

a.slMenuItem_depth1 {
	border-bottom: 1px solid #000;
}

#dhtmlgoodies_slidedown_menu ul li {
	padding: 0px;
	margin: 0px;
}

.last_updated {
	font-size: 70%;
	font-family: Tahoma;
	text-align: right;
}

