body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4b61af;
	background-image: url(../images/bg_body.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

#main {
	width: 978px;
	margin-left: auto;
	margin-right: auto;
}

#wrap_home {
	width: 956px;
	float: left;
	padding: 0px 11px;
	background-position: 0 0;
	background-repeat: repeat-y;
	background-image: url(../images/bg_wrap_home.png);
}

#wrap_inside {
	width: 956px;
	float: left;
	padding: 0px 11px;
	background-position: 0 0;
	background-repeat: repeat-y;
	background-image: url(../images/bg_wrap_inside.png);
}

#header {
	width: 956px;
	float: left;
	border-bottom: 5px solid #6b84cc;
}

#printheader {
	display: none;
	visibility: hidden;
}

/**********************************************************/
/***************** navigation *****************************/
/**********************************************************/
#navigation {
	width: 193px;
	float: left;
	padding: 1px;
}

.menu1 {
	width: 193px;
	height: 36px;
	float: left;
	margin-bottom: 1px;
	font-size: 13px;
}

.menu1 a {
	display: block;
	width: 181px;
	height: 26px;
	padding: 10px 6px 0px 6px;
	background-image: url(../images/bg_menu1_off.gif);
	color: #ffffff;
	text-decoration: none;
}

.menu1 a:hover,
.menu1 a.menu1_on {
	background-image: url(../images/bg_menu1_on.gif);
	color: #6b84cc;
	text-decoration: none;
}


#container {
	width: 760px;
	float: right;
	min-height: 500px;
}

.contentbox {
	border-top: 1px solid #dae0f2;
	border-left: 1px solid #dae0f2;
	background-image: url(../images/bg_contentbox.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 8px 10px;
}

.breadcrumbs {
	color: #9b9898;
	font-size: 11px;
	text-align: right;
}

.breadcrumbs a {
	color: #9b9898;
	text-decoration: underline;
}



/**********************************************************/
/***************** homepage *******************************/
/**********************************************************/
.home_left {
	width: 435px;
	float: left;
	font-size: 13px;
}

.home_right_top {
	width: 282px;
	float: right;
}

.home_right_bottom {
	width: 282px;
	float: right;
	clear: right;
	border-top: 1px solid #6b84cc;
}


/**********************************************************/
/***************** footer *********************************/
/**********************************************************/
#footer_home {
	width: 966px;
	height: 80px;
	clear: both;
	padding: 50px 6px 10px 6px;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 12px;
	background-image: url(../images/bg_footer_home.png);
}

#footer_inside {
	width: 966px;
	height: 80px;
	clear: both;
	padding: 50px 6px 10px 6px;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 12px;
	background-image: url(../images/bg_footer_inside.png);
}

#footer_home a,
#footer_inside a {
	color: #ffffff;
	text-decoration: none;
}

#footer_left {
	width: 350px;
	float: left;
}

#footer_right {
	width: 300px;
	float: right;
	text-align: right;
}

#printfooter {
	display: none;
	visibility: hidden;
}


/**********************************************************/
/***************** misc ***********************************/
/**********************************************************/
.button,
.buttonOver {
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	background-image: url(../images/bg_button.gif);
	background-repeat: repeat-x;
	background-color: #6b84cc;
	border: none;
	width: 101px;
	height: 20px;
	cursor: pointer;
}
