
.bodyclass { 
	background-color: #e4c57a;
	background-image: url(/images/layout/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#wrap {
	width: 917px;
	margin-left: auto;
	margin-right: auto;
	background: url(/images/layout/wrap_bg.png) repeat-y;
}

#printheader,
#printfooter {
	visibility: hidden;
	display: none;
}

#header_top {
	width: 917px;
	height: 57px;
	margin: 0 auto;
	background: url(/images/layout/header_top.png) top no-repeat;
}

#header {
	width: 913px;
	margin-left: 2px;
	height: 105px;
	background: url(/images/layout/header_bg.jpg) top no-repeat;
}

#header_left {
	float: left;
	width: 460px;
	height: 105;
}

#header_msg {
	float: right;
	text-align: right;
	width: 300px;
	height: 40px;
	padding-top: 30px;
	padding-right: 15px;
}

#maincontent {
	float: left;
	/*
	width: 705px;
	padding-left: 7px;
	*/
	width: 712px;
	border-left: 1px solid #cc9933;
}

#content {
	float: left;
	width: 705px;
	padding-left: 6px;
}

#maincontent_home {
	float: left;
	width: 712px;
}

/************************ navigation ****************************/
#navigation {
	width: 194px;
	float: left;
}

#navcontainer_top {
	width: 194px;
	height: 20px;
	float: left;
	line-height: 0px;
}

#navcontainer_bottom {
	width: 194px;
	height: 14px;
	float: left;
	background-image: url(/images/nav_bottom.gif);
	background-repeat: no-repeat;
	line-height: 0px;
}

#navcontainer {
	width: 194px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul  {
	list-style: none;
	margin:  0px;
	padding: 0px;
}

#navcontainer li {
	margin-bottom: 1px;
	font-size: 13px;
	line-height: 20px;
}

#navcontainer li a {	
	display: block;
	width: 176px;
	color: #57a3d2;
	background-color: #ffffff;
	text-decoration: none;
	padding-left: 18px;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	color: #224184;
	background: url(/images/navigation/on.png) bottom no-repeat;
	text-decoration: none;
}

#navcontainer ul ul  {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

#navcontainer li li {
	font-size: 12px;
	margin-bottom: 1px;
	line-height: 17px;
}

#navcontainer li li a {	
	display: block;
	width: 174px;
	color: #565656;
	background: #ffffff;
	text-decoration: none;
	padding-left: 20px;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	color: #0d68c2;
	background: #ffffff;
}

#banners {
	width: 194px;
	float: left;
	padding-top: 10px;
	text-align: center;
}

.navbanner {
	margin-bottom: 5px;
}

#bar {
	width: 1px;
	float: right;
}

#main {
	width: 915px;
	padding-left: 2px;
	padding-bottom: 10px;
	float: left;
}

/******************* breadcrumbs/page title *******************/
#breadcrumb {
	text-align: right;
	font-size: 10px;
	color: #000065;
	padding-top: 5px;
	padding-bottom: 5px;
}

#breadcrumb a {
	color: #7787B0;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #7787B0;
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 917px;
	height: 90px;
	background: url(/images/layout/footer_bg.png) no-repeat #e4c57a;
	color: #666666;
	font-size: 12px;
}

#footer_left {
	width: 500px;
	float: left;
	padding-left: 12px;
	padding-top: 5px;
}

#footer_right {
	width: 250px;
	float: right;
	padding-right: 12px;
	padding-top: 5px;
	text-align: right;
	color: #666666;
}

#footer_right a {
	color: #666666;
	text-decoration: none;
}

#footer_right a:hover {
	color: #666666;
	text-decoration: underline;
}

#grip {
	clear: both;
	padding-top: 23px;
	padding-left: 3px;
}

.button { 
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #0d68c2;
	color: #0d68c2;
	text-align: center;
	padding: 2px 10px;
	cursor: pointer;
}

.button:hover { 
	font-size: 11px;
	background-color: #0d68c2;
	border: 1px solid #0d68c2;
	color: #ffffff;
	text-align: center;
	padding: 2px 10px;
	cursor: pointer;
}

