/* begin page layout */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body > #bg_shadow {
	background: url(/images/bg_shadow.png);
}
#bg_shadow {
	text-align: center;
	width: 820px;
	margin: 0 auto;
	position: relative;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_shadow.png',sizingMethod='scale');
}
#container {
	text-align: center;
	width: 740px;
	margin: 0 auto;
	position: relative;
	background-color: #edecd9;
	padding-top: 85px;
}
#bar_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 740px;
	height: 8px;
	background: url(/images/bar_top.gif) repeat-x;
	color: #db8100;
	z-index: 50;
}
#bar_top_blue {
	position: absolute;
	top: 8px;
	left: 0;
	width: 740px;
	height: 82px;
	background: url(/images/bar_top_blue.jpg);
	color: #49a1d2;
	z-index: 45;
}
#logo_bg {
	position: absolute;
	top: 5px;
	left: 30px;
	width: 250px;
	height: 77px;
	background: url(/images/logo_bg.jpg);
	color: #49a1d2;
	z-index: 55;
}
#logo {
	position: absolute;
	top: 13px;
	left: 40px;
	width: 225px;
	height: 56px;
	z-index: 60;
}
#text_mission {
	position: absolute;
	top: 35px;
	left: 291px;
	z-index: 46;
}
#container > #bar_menu {
	background: url(/images/bar_menu_bg.png);
}
#bar_menu {
	position: absolute;
	top: 90px;
	left: -10px;
	width: 760px;
	height: 28px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bar_menu_bg.png',sizingMethod='scale');
	color: #0d1113;
	z-index: 51;
}
#menu {
	position: absolute;
	top: 91px;
	left: 273px;
	height: 19px;
	z-index: 52;
}
#body_container {
	position: relative;
	width: 710px;
	margin-left: 30px;
	text-align: left;
	background: url(/images/sidebar_bg.gif) repeat-y;
}
#sidebar {
	text-align: left;
	float: left;
	margin-left: 16px;
	width: 210px;
	padding: 20px 0;
}
#sidebar img {
	position: absolute;
	top: 20px;
	left: 18px;
}
#body_content {
	text-align: left;
	padding: 40px 0;
	margin-left: 275px;
	margin-right: 50px;
}
#bar_bot {
	position: relative;
	text-align: left;
	width: 740px;
	background: url(/images/bar_orange.png);
	height: 20px;
}
	#bar_bot span {
		margin-left: 30px;
	}
/* end page layout */

/* begin text styling */
body, p, div, ul, li {
	font: 13px/1.5em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
h1, h2, h3 {
	font-family: "palatino", "times new roman", serif;
	font-weight: 700;
}
h1 {
	color: #db8100;
	margin-bottom: 0.2em;
}
h2 {
	color: #007dc3;
	xmargin-bottom: -0.1em;
}
p.intro_text {
	font-size: 1.2em;
}
ul {
	margin: 0 0 2em 0;
	padding: 0;
}
a { color: #db8100; }
p img { padding: 3px 12px 4px 0;}