@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 62.5%;
	background-color: #292B3E;
	background-image: url(images/bottom_back_border.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation {
	float: left;
	height: 500px;
	width: 240px;
}
#header {
	background-color: #4B4C5C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 100%;
	background-image: url(images/top_back_border.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-color: #D9DA58;
	border-top-width: 5px;
	padding-top: 10px;
}
#header_banner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background-color: #FFFFFF;
	background-image: url(images/top_header_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 100px;
}
#logo img {
	padding-top: 25px;
	padding-left: 20px;
}
#content {
	float: right;
	width: 690px;
	margin-right: 10px;
}
#content h1 {
	color: #52527B;
	font-size: 1.9em;
	margin-bottom: 15px;
}
#content h2 {
	color: #52527B;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 0.9em;
}
#content h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-bottom: 0.9em;
}
#content h5 {
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: normal;
	padding: 4px;
	margin-bottom: 0.9em;
}

#content p {
	color: #292B3E;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 0.9em;
}
#content a {
	color:#52527B;
}
#content a:hover {
	color:#292B3E;
}
#footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #D9DA58;
	clear: both;
	background-color: #7F808B;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
