﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
	outline-color: #FFFFFF;
}

#container {
	background-color: #6666FF;
	width: 1000px;
	margin: 0 auto;
	color: #000000;
	text-transform: none;
}
#content {
	position: relative; 
	left: 0px; 
	top: 0px;
	height: 600px;
	overflow: auto;
	background-color: #fff;
	margin-right:10px;
	padding:10px;
	float: left;
	width: 800px;
}
#sidebar {
	float: left;
	width: 140px;
	background-color: #6666FF;
	position: relative;
	clear: both;
	display: inline;
}


/* Styles for Masthead */
#masthead {
	text-align: right;
	background-color: #6666FF;
	width: 1000px;
}
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #FFFFFF;
	margin: 10px 10px 0;
}
/* Styles for Navigation */
#navigation {
	background-color: #6666FF;
	overflow: hidden;
	position: relative;
	float: left;
	width: 990px;
	left: 10px;
	top: 0px;
	padding: 0px;
	font-style: ;
	font-weight: bold;
	color: #CCCCFF;
}
#navigation ul {
	list-style-type: none;
	width: 990px;
	margin: 0;
	padding: 0;
	font: ;
	color: #CCCCFF;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px #999999 solid;
	font: ;
	color: #CCCCFF;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer {
	clear: both;
	width: 1000px;
	background-color: #CC99FF;
	margin: 0;
	padding: 0;
	overflow: auto;
	margin-top: 0px;		
}
#footer p {
	font-size: 11px;
	text-align: center;
	line-height: 14px;
	color: #333399;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	font-size: 11px;
	text-align: center;
	line-height: 14px;
	color: #333399;

}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}