﻿@import url(layout.css);
/* Styles for DIV tags */
#content_container h1, h2, h3 {padding-top: 3px; margin-bottom: 6px;}

#content_container p {margin-top: 0px; margin-bottom: 6px;}

/* Styles for Left Column */
h1 {
	font-size: x-large;
	color: #333333;
	margin-top: 0px;
}
h2 {
	font-size: large;
	color: #333333;
	margin-top: 0px;
}
h3 {
	font-size: medium;
	color: #333333;
	margin-top: 0px;
}

a {color: #112233;}

a:hover {color: #998866; text-decoration: none;}

/* Styles for Masthead */
#masthead h1 {
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	font-size: xx-large;
	margin: 0;
	margin-bottom: 0.2em;
	text-align: right;
	padding: 0;
}
#masthead h3 {
	margin-top: 0.2em;
	color: #f5f5f5;
	margin-bottom: 0px;
	text-align: right;
	font-size: large;
	padding-top: .3em;
	font-style: normal;
	font-weight: normal;
}
#masthead a {
	color: #f5f5f5;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
#masthead img {
	height: 18px;
	padding: 0;
	margin: 0;
	border: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #986;
}
#navigation a:hover {
	border: 1px solid #456;
	background-color: #456;
}
/* Styles for Right Column */
#column_right p {
	color: #000000;
	margin-top: 0px;
	font-size: small;
}
#column_right a {
	color: #443311;
}
#column_right a:hover {
	background-color: #776644;
	color: #FFFFFF;
}

/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.7em;
	text-align: center;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
}

