﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium; 
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #283C60;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #c5d5e5;
}
#page_content {
	position: relative;	
}
#sidebar {
	position: relative;
	float: left;
	width:140px;
	background-color: #cb8;
}

#content {
	background-position: top;
	margin-left: 140px;
	padding:1%;
	background-color:#fff;
	font-family: "Book Antiqua";
}

#footer {
	clear: both;
	width: 98%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cdf;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}

/* 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-size: 12px;	
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}

/* Styles for Footer */
#footer p {
	font-size: small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}

h6 {
	font-family: Arial Black;	
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
	color:maroon
}
h3 {
	font-family: Arial Black;
	color:olive
}
h2 {
	font-family: Arial Black;
}
h1 {
	font-family: Arial Black;
}

a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}

/*Styles*/
.style_bold {
	font-weight: bold;
}
.style_italic {
	padding: 0;
	font-style: italic;
}
.style_bold_red {
	font-weight: bold;
	color: #CC0000;
}
.style_bold_blue {
	font-weight: bold;
	color: #000099;
}

.style_yellow {
	color: #FFCC66;
}
.style_p_justify{
	text-align:justify;
}
.float_right {
	float: right;	
}
.float_left{
	float:left;
}
.p_center{
	text-align:center;
}
.div_IE6{
	width:97%;
	padding:1%;
}

