﻿@import url(layout.css);
body {
}
#container {
}
#masthead {
}

#page_content {
	color: #fff;
	background-color: #000;
	font-size:medium

	}

#column_l {
	color: #fff;
	background-color: #000;
	font-size:medium
}

#column_r {
	color: #fff;
	background-color: #000;
	font-size:medium
}

#footer {
	background-color: #2D742E;
}

#bottom_links {	
	text-align: center;
	width: 650 px;
	background-color: #ffffff;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
	
}

/* Styles for Masthead */


/* Styles for Navigation */
#navigation {
	background-color:inherit;
}

}#navigation ul {
	background-color: #EB9967;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	background-color: #EB9967;
	font-family:inherit;
	font-variant:small-caps;
	font-size:medium;
	border: 0;
	height:20px;
	border-width:0;
	border-style:hidden;
	float:left;

	
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0px 3px 0px 3px;
	padding: 0px;
	display: block;
	border: 1px solid #EB9967;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}

/* Styles for Content */
h1 {
	color: #fff;
	font-size: 2.0em;
}
h2 {
	color: #fff;
	font-size: 1.75em;
}
h3 {
	color: #fff;
	font-size: 1.5em;
}
h4 {
	color: #fff;
	font-size: 1.25em;
}
h5 {
	color: #fff;
	font-size: 0.75em;
}
h6 {
	color: #fff;
	font-size: 0.5em;
}
big {
	color: #fff;
	font-size: medium;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color:blue;
	text-decoration: none;
}
/* Styles for Links */
a {
	color:#CC0000;
	text-decoration: underline;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* styles for bottom_links */
#bottom_links {
	color: #fff;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#bottom_links a {
	color:yellow;
	text-decoration: underline;
}
#bottom_links a:hover {
	color:lime;
	text-decoration: none;
}
#column_l a {
color:red
}
