﻿@import url('layout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #142863;
	background-color: #acc1d5;
}
#container {
	width: 763px;
	margin: 0 auto;
	background-image: url('../images/border-shade.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
	
}
#masthead {
	width: 743px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
}
#sidebar {
	float: left;
	width: 143px;
	background-color: #dbe4f0;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
	width: 580px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom:10px;
	padding: 0px;
	background-color: #f2f2f7;
	position: relative;
}
#content a {
	color: #00f;
	text-decoration: none;
}
#content a:hover {
	text-decoration: none;
	color: #f00;
	background-color: #f2f2f2;

}
#footer {
	text-align: center;
	clear: both;
	width: 743px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #68a;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for left 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 solid #dbe4f0;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #142863;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #142863;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #142863;
	border-bottom: 1px solid #fff;
	background-color: #f2f2f2;
}
/* 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: #fff;
	text-decoration: none;
	color: #142863;
	background-color: #f2f2f2;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h2 {
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
h3 {
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	text-align: inherit;
}
img {
	border-width: 0px;
}
.SiteMapTable {
	text-decoration: none;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	border: 2px solid #acc1d5;
}
.MenuTable {
	border: 1px solid #ACC1D5;
	width:100%;
	font-size: small;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.MenuTable td {
	border-width: 1px 1px 1px 1px ;
	width:50%;
	padding: 5px 5px 5px 5px ;
	border-style: solid;
	border-color: #fff;
	background-color: #f2f2f7;
	-moz-border-radius: 6px 6px 6px 6px ;
}


