﻿@import url("layabout.css");
body {
	color: #000;
	font-family: Trebuchet, Verdana, Palatino Linotype, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #669999;
}
#container {
	width: 100%;
	margin: 0;
	width:1000px;
	margin-left:auto;
		margin-right:auto;

}
#masthead {
	width: 100%;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
		border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: silver;

}
#column_l {
	position: relative;
	margin: 0 330px 0 0;
	padding: 0 0%;
	background-color: #fff;
	float: none;

}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#text_single_column {
	position: relative;
	margin: 0 80px 0 0;
	padding: 0 4%;
	float: none;;

}

#footer {
position:relative;
	background-color: #dfcfbf;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	/* float: left; */
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */

/* #navigation ul {
	list-style-type: none;
	list-style-position: inside;
	width: 100%;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
}

#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	padding-left: 18px;
	padding-right: 18px;
	border: 0px aqua solid;	
	background-color: #CCCCFF;
}
*/

#navigation {	
	margin-right: 0px;
	margin-left: 0px;
	background-color:#CCCCFF; 
	font-weight:bold;
	padding: 5px
	/* overflow: hidden; */
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation li {
display: inline;
}

#navigation a {
	color: #000;
	text-decoration: none;
	/*padding: 5px;*/
	padding-left: 18px;
	padding-right: 18px;
	border: 0px aqua solid;	


}

#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 0px solid #ed9;
	background-color:#99CCFF;
}
/* Styles for Navigation */

#subnavigation {
	margin-right: 0px;
	margin-left: 0px;
	background-color:#9999FF;
	font-weight:bold;
	padding: 5px
	}

#subnavigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#subnavigation li {
	display: inline;
}
#subnavigation a {
	color: #000;
	text-decoration: none;
	/*padding: 5px;*/
	padding-left: 18px;
	padding-right: 18px;
	border: 0px aqua solid;	
	
}
#subnavigation a:hover {
	color: #000;
	text-decoration: none;
	border: 0px solid #ed9;
	background-color: #ed9;
}

/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: Silver
}
h5 {
	font-size: 1.25em;
	color: #999999
}

h6 {
	font-size: 1.25em;
	color: #333333}


h7 {
	font-size: 1.00em;
	color: #469;
}
h8 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
