
.bodyclass {
	color: #666666;
	background-color: #c2dc7f;
	background-image: url(../images/bg_body.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#wrap {
	width: 929px;
	margin-left: auto;
	margin-right: auto;
}

#bar_left {
	width: 20px;
	height: 600px;
	float: left;
	background-image: url(../images/bar_left.gif);
	background-repeat: no-repeat;
}

#bar_right {
	width: 20px;
	height: 600px;
	float: right;
	background-image: url(../images/bar_right.gif);
	background-repeat: no-repeat;
}

#main {
	width: 889px;
	float: left;
}

#navigationcontainer {
	width: 889px;
	float: left;
	background-image: url(../images/bg_main.gif);
	background-position: left;
	background-repeat: repeat-y;
}

/*************************** header **************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 889px;
	height: 211px;
	float: left;
	background-image:  url(../images/bg_header.jpg);
}

#header_logo {
	width: 750px;
	height: 211px;
	float: left;
}

#header_logo_toi {
	width: 139px;
	height: 172px;
	padding-top: 19px;
	float: right;
}

/*************************** navigation **************************/
#navigation {
	width: 194px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_content.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#navcontainer {
	width: 182px;
	float: left;
	padding: 26px 0px 72px 6px;
	margin:0px;
}

#navcontainer ul  {
	list-style: none;
	margin:  0px;
	padding: 0px;
}

#navcontainer li {
	margin-bottom: 2px;
	font-size: 12px;
}

#navcontainer li a {	
	display: block;
	padding: 3px 11px 0px 11px;
	width: 160px;
	height: 17px;
	background-image: url(../images/bg_menu_off.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	background-image: url(../images/bg_menu_on.gif);
}

#navcontainer ul ul {
	list-style: none;
	margin: 3px 0px;
	padding: 3px 0px;
	background-color: #f1f6e6;
}

#navcontainer li li {
	margin: 0px;
	font-size: 11px;
}

#navcontainer li li a {
	display: block;
	padding: 0px 11px 0px 11px;
	width: 160px;
	background-image: none;
	color: #536d3a;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	background-image: none;
	color: #f47624;
}

#navcontainer ul ul ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #f1f6e6;
}

#navcontainer li li li {
	margin: 0px;
	font-size: 11px;
}

#navcontainer li li li a {
	display: block;
	padding: 0px 11px 0px 18px;
	width: 153px;
	background-image: none;
	color: #5a8f15;
}

#navcontainer li li li a:hover,
#navcontainer li li li a#current {
	background-image: none;
	color: #f47624;
}

#navigation_logo {
	width: 193px;
	height: 70px;
	float: right;
}

.bar {
	float: left;
}

/*************************** container *************************/
#container {
	width: 694px;
	float: right;
	background-image: url(../images/bg_content.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#breadcrumb {
	width: 677px;
	float: left;
	padding-top: 8px;
	height: 18px;
	text-align: right;
	text-transform: lowercase;
	color: #ffffff;
}

#breadcrumb a {
	color: #ffffff;
	text-decoration: none;
}

#maincontainer {
	width: 681px;
	float: left;
	background-image: url(../images/bg_container.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#homecontainer {
	width: 681px;
	float: left;
}
	
#maincontent {
	width: 641px;
	float: left;
}

/*************************************** footer ****************************************/
#footer {
	width: 889px;
	height: 100px;
	float: left;
	padding-top: 16px;
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
	color: #47720a;
}

.footer_home {
	background-image: url(../images/bg_footer_home.gif);
}

.footer_inside {
	background-image: url(../images/bg_footer_inside.gif);
}

#footer a {
	color: #47720a;
}

#grip {
	clear: both;
	text-align: center;
	padding: 10px 0px;
}

#printfooter {
	display: none;
	visibility: hidden;
}

/****************************** misc ***************************/
.button,
.button:hover {
	background-image: url(../images/bg_button.gif);
	width: 117px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #ffffff;
	border: none;
	cursor: pointer;
}