﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #67b;
}
#container {
	border: 1px #000000 solid;
	width: 960px;
	margin: 0 auto;
	background-color: #cdf;
}
#masthead {
	text-align: right;
	width: 960px;
	overflow: hidden;
	background-color: #FFFFCC;
}
#topmasthead {
	text-align: right;
	width: 960px;
	overflow: hidden;
	background-color: #FFFFCC;
}
#topleftmasthead {
	text-align: right;
	width: 430px;
	overflow: hidden;
	background-color: #FFFFCC;
}
#topcentremasthead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:center;
	width: 430px;
	overflow: hidden;
	background-color: #FFFFCC;
}
#topnavbar {
	<!--border-bottom: 1px #000000 solid;-->
	width: 960px;
	background-color: #FFFFCC;
	position: relative;
	clear: both;
	overflow: hidden;
}
.sidebar {
	float: left;
	width: 128px;
	background-color: #cdf;
	position: relative;
	display: inline;
}
.rightsidebar {
	float: right;
	width: 128px;
	background-color: #cdf;
	position: relative;
	display: inline;
}
#page_content {
    margin: 0px;
    padding: 0px;
	border-top: 1px #000000 solid;
}
.content {
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	float: left;
	width: 678px;
	padding: 0 11px 15px 11px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
.content img {
	display: block;
}
.contentleft {
	float: left;
	width: 420px; 
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
	display: block;
}
.paddedcontentleft {
	float: left;
	width: 420px; 
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
	display: block;
}
.contentright {
	float: right;
	width: 230px;
	overflow: auto;
	background-color: #fff;
	margin: 0px auto;
	position: relative;
	display: block;
}
.paddedcontentright {
	float: right;
	width: 230px;
	overflow: auto;
	background-color: #fff;
	margin: 0px auto;
	position: relative;
	display: block;
}
#footer {
	border-top: 1px #000000 solid;
/*	clear: both;*/
	width: 960px;
	background-color: #FFFFCC;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	text-align: right;
}
#leftfooter {
	float: left;
	text-align: right;
	width: 128px;
	overflow: hidden;
	background-color: #FFFFCC;
}
#centrefooter {
	float: left;
	text-align: center;
	width: 832px;
	overflow: hidden;
	background-color: #FFFFCC;
}
#masthead img {
	float: left;
}
#topmasthead img {
	float: left;
}
#topleftmasthead img {
	float: left;
}
#topcentremasthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
#topmasthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
#topleftmasthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
#topcentremasthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for top Navigation */
#topnavbar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #FFFFCC;
}
#topnavbar li {
	float: left;
	background-color: #FFFFCC;
}
#topnavbar a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFCC;
	display: block;
	padding: 5px;
	border-left: 1px solid #67b;
}
#topnavbar a:hover {
	background-color: #cdf;
	border-left: 1px solid #67b;
}
h2 {
margin-top:0px;
}
/* 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;
}
#leftfooter p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
	color:#04b;
}
#leftfooter a {
	color: #04b;
	text-decoration: underline;
}
#leftfooter a:hover {
	color: #333;
	text-decoration: underline;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
} 
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
h4 {
	font-size: 0.85em;
	font-weight: bold;
}
/*Styles for side 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-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color:black;
	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: #FFFFCC;
}
/*Sidebar subMenu */
.sidebar li li a:link, .sidebar li li a:visited {
/*padding: 2px 0 3px 30px;*/
padding: 0px 0 0px 15px;
}
.sidebar li li a:hover {
/*padding: 2px 0 3px 30px;*/
padding: 0px 0 0px 15px;
}