body {
	margin: 0;
	padding: 0 0 15px;
	background: #3f6388 url(images/back_gradient.jpg) left top repeat-x;
	text-align: center;
}
img {
	border: 0;
}
table {
	font-size: 100%;
}


.separator {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: 1px solid black;
	border-bottom: 3px solid #c2c2c2;
} * html .separator {
	height: 5px;
}
.clear {
	font-size: 1px;
	clear: both;
}


#page {
	width: 770px;
	border: 1px solid black;
	margin: 15px auto 0;
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
} * html #page {
	width: 772px;
}


#menu {
	width: 100%;
	margin-bottom: 1px;
	overflow: hidden;
}
#menu a {
	color: white;
	text-decoration: none;
	display: block;
	height: 60px;
	line-height: 60px;
}
#menu #menu_url {
	float: left;
	background: #fab319 url(images/menu_back_yellow.jpg) left top no-repeat;
	width: 250px;
	font-size: 20px;
	letter-spacing: 2px;
}
#menu a#menu_url:hover {
	color: black;
}
#menu ul a {
	width: 128px;
	font-size: 18px;
	text-transform: uppercase;
}
#menu ul a.here {
	color: #faab00;
}
#menu ul a:hover, #menu ul a.here:hover {
	color: #fab319;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	background: #3f6388 url(images/menu_back_blue.jpg) left top no-repeat;
	margin: 0 0 0 2px;
	padding: 0;
}


#content {
	text-align: left;
	padding: 0 20px;
}

#text {
	float: right;
	width: 500px;
	padding-bottom: 10px;

}
#text.no_boxes {
	float: none;
	width: 730px;
}


#text p {
	margin: 0;
	padding: 0 0 20px;
}
#text p.center {
	text-align: center;
}
#text h1 {
	margin: 20px 0;
	padding: 0;
	text-align: center;
	font-size: 24px;
	background: url(images/h1_back.gif) left 6px repeat-x;
	font-weight: normal;
}
#text h1 span {
	background-color: white;
	padding: 0 10px;
}
#text h2 {
	padding: 5px 0 10px;
	margin: 0;
	font-weight: normal;
	font-size: 18px;
}
#text a {
	color: #124c88;
}
#text a:hover {
	text-decoration: none;
}
#text ul, #text ol {
	margin: 0;
	padding: 0 0 16px;
}
#text li {
	margin: 0 0 0 2em;
	padding: 0 0 4px;
}

#text .fn_link {
	text-decoration: none;
}
#text .footnote {
	font-size: 0.90em;
	font-style: italic;
}
#text .adjacent {
	padding-bottom: 6px;
}
#text .top_gap {
	padding-top: 20px;
}
#text .big_list {
	padding-bottom: 0;
}
#text .big_list li {
	padding-bottom: 20px;
}
#text .big_list li strong {
	font-size: 1.2em;
}


.info_box {
	float: left;
	clear: left;
	width: 220px;
	position: relative;
	background: #3f6388 url(images/box_back.jpg) left top no-repeat;
	color: white;
	margin: 0 0 20px -6px;
} * html .info_box {
	margin-left: -3px;
}
.info_logo {
	position: absolute;
	width: 37px;
	height: 36px;
	background-image:url(images/logo_small.gif);
	background-repeat: no-repeat;
	top: -8px;
	left: -8px;
	font-size: 1px;
}
.info_top, .info_bottom {
	height: 11px;
	background-image: url(images/box_border.gif);
	font-size: 1px;
}
.info_top {
	background-position: left top;
}
.info_bottom {
	background-position: left bottom;
}
.info_data {
	border: 1px solid black;
	border-width: 0 1px;
	padding: 0 10px 0 30px;
}


.info_box h2 {
	font-size: 150%;
	margin: 0;
	padding: 5px 0 5px;
	cursor: default;
}
.info_box ul {
	margin: 0;
	padding: 5px 0 5px;
	list-style-type: none;
}
.info_box li {
	margin: 0;
	padding: 0 0 8px;
}
.info_box a {
	color: white;
	text-decoration: none;
}
.info_data a.here {
	text-decoration: underline;
}



#footer {
	background-color: #3f6388;
	color: white;
	padding: 25px 0 12px;
	font-size: 110%;
	margin-top: 3px;
}
#footer address {
	font-style: normal;
}
#footer p {
	text-align: right;
	margin: 0;
	padding: 0 20px 0 0;
	font-size: 10px;
}
#footer p a {
	color: black;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
