﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url('../images/background_tile.gif');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #336699;
	color: #000000;
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
	max-width: 200;
	min-height: 300;
}
#masthead {
	text-align: right;
	background-color: #336699;
		background-position: top;
	background-repeat: no-repeat;
}
#infohead {
	background-color: #336699;
	background-position: top;
}	
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #C0C0C0;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 349px;
	padding: 0 15px;
	background-color: #FFFFFF;
	top: 6px;
	left: 278px;
	font-family: Arial, Helvetica, sans-serif;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 150px;
	padding: 15px 10px;
	background-color: #fff;
	top: 0px;
	left: 2px;
	height: 479px;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	color: #000000;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	color: #000000;
}
/* Masthead */
#masthead h1 {
	margin-right: 0.5em;
	margin-bottom: 0;
	font-size: x-large;
	color: #FFFFFF;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
#infohead h1 {
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px;
	border: 
	background-color:
}
#navigation a:hover {
	border-style: none;
	border-width: 0px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #808080;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
	vertical-align: middle;
	margin-left: 0px;
	margin-right: 20px;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #5294F7;
}
h2 {
	font-size: x-large;
	}
h3 {
	font-size: x-large;
	color: #5192F5;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: x-large;
	color: #FFFFFF;
}
h5 {
	font-size: x-small;
	}
h6 {
	font-size: xx-small;
	color: #5294F7;
}
/* Footer */
#footer p {
	background-color: #C0C0C0;
}
/* Links */
a {
	text-decoration: none;
	font-weight: 700;
	color: #0000FF;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
{}


