﻿@import url("layout.css");
body {
	font-family: Tahoma;
	color: #000;
}
#container {
	font-size: small;
	margin: 0 auto;
	width: 900px;
	background-color: #003366;
}
#masthead {
	margin: 0;
	width: 100%;
	overflow: auto;
	background-color: #FFFFFF;
}
#masthead p{
text-align: right;
}

#sidebar {
	float: left;
	width: 200px;
	background-color: #336699;
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: small;
	display: inline;
}
#content {
	margin: 10px 0px 10px 0px;
	float: left;
	width: 660px;
	padding: 10px;
	background-color: #fff;
	table-layout: inherit;
}
#content p {
	text-align: justify;
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	padding: 0;
	overflow: auto;
	background-color: #336699;
	padding-bottom: 5px;
	padding-top: 5px;
}
#masthead img {
	float: left;
}
#masthead p {
	padding: 10px;
	text-align: right;
}
/* Styles for 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: 0px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 1px;
	border-bottom: 1px solid #f2f2f2;
	border-bottom-width: 0.1px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #FFFFFF;
	border-bottom-width: 0px;
}

/* Styles for Footer */
#footer p {
	font-size: small;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.RM_Style {
	background-color: #C0C0C0;
	font-size: 7px;
	text-align: right;
	vertical-align: top;
	color: #FFFFFF;
	text-decoration: none;
	cursor: help;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_orange {
	color: #FF9900;
}
.style_orangeRight {
	color: #FF9900;
	text-align: right;
	font-size: medium;
}
.style_blueBold {
	color: #000080;
	font-weight: bold;
}
.Table_LightGreen {
	margin: 0px;
	padding: 10px;
	background-color: #999900;
	color: #FFFFFF;
	text-align: justify;
}

#services {
	float: inherit;
	width: 400px;
	position: relative;
	font-size: small;
	display: inline;
}
/* Styles for services*/
#services ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#services li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#services a {
	font-weight: bold;
	text-decoration: none;
	color:  #FFFFFF;
	display: block;
	padding: 1px;
	border-bottom: 1px solid #f2f2f2;
}
#services a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #FFFFFF;
}

