﻿body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #C1E7FF;
}
#container {
	width: auto;
	margin: 0 auto;
	background-color: #E5FCFC;
}
#masthead {
	margin: 0px auto 0px auto;
	padding: 0px;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	text-align: right;
	width: inherit;
	overflow: auto;
	background-color: #E5FCFC;
	background-image: url('../dwt/60-topheader.jpg');
	height: 100px;
}
#sidebar {
	float: left;
	width: 125px;
	background-color: #cdf;
	clear: both;
	display: inline;
	border-left-width: 10px;
}
#content {
	width: 675px;
	padding: 0px 15px 15px 0px;
	overflow: auto;
	background-color: #fff;
	margin: 0px 0px 0px 7px;
	position: inherit;
}
#footer {
	border-bottom-right-radius: 22px;
	border-bottom-left-radius: 22px;
	clear: both;
	background-color: #80ADF0;
	padding: 10 0 10 0;
	overflow: auto;
	margin-top: 0px;
	color: #000000;
	font-size: small;
	text-align: center;
	margin-bottom: 0px;
	list-style-type: none;
}
#masthead img {
	float: left;
	background-image: url('../dwt/60-topheader.jpg');
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


