﻿@import url("layout.css");
body {
	background: #DBD093 url('../images/backgroundline.jpg') repeat-y center top;
	font-family: Verdana, Tahoma;
	font-size: small;
	color: #000000;
	}
#container {
	border-right: 1px solid #4D7373;
	border-left: 1px solid #4D7373;
	background-color: #fff;
	
}
#masthead {
	text-align: left;
	background-color: #C2B147;
}
#navigation {
	border-top: 1px solid #C2B147;
	border-bottom: none;
	background-color: #C2B147;
}
#navigation2 {
	border-top: 1px solid #FFFFFF;
	background-color: #DBD093;
}
html>body #navigation {
	overflow: hidden;
	font-family: Georgia;
}
html>body #navigation2 {
	overflow: hidden;
	font-family: Georgia;
}
html>body #current {
	overflow: hidden;
	font-family: Georgia;
	color: #666633;
	font-weight: bold;
}

#column_l {
	width: 520px;
	padding: 15px;
	background-color: #fff;
	padding-top: 15px;
}
html>body #column_l {
	width: 510px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	font-size: x-small;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 0.5em;
	font-family: "Times New Roman", Times, serif;
}
#masthead h3 {
	font-weight: bold;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
	font-family: Georgia;
	font-size: small;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;

}
#navigation li {
	float: left;
	border-top-color: #C2B147;
	line-height:1.6em
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border: none;
	font-size: x-small;
	font-family: Verdana;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #DBD093;
	font-size: x-small;
}
#current {
	font-weight: bold;
	text-decoration: none;
	color: #666633;
	border: 1px solid #FFFFFF;
	background-color: #DBD093;
}

/* Navigation2 */
#navigation2 ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation2 li {
	float: left;
}
#navigation2 a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border: 1px solid #DBD093;
	font-size: x-small;
	font-family: Verdana;

}
#navigation2 a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666633;
	border: 1px #DBD093 solid;
	background-color: #DBD093;
	font-size: x-small;
	font-family: Verdana;
}
#navigation2 a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #666633;
	background-color: #DBD093;
	font-size: x-small;
	font-family: Verdana;

}
/* column_l */
#column_l ul {
	list-style-type:  disc;
	width: 90%;


}
#column_l li {
padding-top:10px


}


/* Right Column */
#column_r img {
}
#column_r img {
}
/* Site typography */
h1 {
	font-size: small;
	color: #FFFFFF;
	font-family: Georgia;
}
h2 {
	font-size: large;
	color: #782C0C;
	font-family: Georgia;
}
h3 {
	font-size: medium;
	font-style: normal;
	color: #8D5D31;
	font-family: Georgia;
}
h4 {
	font-size: small;
	font-style: normal;
	color: #782C0C;
	font-family: Georgia;
}
h5 {
	font-size: small;
	font-style: normal;
	font-family: Verdana;
	color: #8D5D31;
}
h6 {
	font-size: small;
	font-style: normal;
	font-family: Verdana;
	color: #8D5D31;
}
/* Footer */
#footer p {
	font-size: small;
	color: #000;
}

/* Links */
a {
	border: none;
	color: #666633;
	text-decoration: underline;
}
a:hover {
	color: 
	text-decoration: none;
}
a:active {
	color: #F0690F;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
