﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS",Arial;
	font-size: 10pt;
	background-color: #6c0000;
}
#container {
    height: 100%;
	border-right: 2px solid #484848;
	border-bottom: 2px #808080 outset;
	border-left: 2px solid #484848;
	background-color: #FFFFFF;
}
#masthead 
{
	text-align: left;
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: no-repeat;
	
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #FFFFFF;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 522;
	padding: 15px;
	background-color: #FFFFFF;
}
/* Navigation */
#column_l ul {
	font-size: 9pt;
}
#column_l li {
	font-size: 9pt;
}



html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fffFFF;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}

h3 {
	font-family: "Trebuchet MS",Arial;
	font-size: 9pt;
	font: bold;
	color: #600;
}


#column_r p {
	font-size: 8pt;
}

#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000000;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}

#masthead a {
	font-family: "Trebuchet MS",Arial;
	color: #8b0000;
	text-decoration: none;
}
#masthead a:hover {
	color: #602f11;
	text-decoration: none;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-size: 12pt;
	text-decoration: none;
	color: #8b0000;
	display: block;
	padding: 5px;
	border: 1px solid #fea;
	background-color: #FFFFFF;
}
#navigation a:hover {
	text-decoration: none;
	color: #602f11;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}


.subnavigation {
	font-size: 10pt;
	text-decoration: none;
	color: #8b0000;
	display: block;
	background-color: #FFFFFF;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}

/* Site typography */
h1 {
    font-family: "Trebuchet MS",Arial;
	font-size: 24pt;
	color: #800;
}
h2 {
	font-family: "Trebuchet MS",Arial;
	font-size: 12pt;
	color: #700;
}
h3 {
	font-family: "Trebuchet MS",Arial;
	font-size: 10pt;
	font: bold;
	color: #600;
}
h4 {
	font-family: "Trebuchet MS",Arial;
	font-size: 10pt;
	color: #500;
}
h5 {
	font-family: "Trebuchet MS",Arial;
	font-size: x-small;
	color: #400;
}
h6 {
	font-family: "Trebuchet MS",Arial;
	font-size: xx-small;
	color: #300;
}
p {
	font-family: "Trebuchet MS",Arial;
	font-size: 9pt;
	color: #000;
}

/* Footer */
#footer p {
	font-family: "Trebuchet MS",Arial;
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	font-family: "Trebuchet MS",Arial;
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #602f11;
	text-decoration: underline
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


.recent_news_title
{
    border-bottom-style:solid; 
    color: #000;
    border-bottom-width:.1em;
    border-bottom-color: #000;
}
.recent_news {
	text-decoration: none;
	font-size: 16px; 
	font-weight:bold;
	color: #000;
	
}

.recent_news_item 
{
    font-size: 13px;
    text-decoration: none;
    
}
