body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 1px 0px 0px 0px;
}

.title1 {
	font: 26px/40px Verdana;
	color: #084683;
	text-align: left;
}

.title2 {
	font: 20px/28px Verdana;
	color: #084683;
	border-bottom: 1px solid #084683;
}

.title3 {
	font: 16px/24px Verdana;
	color: #084683;
}

.style1 {
	font: 12px/18px Trebuchet MS;
	color: #5A5A5A;
	text-align: left;
}

p,li,.style2 {
	font: 14px/18px Trebuchet MS;
	color: #5A5A5A;
	text-align: left;
}

A.01:link {
	font: 12px verdana;
	color: #084683;
	line-height: 20px;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

A.01:visited {
	font: 12px verdana;
	color: #084683;
	line-height: 20px;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

A.01:hover {
	font: 12px verdana;
	color: #FFFFFF;
	background-color: #084683;
	line-height: 20px;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

.footer {
	font: 11px verdana;
	color: #242424;
	vertical-align: middle;
}

A.footer:link, A.footer:visited {
	font: 11px Verdana;
	color: #242424;
	text-decoration: none;
}

A.footer:hover {
	font: 11px Verdana;
	color: #121212;
	text-decoration: underline;
}

A.menu:link, A.menu:visited {
	font: 16px/50px tahoma;
	color: #B1B1B1;
	padding: 0px 10px 0px 5px;
	text-decoration: none;
}

A.menu:hover {
	font: 16px/50px tahoma;
	color: #FFFFFF;
	padding: 0px 10px 0px 5px;
	text-decoration: none;
}

#container {
	position: relative;
	left: 0px;
	top: 0px;
	width: 880px;
	margin:0px 0px 0px 0px;
	display: table;
	z-index: 0;
}

#footer {
	width: 880px;
	height: 40px;
	background-image: url(images/bg-footer.jpg);
}

#header {
	width: 880px;
	height: 390px;
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#bottom {
	width:880px;
	height:61px;
	background-image: url(images/bg_bottom.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 880px;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-y;
	display: table;
	text-align: center;
}

#menu {
	width: 880px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	background-color: #FAFAFA;
	background-image: url(images/bg_body.jpg);
	background-repeat: no-repeat;
}

#body {
	width: 838px;
	min-height: 600px;
	background-image: url(images/bg_body_home.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FAFAFA;
	text-align: center;
}

#bodytext {
	width: 798px;
	text-align: center;
}

