﻿@import url("layout.css");
body {
	font-family: Verdana;
	font-size: medium;
	color: #000;
	font-weight: normal;
	float: left;
	overflow: auto;	
}
#container {
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: left;
	background-color: #c5d5e5;
	font-family: Verdana;
	font-size: x-small;
}
#navigation {
	background-color: #cb8;
	overflow: hidden;
	font-weight: normal;
	font-family: Verdana;
	font-size: small;
}
#page_content {
	position: relative;
	font-weight: normal;
	font-family: Verdana;
	font-size: x-small;
	text-align: center;
	left: 0px;
	top: 0px;
	background-color: #cb8;
}
#sidebar {
	position: relative;
	float: left;
	font-weight: normal;
	background-color: #cb8;
	font-family: Verdana;
	font-size: small;
	left: 0px;	
    top: 0px;
    width: 149px;
    height:1660px;
    
}
#content {
	margin-left: 149px;
	padding: 10px;
	background-color: #fff;	
}
#column_l {
	position: relative;
	font-family: Verdana;
    font-size: medium;
	margin: 0 350px 0 0 ;
	padding: 10px;
	background-color: #fff;
	float: none;
	left: 0px;
	top: 0px;
	width: 50%;
	text-align: left;
}
#column_r {
	float: none;
	text-align: center;
	font-family: Verdana;
    font-size: small;		
	margin-top: 0;
	margin-bottom: 0;	
	background-color: #cdf;
	position: absolute;	
	right: 0px;	
    top: 0px;   
    width: 35%;	
}
#footer {
	float: none;
	clear: both;
	width: 99%;	
	text-align: center;
	font-weight: normal;	
	background-color: #cdf;
	font-family: Verdana;
	font-size: x-small;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
}
#masthead img {
	float: left;	
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #dc8;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana;
	font-size: large;	
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: normal;
}
.style_italic {
	font-style: italic;
}