body {
	margin: 6px 0 0;
	background: #6096BE;
	border-top: 10px solid #005797;
}

.page_width {
	width: 890px;
	margin: 0 auto;
}
#page_header {
	border-top: 1px solid #fff;
}
#logo {
	padding-left: 190px;
}
#page_header h1 {
}

.bg_white {
	background-color: #fff;	
}

#page_nav {
	width: 200px;
	float: right;
	margin-bottom: 50px;

	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 140%;
	text-align: left;
}
#page_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#page_nav ul ul {
	padding: 0 0 0 10px;
	font-size: 80%;
}
#page_nav li {
	padding: 20px 0 0;
	color: #ccc;
}
#page_nav ul ul li {
	padding: 4px 0 0;
}
#page_nav a {
	text-decoration: none;
	color: #013275;
}
#page_nav a:hover {
	text-decoration: underline;
}
#page_nav #nav_home {
	font-size: 90%;
}
#page_nav #nav_main {
	margin-left: 25px;
}
#page_nav #nav_details {
	margin-left: 25px;
	font-size: 90%;
}



#column_image {
	float: left;
	margin-top: 20px;	
}

#column_main, #column_main_wide {
	float: right;
	width: 430px;
	margin-left: 0px;
	margin-right: 30px;
	margin-bottom: 25px;

}
#column_main_wide {
	width: 550px;
}

#column_side {
}

.page_content a {
	color: #005797;	
}
.page_content p, .page_content li, .page_content td, .page_content th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 160%;
}
.page_content h1, .page_content h2, .page_content h3 {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
}
.page_content h1 {
	font-size: 200%;
	font-weight: normal;
	color: #B83B7C;
	margin-top: 0px;
}
.page_content h2 {
	font-size: 150%;
	font-weight: normal;
	color: #6096BE;
}
.page_content h3 {
	font-size: 110%;
	font-weight: normal;
	color: #6096BE;
}

.page_content table {
	margin: 6px 0;
}
.page_content th {
	text-align: left;	
	padding-right: 10px;	
	color: #B83B7C;
	font-weight: normal;
}
.page_content td {
	padding-right: 10px;	
}



.page_content .view_full h1 {
	font-size: 200%;
}
.page_content .view_full h2 {
	font-size: 120%;
}

.outline {
	border: 1px solid #CCCCE0;
	padding: 0 10px;
}

.page_content .quote_home {
	margin-top: 15px;
	border: 1px solid #131F44;
	background: url('images/quote.gif') 0 10px no-repeat  #131F44;	
	padding: 0 15px 0 60px;

/*	

	border-bottom-left-radius: 8px;
		-moz-border-radius-bottomleft: 8px;
		-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		-webkit-border-bottom-right-radius: 8px; */
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border: 8px;

}
.page_content .quote_home p {
	color: #eee;
}
.page_content .quote_cite {
	text-align: right;
	font-style: italic;
}

.close_below {
	margin-bottom: 3px;
}
.close_above {
	margin-top: 3px;
}

.box {
	background: #005797;
	padding: 5px 10px;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-top: 16px;
}
.box p {
	margin: 0;
	color: #fff;
}
.box a {
	color: #fff;
}

#intro_box {
	width: 430px;
	height: 76px;
	background: #B83B7C;
	filter:alpha(opacity=86); -moz-opacity:0.86; opacity: 0.86;
	text-align: right;
}
#intro_box h1, #intro_box h2 {
	filter:alpha(opacity=100); -moz-opacity:1; opacity: 1;
	color: #fff;
	margin-right: 10px;
}

#page_footer {
	background: #005797;
}
#page_footer p {
	margin: 0;
}

#credit {
	padding: 2px 0 3px;
	
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 70%;
	color: #D0D8EE;
}
#credit p {
	margin: 0 35px;
}
#credit a {
	color: #fff;
	text-decoration: none;
}
#credit a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

img {
	border: 0;
}
.imgl {
	float: left;
	margin: 0 10px 3px 0;
}
