﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	background: url('../images/blue-background.jpg');
	background-color: #0000FF;
}	
#intro{
	font-size: x-small;
	text-align: center;
	color: #800080;
}
#masthead {
	font: normal normal bold medium Arial, Helvetica, sans-serif;
	width: 100%;
	text-align: center;
	float: left;
	color: #33CCFF;
}	
#masthead_sub1 {
	font-size: xx-large;
	text-align: center;
	background: url('../images/blue-background.jpg');
	color: #FFFFFF;
	font-variant: small-caps;
}	
#masthead_sub1 img {
	margin-right: 40px;

}
#masthead_sub2{
	background-color: #0000FF;
	font-size: medium;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
#page_content {
	position: relative;
	float: left;
	width: 100%;
}
#lsidebar {
	width: 165px;
	background: url('../images/blue-background.jpg');
	height: auto;
	float: left;
	position: relative;
}
#rsidebar {
	width: ;
	background-color: #0000FF;
	height: auto;
	float: right;
}
#content {
	border: medium #000099 ridge;
	padding: 30px 30px 30px 30px;
	background-color: #F0F0F0;
	margin-left: 165px;
	color: #3A4458;
}
#footer1 {
	clear: both;
	width: 99%;
	background: url('../images/blue-background.jpg');
	overflow: hidden;
	background-color: #0000FF;
}
#footer2 {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background: url('../images/blue-background.jpg');
	background-color: #0000FF;
}
#copyright {
	clear: both;
	width: 99%;
	overflow: hidden;
	background: url('../images/blue-background.jpg');
	background-color: #0000FF;
}
#masthead img {
	border: none;
	float: none;
	background: url('../images/blue-background.jpg');
	margin-left: auto;
}
#content img {
	float: right;
	margin-right: 10px;
	margin-left: 10px;

}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
	color: #CCFF33;
}	
#content a {
	color: #3A4458;
	text-decoration: underline;
}
#content a:hover {
	color: #0000CC;
	text-decoration: none;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
h2 {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-variant: small-caps;
	text-decoration: none;
	text-transform: capitalize;
	padding-right: 125px;
	bottom: 4px;
}
#lsidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}
#lsidebar li {
	display: inline-block;
	border: thick #000099 outset;
	text-align: center;
	background: url('../images/blue-background.jpg');
	width: 95%;
	float: left;
}
#lsidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5%;
	display: block;
}
#lsidebar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #003399;
}
#rsidebar ul {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
}
#rsidebar li {
	padding: 0px;
	float: right;
	text-align: center;
}
#rsidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #F0F0F0;
	display: block;

}
#rsidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #808080;
}
#footer1 p {
	font-size: x-small;
	color: #800080;
	text-align: center;
}
#footer1 a {
	color: #F0F0F0;
	text-decoration: underline;
}
#footer1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer2 p {
	font-size: x-small;
	color: #800080;
	text-align: center;
}
#footer2 a {
	color: #F0F0F0;
	text-decoration: underline;
}
#footer2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#copyright p {
	font-size: x-small;
	color: #F5F5F5;
	text-align: center;
}
#copyright a {
	color: #F0F0F0;
	text-decoration: underline;
}
#copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover {
	color: #F5F5F5;
	text-decoration: underline;
}
bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
img {
 border:none;
}
