﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: smaller ;
/*	color: #000; */
	background-color: #1D314E;
}
#container {
	width: 1271px;
	background-color: #cb8;
}

#masthead {
	width: 1230px;
    padding-top: 0px;
	padding-left: 25px;
	background-color: #1D314E;
}

#navigation {
	position: relative;
	float: left;
	width: 175px; 
	padding-left: 25px;
	background-color: #2B4A74 ;
}

#content {
	float: left;
	width: 805px;
	background-color: #1D314E;
}

#sidebar {
	float: left;
	width: 250px;
	font-size:large;
	background-color: #2B4A74;
}

#footer {
	position:relative;
	width: 1230px;
    float:left;  
	clear: both;
/*	width: 99%; */
	overflow: hidden;
/*  padding-top: 1%; */
/*	padding-right: 0; */
/*	padding-bottom: 1%; */
	padding-left: 25px;
	background-color: #cdf;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
/*	border: 1px solid #cb8; */
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #4970A8;
	padding: 3%;
	display: block;
	border-bottom: 1px solid #4970A8;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #4970A8;
	background-color: #FF0000;
}

/* Styles for Sidebar */
#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: 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: 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: bold;
}
.style_italic {
	font-style: italic;
}