﻿@import url("layout.css");
body {
	font-family: "myriad Pro";
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
#container {
	width: 646px;
	margin: 0 auto 0 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family: "book Antiqua";
	background-color: #FFFFFF;
	clip: rect(auto, auto, auto, 0px);
}
#masthead {
	width: 626px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #FFFFFF;
	font-family: "book Antiqua";
}
#sidebar {
	border-style: none;
	float: left;
	width: 115px;
	background-color: #FFFFFF;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
	font-family: Arial;
}
#content {
	border: 0;
	border-bottom: 0;
	float: right;
	width: 456px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
	color: #4F4F4F;
	font-family: "Myriad Pro";
}
#footer {
	border-style: none;
	text-align: center;
	clear: both;
	width: 626px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	overflow: auto;
	background-color: #EEF1F3;
	font-family: "book Antiqua";
	left: 0px;
}
#masthead img {
	float: left;
	font-family: "myriad Pro";
	background-color: #FFFFFF;
	color: #FFFFFF;
	width: 125px;
	height: 70px;
	margin-top: 10px;
	margin-right: 10px;
	clip: rect(auto, auto, auto, 20px);
}
#masthead p {
	font-size: 200px;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	font-family: "book Antiqua";
	color: #D28089;
	background-color: #AF1C2E;
	width: 300px;
	height: 92px;
	float: right;
	vertical-align: middle;
	text-indent: 20px;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
	top: 10px;
	right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px none #d3d3d3;
}
#sidebar a {
	border-bottom-color: 0;
	font-weight: bold;
	text-decoration: none;
	color: #002368;
	display: list-item;
	padding: 5px;
	border-bottom: 0;
	font-family: Arial;
	background-color: #FFFFFF;
	font-size: small;
	text-align: right;
	border-style: none;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#footer p {
	background: #EEF1F3;
	border: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	outline: 0;
	font-size: 0.8em;
	color: #000000;
	margin: 2px;
	padding: 2px;
	font-family: "myriad Pro";
}
#footer a {
	color: #81819D;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}