﻿@import url("styles/reset.css");
@import url("styles/layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	background: silver url('../images/blue gray square.gif') repeat
}
#container {
	border: medium #C0C0C0 solid;
	width: 780px;
	margin: 0 auto;
	background-color: #F5F5F5;
}
#masthead {
	width: 780px;
	margin: 0 auto;
	text-align: right;
	background-color: #F5F5F5;
}
#page_content {
	position: relative;
	width: 780px;
	background: #F5F5F5;
}
#sidebar {
	position: relative;
	float: left;
	width: 130px;
	background-color: #68BCCE;
}
#content {
	width: 640px;
	padding: 5px;
	background-color: #F5F5F5;
	margin-left: 130px;
}
#column1 {
	margin-left: 4px;
	padding: 5px;
	width: 260px;
	background-color: #fff;
}

#column2 {
	margin-left: 6px;
	padding: 5px;
	width:340px;
	background-color: #fff;
}

#footer {
	clear: both;
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	background-color: #68BCCE;
}
#masthead img {
	float: none;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	color: #000080
}

h4 {
	font-size: .8em;
}


/* Styles for Columns */
#column1 {
	float:left
}

#column2 {
	float:right
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px #C0C0C0 solid;
}
#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: #9FDFDF;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	float: left;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #55C6C6;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}