﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	width: 800px;
	text-align: right;
	background-color: #fff;
}
#navigation {
	width: 800px;
	background-color: #545454;
	overflow: hidden;
}
#sidebar {
	float: left;
	width: 154px;
	background-color: #cdf;
	clear: both;
	overflow: hidden;
	margin: 0 0 auto;
}
#sidebaraspx {
	float: left;
	width: 154px;
	background-color: #cdf;
	position: relative;
	clear: both;
	display: inline;
}
#searchsave {
	float: left;
	width: 154px;
	background-color: #fff;
	font-weight: bold;
	padding-bottom: 10px;
	position: relative;
}
#column_lsave {
	width: 400px;
	background-color: #fff;
	text-align:  justify;
	overflow: hidden;
	padding: 0 0 15px 10px;
}
#column_l {
	width: 440px;
	overflow: hidden;
	margin: 0 0 auto;
	overflow: hidden;
	padding: 0 0 15px 10px;
	background-color: #fff;
}
#column_full {
	float: left;
	width: 600px;
	margin: 0;
	padding: 15px;
	background-color: #fff;
	padding-bottom: 10px;
}
#column_rsave {
	width: 200px;
	float: right;
	padding: 4px;
	background-color:#FFFFCC;
	color: navy;
	margin: 0 0 auto;
	overflow: hidden;
}
#column_r {
	color: navy;
	width: 175px;
	overflow: hidden;
	margin: 0 0 auto;
	overflow: hidden;
	padding: 4px;
	background-color:#FFFFCC;
	text-align:  center;
	float: right;
}
#footer {
	width: 800px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation td {
	color:#CCCCCC;
	text-decoration: none;
 	white-space: nowrap;
}
#navigation ul {
	list-style-type: none;
	width: 250px;
	margin: 0;
	padding: 0;
	float: right;
}
#navigation li {
	float: right;
	padding-right:10px
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	border: 1px solid #545454;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
#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:    #CCFFCC
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#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;
}