﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
}
#container {
	border-right: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	border-left: 2px solid #c0c0c0;
	width:740px;
}
#masthead {
	background-image:url('../images/revised_logo.jpg');
	background-repeat:no-repeat;
	height:80px;
}
#navigation {

}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 455px;
	padding: 10px;
	background-color: #fff;
	border-right: 2px solid #c0c0c0;
}
html>body #column_l {
	width: 440px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 220px;
	padding: 0px;
}
html>body #column_r {
	width: 220px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width:123px;
	height:16px;

}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	color: #000;
	display: block;
	background-image:url('../images/menu-yellow.gif');
	background-repeat:no-repeat;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;	
	background-image:url('../images/menu-orange.gif');
	background-repeat:no-repeat;

}
#navigation a:active {
	font-weight: bold;
	text-decoration: none;
	color: #fff;	
	background-image:url('../images/menu-green.gif');
	background-repeat:no-repeat;
}
#navigation .current {
	font-weight: bold;
	text-decoration: none;
	color: #fff;	
	background-image:url('../images/menu-green.gif');
	background-repeat:no-repeat;
}


/* Right Column */
/* Site typography */
p		{
	font-size: 13px;
	padding: 0px;
	margin: 0px 10px 10px 10px;
	line-height: 150%;
}

h1	{
	font-size: 17px;
	font-weight:bold;
	padding: 0px;
	margin: 20px 10px 1px 10px;
}

h2	{
	font-size: 15px;
	font-weight:bold;
	padding: 0px;
	margin: 20px 10px 1px 10px;
}

.dk-green		{
	color: #060;
}
#tagline	{
	clear: all;
	width: 100%;
	height: 3em;
	background-color: #060;
	color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}


/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}