@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg_pattern.gif);
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #005792;
	margin: 0;
	padding: 0;
}
a:link {
	color: #DE7E00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DE7E00;
}
a:hover {
	text-decoration: none;
	color: #005792;
}
a:active {
	text-decoration: none;
	color: #DE7E00;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: bold;
	color: #DE7E00;
	background-color: #FFFFFF;
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
}
h1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DE7E00;
	display: block;
	border-bottom: solid #DE7E00 10px;
	margin-bottom: -10px;
}


.float_left {
	float: left;
}
.float_right {
	float: right;
}
.float_left_margin {
	float: left;
	margin: 3px 5px 0px 0px;
}


/* CSS Document */

#header {
	height: 137px;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_header.gif);
	background-repeat: repeat-x;
}
#header_content {
	width: 800px;
	margin: auto;
}
#middle_wrapper {
	height: 250px;
	background-image: url(images/bg_middle.gif);
	background-repeat: repeat-x;
	margin: 0;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 50px;
}
#middle_content {
	width: 680px;
	height: 235px;
	margin: auto;
	background-image: url(images/bg_mid-content.jpg);
}
#content {
	width: 600px;
	margin: 0px auto;
	background-image: url(images/bg_pattern.gif);
	padding: 10px;
	border-left: solid #DBDBDB 3px;
	border-right: solid #DBDBDB 3px;
}
#content p {
	color: #000000;
}
#content  h1 {
	color: #000000;
	font-size: 18px;
	text-align: center;
	width: 95%;
	margin: auto;
	padding: 5px;
	border: solid #DBDBDB 3px;
}



#middle_text {
	padding: 120px 0 0 20px;
	width: 480px;
	line-height: 24px;
}
#arrow {
	width: 100%;
	margin: 0;
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #FFFFFF;
}
#menu_wrapper {
	background-color: #FFFFFF;
	margin: auto;
}

#menu_content {
	width: 765px;
	margin: 0px auto;
	background-color: #FFFFFF;
}


#menu_content p {
	margin: 0;
	padding: 0;
	color: #000000;
}

#menu_box1 {
	width: 245px;
	background-color: #FFFFFF;
	padding: 5px;
}
#menu_box2 {
	width: 245px;
	background-color: #FFFFFF;
	padding: 5px;
}
#menu_box3 {
	width: 245px;
	background-color: #FFFFFF;
	padding: 5px;
}
#footer {
	width: 100%;
	height: 68px;
	margin: 0;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding: 10px 0 0 0;
	background-color: #005894;
	border-bottom: solid #FFFFFF 5px;
	clear: both;
	border-top: solid #FFFFFF 5px;
}
#footer  p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#footer   a:link, #footer a:visited,#footer a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #DE7E00;
	font-weight: bold;
	text-decoration: none;
}
#favorites {
	position: absolute;
	top: 5px;
	left: 5px;
}
