img {
	border: 0;
}

body {
	background-color: #E2E2E2;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 1px 0px 0px;
}

fieldset.grid1 {
	border: 1px solid #545252;
	padding: 0px 10px 10px 10px;
}

legend.grid1 {
	font: bold 12px/25px verdana;
	color: #FF6600;
}

input.Style01 {
	height: 20px;
	font: 12px/20px Arial;
	color: #282828;
	background-color: #EFEFEF;
	border: 1px solid #BBBBBB;
	padding-left: 5px;
}

textarea.Style01 {
	font: 12px/20px Arial;
	color: #282828;
	background-color: #EFEFEF;
	border: 1px solid #BBBBBB;
	padding: 2px 2px 2px 2px;
}

select.Style01 {
	height: 20px;
	font: 12px/20px Arial;
	color: #282828;
	background-color: #EFEFEF;
	border: 1px solid #BBBBBB;
	padding: 2px 2px 2px 2px;
}

A.sitemap-header:link, A.sitemap-header:visited {
	font: 20px/30px Verdana;
	color: #6A6A6A;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
}

A.sitemap-header:hover {
	font: bold 20px/30px Verdana;
	color: #880000;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
}

A.sitemap-level1:link, A.sitemap-level1:visited {
	font: 17px/20px Verdana;
	color: #6A6A6A;
	text-decoration: none;
}

A.sitemap-level1:hover {
	font: bold 17px/20px Verdana;
	color: #880000;
	text-decoration: none;
}

A.sitemap-level2:link, A.sitemap-level1:visited {
	font: 14px/20px Verdana;
	color: #6A6A6A;
	text-decoration: none;
}

A.sitemap-level2:hover {
	font: bold 14px/20px Verdana;
	color: #880000;
	text-decoration: none;
}

A.sitemap-level3:link, A.sitemap-level1:visited {
	font: 12px/18px Verdana;
	color: #6A6A6A;
	text-decoration: none;
}

A.sitemap-level3:hover {
	font: bold 12px/18px Verdana;
	color: #880000;
	text-decoration: none;
}

.bottom {
	font: 9px verdana;
	color: #9E9E9E;
	text-align: right;
	padding-top: 20px;
	padding-right: 5px;
}

.txtFooter {
	font: 11px verdana;
	color: #4A4A4A;
}

A.txtFooter:link, A.txtFooter:visited {
	font: 11px Verdana;
	color: #4A4A4A;
	text-decoration: none;
}

A.txtFooter:hover {
	font: 11px Verdana;
	color: #242424;
	text-decoration: none;
}

.button {
	font: 12px/28px Arial;
	color: #999999;
	border: 1px solid #999999;
	width: 100px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}

A.menu:link, A.menu:visited {
	font: 16px/24px sans-serif;
	color: #115FB2;
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

A.menu:hover {
	font: 16px/24px sans-serif;
	color: #115FB2;
	border-bottom: 2px solid #990000;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

/* PAGE SECTION AREAS */

#container {
	position: relative;
	width: 880px;
	margin: 0px 0px 0px 0px;
	display: table;
	z-index: 0;
}

#header-area {
	width: 880px;
	height: 390px;
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;	
}

#menu-area {
	width: 880px;
	height: 40px;
	background-image: url(images/bg_general.jpg);
	background-repeat: no-repeat;
}

#content-area {
	width: 880px;
	background-image: url(images/bg_general.jpg);
	background-repeat: repeat-y;
	display:table;
}

#bottom-area {
	width:880px;
	height:61px;
	background-image: url(images/bg_bottom.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	display: table;
}

#bottom-left {
	float:left;
	width: 400px;
	text-align: left;
	padding-left: 40px;
}

#bottom-right {
	float:right;
	width: 440px;
}

#footer-area {
	width: 880px;
	height: 30px;
}

/* CONTENT SECTION */
#menu-body {
	width: 838px;
	height: 40px;
	padding: 0px 21px 0px 21px;
}

#content-body {
	width: 838px;
	padding: 0px 21px 0px 21px;
	background-image: url(images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content-body-area {
	width: 758px;
	padding: 30px 40px 40px 40px;
}

