﻿@import url("layout.css");

body {
	background: #acb7da;
	background-image: url('');
	background-repeat: repeat-x;
	font-family : tahoma;
	margin-top: 20px;
	margin-left: 20px;	
	font-size : 12px;
	font-weight: normal;
	color: #000000;
	}

a {
	border: 0;
	color: #000000;
	font-weight: bold;
}

img {
	border: 0;
}

a:hover {
	color: #445E93;
	text-decoration: underline;
	background-color: #f2f2f2;
}
	
#container {
	width: 750px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#topheader {
	width: 468px;
	height: 60px;
	margin-left: 187.5px;
	margin-right: 187.5px;
	margin-bottom: 5px;
	margin-top: 0px;
}
#masthead {
	width: 750px;
	height: 54px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #acb7da;
}
#sidebar {
	float: left;
	width: 160px;
	background-color: #445E93;
	position: relative;
	clear: both;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline;
}
#content {
	float: right;
	width: 550px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #acb7da;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 750px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #445E93;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-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;
	color: #fff;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px;
	border-bottom: 0px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #445E93;
	border-bottom: 0px solid #f2f2f2;
	background-color: #f2f2f2;
}
#sidebar p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 20px;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #445E93;
	text-decoration: underline;
	background-color: #f2f2f2;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}