body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/layout/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link, a:visited {
text-decoration:none;
color:#0083AE;
}
a:hover {
	background-color: #DEE4EF;
	color: #333333;
	text-decoration:underline;
}

img { border:none; }

#header .level_1 {
	background-image: url(../images/layout/level_1.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 30px;
	background-color: #FFFFFF;
	background-position: center bottom;
}
#header .level_2 {
	background-image: url(../images/layout/level_1.jpg);
	background-repeat: no-repeat;
	height: 107px;
}
#header .level_3 {
	background-image: url(../images/layout/navigation_tile.gif);
	background-repeat: repeat-x;
	height: 38px;
}
#header .level_3 .baloon_tail {
	height: 38px;
	width: 115px;
	clear: right;
	background-image: url(../images/layout/baloon_tail.gif);
	background-repeat: no-repeat;
	float: right;
	background-position: left top;
}
#header a.logo:link, #header a.logo:visited {
	background-image: url(../images/layout/logo_main.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 121px;
	display: block;
	margin-top: 32px;
	margin-left: 20px;
	float: left;
}
#header a.logo:hover { background-color:transparent; }
#footer {
	float: left;
	clear: both;
	width: 100%;
}
#footer .level_1 {
	height: 39px;
	background-color: #3F6F9F;
	background-image: url(../images/layout/bg_footer_level_1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
}
#footer .left {
margin-left:15px;
float:left;
clear:left;
}
#footer .left a:link, #footer .left a:visited {
	line-height:39px;
	padding:5px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
#footer .left a:hover {
	text-decoration:underline;
	background-color: transparent;
}
#footer .right {
	margin-right: 15px;
	clear: right;
	float: right;
}
#footer .right a:link, #footer .right a:visited {
	line-height:39px;
	text-transform: capitalize;
	background-image: url(../images/layout/ico_footer_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer .right a:hover {
	text-decoration:underline;
	background-color: transparent;
}
#footer .level_2 {
	border-top-width: 8px;
	border-top-style: solid;
	border-color: #FF0000;
	margin-top: 3px;
	color: #777777;
	text-align: center;
	padding-bottom: 15px;
	font-size: 12px;
}
#footer .level_2 a:link, #footer .level_2 a:visited {
color:#777777;
text-decoration:none;
}

#body {
	min-height:430px;
	float: left;
}


/* Navigation */
.button_border {
	height: 18px;
	width: 159px;
	border-top: 2px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	border-left: 3px solid #CCCCCC;
	padding-left: 5px;
	padding-top: 2px;
	cursor: default;
}
.button_border_top {
	height: 18px;
	width: 159px;
	padding-left: 5px;
	padding-top: 2px;
	border: 3px solid #CCCCCC;
	text-decoration: none;
	cursor: default;
}
.button_border_bottom {
	height: 18px;
	width: 159px;
	border-top: 2px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
	border-bottom: 5px solid #CCCCCC;
	border-left: 3px solid #CCCCCC;
	padding-left: 5px;
	padding-top: 2px;
}
.button_border_top_bottom {
	height: 18px;
	width: 159px;
	padding-left: 5px;
	padding-top: 2px;
	border: 3px solid #CCCCCC;
}#navigation {
	height: 38px;
	clear: left;
	float: left;
}

