html,body {
	margin: 0px;
	padding: 0px;
	background-color: #307ebe;
	color: #307ebe;
	font-size: 12px;
	font-family: Arial, tahoma, sans-serif;
	background-image: url("../img/body_bga.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	min-height: 100%;
	height: auto;
	background-attachment:scroll;
}

#preload {
	width: 100px;
	padding-top: 400px;
	margin: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("../img/ajax_loader.gif");
}

#container {
	width: 823px;
	overflow: hidden;
	margin: auto auto;
}

#header {
	width: 823px;
	height: 167px;
	background-image: url("../img/header.png");
}

#flash_wrapper {
	height: 165px;
	width: 328px;
	background-color: transparent;
	float: left;
	padding-left: 13px;
}

#menu_wrapper {
	width: 520px;
	padding: 0px 156px 0px 157px;
	height: 37px;
	background-image: url("../img/menu_bg.png");
	text-align: center;
}

#menu_wrapper a {
	width: 129px;
	height: 37px;
	display: block;
	background-position: right top;
	float: left;
}

#menu_wrapper a#menu_1 {
	background-image: url("../img/menu_1_duble.png");
	width: 130px;
}
#menu_wrapper a#menu_2 {
	background-image: url("../img/menu_2_duble.png");
}
#menu_wrapper a#menu_3 {
	background-image: url("../img/menu_3_duble.png");
}
#menu_wrapper a#menu_4 {
	background-image: url("../img/menu_4_duble.png");
}

#menu_wrapper a.selected, #menu_wrapper a:hover {
	background-position: right bottom;
}

#submenu_wrapper_1 {
	width: 823px;
	height: 28px;
	background-image: url("../img/submenu_bg.png");
	text-align: center;
}

#submenu_wrapper_2 {
	width: 510px;
	margin: auto;
}

#submenu_wrapper_2 a.submenu {
	height: 28px;
	padding: 0 15px 0px 15px;
	float: left;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
}

#submenu_wrapper_2 a#current, #submenu_wrapper_2 a:hover {
	background-image: url("../img/submenu_icon.png");
	background-position: left center;
	background-repeat: no-repeat;
	color: #a9e841;
}

#content_top {
	width: 823px;
	height: 12px;
	background-image: url("../img/content_top.png");
	background-repeat: no-repeat;
	font-size: 0px;
}

#content_wrapper_1 {
	width: 823px;
	overflow: auto;
	background-image: url("../img/content_bg.png");
	background-repeat: repeat-y;
	background-position: center;
}

#box1_wrapper {
	width: 245px;
	margin: auto;
	float: left;
}

#box1_top {
	width: 245px;
	height: 22px;
	padding-top: 12px;
	color: #fff;
	background-image: url("../img/box1_top.png");
	text-indent: 30px;
	font-size: 13px;
}

#box1_content_wrapper1 {
	width: 245px;
	overflow: hidden;
	background-image: url("../img/box1_bg_repeat.png");
	background-repeat: repeat-y;
	color: #fff;
}

#box1_content_wrapper2 {
	width: 195px;
	padding: 20px 25px 30px 25px;
	overflow: hidden;
	background-image: url("../img/box1_bg_bottom.png");
	background-repeat: no-repeat;
	background-position: bottom;
	text-indent: 20px;
}

#box1_ie6fix {
	float: left;
	width: 0px;
	font-size: 0px;
	height: 71px;
}

#content_wrapper_right {
	width: 740px;
	overflow: hidden;
	margin: auto;
	background-image: url("../img/content_wrapper_middle.png");
	background-position: left;
	background-repeat: repeat-y;
	padding: 0px;
}

#content_wrapper_right_top {
	width: 700px;
	margin: auto;
	background-image: url("../img/content_wrapper_top.png");
	background-position: left;
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 40px;
	padding-top: 20px;
}

#content_wrapper_right_bottom {
	width: 740px;
	margin: auto;
	background-image: url("../img/content_wrapper_bottom.png");
	background-position: left;
	background-repeat: no-repeat;
	height: 45px;
}

#div1 {
	width: 680px;
	overflow: hidden;
	margin: auto;
	color: #000;
	padding-top: 10px;
}

#div1 p {
	margin: 0px;
	padding: 5px;
}

#div1 #left {
	width: 225px;
	float: left;
	text-indent: 30px;
	padding: 10px 10px 10px 10px;
}

#div1 #right {
	width: 225px;
	float: right;
	text-indent: 30px;
	padding: 10px 10px 10px 10px;
}

#content_wrapper_right span.blue {
	color: #0368ae;
	display: block;
	font-weight: bold;
	text-indent: 10px;
	font-size: 14px;
}

#box2_wrapper {
	width: 550px;
	overflow: hidden;
	color: #000;
}

#box2_top_wrapper {
	overflow: hidden;
	width: 550px;
	background-image: url("../img/box2_top.png");
	background-repeat: no-repeat;
	background-position: top;
}

#box2_bg_wrapper {
	overflow: hidden;
	width: 550px;
	overflow: hidden;
	background-image: url("../img/box2_bg.png");
	background-repeat: repeat-y;
	background-position: left center;
}

#box2_bottom_wrapper {
	overflow: hidden;
	width: 450px;
	background-image: url("../img/box2_bottom.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 25px 50px 25px 50px;
	text-indent: 20px;
}

#box2_ie6fix {
	float: left;
	width: 0px;
	font-size: 0px;
	height: 107px;
	background-color: red;
}

#footer {
	width: 555px;
	padding-left: 268px;
	height: 44px;
	background-image: url("../img/footer_bg.png");
	text-align: left;
	line-height: 38px;
	margin-bottom: 20px;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover, #footer a.current {
	color: #acea42;
}

#footer span.footer_spaces1 {
	padding-left: 6px;
}
#footer span.footer_spaces2 {
	padding-left: 9px;
}
#footer span.footer_spaces3 {
	padding-left: 13px;
}

a.link {
	text-decoration: underline;
	color: #000;
}
a.link:hover {
	text-decoration: none;
}

#footer_text_wrapper {
	width: 300px;
}

#sigla_wrapper {
	width: 124px;
	float: right;
	padding-top: 16px;
	height: 48px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

#sigla_normal {
	width: 124px;
	height: 48px;
	display: block;
	background-image: url("../img/sigla_ts.png");
	background-position: top;
	position: absolute;
	cursor: pointer;
}

#sigla_hover {
	width: 124px;
	height: 48px;
	display: block;
	background-image: url("../img/sigla_ts.png");
	background-position: bottom;
}
