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

#container {
	background-color: #509CF8;
	width: 1000px;
	margin: 0 auto;
	color: #000000;
	text-transform: none;
	outline: black;
	outline-color: black;
	outline-width: thin;
	outline-style: outset;

}
#content {
	position: relative; 
	left: 0px; 
	top: 0px;
	height: 600px;
	overflow: auto;
	background-color: #fff;
	margin-right:50px;
	margin-left:50px;
	padding:10px;
	float: left;
	width: 900px;

	
}
#sidebar {
	float: left;
	width: 140px;
	background-color: #006699;
	position: relative;
	clear: both;
	display: inline;
}
#image {
border-width: 0px;
}


/* Styles for Masthead */
#masthead {
	text-align: left;
	background-color: #FFFFFF;
	height: 120px;
	width: 910px;
	margin-left:50px;
}
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #FFFFFF;

}
/* Styles for Navigation */
#navigation {
	background-color: #509CF8;
	overflow: hidden;
	position: relative;
	float: left;
	width: 850px;
	height: 31px;
	margin-left: 50px;
	margin-bottom: 0px;
	top: 0px;
	padding: 0px;
	font-weight: bold;
	color: #0000FF;
}
#navigation ul {
	list-style-type: none;
	width: 850px;
	margin: 0px;
	padding: 0px;
	color: #0000FF;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px #999999 solid;
	color: #0000FF;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer {
	clear: both;
	width: 1000px;
	height: 40px;
	background-color: #509CF8;
	margin: 0;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#footer p {
	font-size: 11px;
	text-align: center;
	line-height: 14px;
	color: #333399;
	margin: 0px;
	padding: 0px;
}
#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;
	border:0px
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
a img {
	border:none;
}
