﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-color:#D8CFB1;
	background-image:url('../images/tile2.bmp');
	background-repeat:repeat;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	border-top: 2px solid #8c8c8c;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-image:url('../images/banner_3.jpg');
	color:white;
	
}
#navigation {
	border-top: 4px solid #FE6E0D;
	border-bottom: 0px solid #808080;
	background-color: #1F1F1F;
	color: white;
	border-bottom-width: 0px;
	padding:0px;
	margin:0px 0px 0px 0px;
}
html>body #navigation {
	background-image:url('../images/Nav-1.bmp');
	background-repeat:repeat-x;
	overflow: hidden;
	height: 30px;
	color:white;
}
#column_l {
	width: 540px;
	padding: 25px;
	background-color: #fff;
}
html>body #column_l {
	width: 530px;
	padding: 0px 0px 10px 20px;
	background-color: #fff;
}

#Navbox {
	float:left;
	width:260px;
	height:81px;
	padding-bottom:15px;
	padding-right:10px;
}
#Navbox a {

	font-family: Helvetica, sans-serif;
	color: #E75F1E;
	font-size: large;
	text-decoration:none;
}

#Navbox a:hover {
	text-decoration: underline;
}


#Navbox2 {
	float:left;
	width:260px;
	height:81px;
	padding-bottom:15px;
}

#Navbox2 a {

	font-family: Helvetica, sans-serif;
	color: #E75F1E;
	font-size: large;
	text-decoration:none;
}

#Navbox2 a:hover {
	text-decoration: underline;
}

#column_r {
	width: 200px;
	padding: 15px;
	background-color:  #EFEFEF;
}
html>body #column_r {
	width: 200px;
	padding: 15px ;
	background-color: #EFEFEF;
	height:inherit;
	}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	background-color: #3C3C3C;
}
html>body #footer {
	text-align: left;
	padding-bottom: 0;
	background-repeat:repeat-x;

}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
height:30px;
	float: left;
	margin:0px;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding-top: 7px;
	padding-bottom:7px;
	padding-left:15px;
	padding-right:15px;
	
	margin:0px;
}
#navigation a:hover {
	background-image:url('../images/Nav-1h.bmp');
	background-repeat:repeat-x;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 0px solid #FE6E0B;
	background-color: #1F1F1F;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color:#333333;
}
h2 {
	font-size: x-large;
	color:#333333;
}
h3 {
	font-size: large;
	color:#333333;
}
h4 {
	font-size: medium;
	color:#333333;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #c77;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
