﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: small;
	
}
#container { background-color: transparent;

}
#left_bar {
	
float:left;
}
#masthead {
height:110px;
background-image: url('../images/wide_banner.jpg');
background-repeat:no-repeat;	
}

#navigation {
		background-color:white;
}
#layout_space {	
height:7px;
margin-left:15px;
margin-right:15px;
background: #E1E1E1;

}

#column_l {
background-position:bottom left;
	width: 620px;
	padding: 15px 10px;
background-color:#D0DCDD;
}

#column_r {
	background-position:bottom left;
	width: 290px;
	padding: 15px 10px;	
}

#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}

/* Masthead */
#masthead h1 {
	color: #FFAA33;
	margin-bottom: 0;
}
#masthead h3 {
	color: #FFAA33;
	margin-top: 0;
	}
/* Navigation */
#navigation ul {
	list-style-type: none;
	margin:10px;
	padding: 10px;
width:900px;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: black;
	display: block;
	padding: 5px;
	
	
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	background-color: #8CB9F2;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #FFAA33;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	color: #000;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
