﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

h1 {
	margin-bottom: 1em;
	font-weight: bold;
	color: #002B55;
	font-size: 150%;
	background-color: #999;
}
h2 {
	margin-bottom: 1em;
	font-weight: bold;
	color: #06C;
	font-size: 125%;
}
#banner {
	text-align: center;
	background-color: #FFF;
	height: 90px;
	padding-top: 20px;
	margin-top: 10px;
}

#nav_bar {
	text-align:right;
	text-decoration: none;
	text-transform: capitalize;
	padding-right: 10px;
}

#container {
	width:800px;
	margin: 0px auto 0px auto;
	border: 1px solid #f0f0f0;
	height: auto;
	background-color: #069;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
}

#sidebar {
	float:left;
	width:175px !important;
	width:173px;
	margin:10px 0px 10px 0px. !important;
	margin:10px 0px 10px 0px;
	background-color: #FFF;
}
#sidebar p {
	color:#09F;
	line-height:16px;
	padding:5px;
}
#sidebar .block {
	background-color:#BADA9A;
	border:1px solid #98a878;
	color:#768656;
	background-image:none;
}
#sidebar h1 {
	color:#FFFFFF;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-weight:normal;
	font-size:18px;
}
ul#nav {
	margin:0;
	padding:0;
}
ul#nav li {
	list-style:none;
	margin:0;
	padding:0;
}

ul#nav li a {
	display:block;
	background-color:#069;
	padding:5px;
	color:#FFF;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 0.85em;
	text-decoration:none;
	background-position:right bottom;
	background-repeat:no-repeat;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0;
}
ul#nav li a:hover {
	background-color:#03C;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFF;
}
ul {
	list-style: none;
}
#content {
	text-align: left;
	float: right;
	width: 610.px;
	padding-right: 20px;
	width: 585px;
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	height: auto;
	padding-left: 20px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-bottom: 10px;
	background-color: #FFF;
	padding-bottom: 10px;
	font-size: 0.85em;
	padding-top: 10px;
}
#container #content table tr th table {
	text-align: center;
}
#container #content table tr th table tr th {
	text-align: left;
}
