﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #e8e8e8;
	font-family: "Tahoma", Trebuchet MS, sans-serif;
	font-size: 0.8em;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	background-color: #dddd99;
	border-style: double;
	border-color: #ffffff;

}
#masthead {
	background-color: #dddd99;
}
#navigation {
	background-color: #dddd99;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	text-align: center;
}
html>body #navigation {
	overflow: hidden;
}
#content {
	background-color: #dddd99;
}
#left {
	background-color: #ffffff;
	float: left;
}
#left_main {
	background-color: #dddd99;
}


#right {
	background-color: #ffffff;
	float: right;
}
#right_main {
	background-color: #dddd99;
}

#footer {
	background-color: #dddd99;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;

	
}

/* Styles for Masthead */
#masthead h1 {
	color: #ffffff;
	font-size: 4em;
	margin-top: 10px;
	text-align: center;
}
#masthead h3 {
	margin-top: .4em;
	color: #ffffff;
	margin-bottom: 0px;
	text-align: center;
	font-size: 1.7em;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: #555533;
	text-decoration: none;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	text-align: center;
	margin-left: 1px;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #664;
}
#navigation a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
}

/* Styles for left_top*/
#left_top h3 {
	color: #113311;
	margin: 2px 6px 0px 6px;
	text-align: center;
}

/* Styles for left_main */
p {
	margin: 0px 17px 0px 10px;
}
h1 {
	font-size: xx-large;
	color: #003300;
	margin: 0px 10px 0px 10px;
}
h2 {
	font-size: x-large;
	color: #003300;
	margin: 0px 10px 0px 10px;
}
h3 {
	font-size: large;
	color: #113311;
	margin: 0px 10px 0px 10px;
}
h4 {
	font-size: medium;
	color: #113311;
	margin: 0px 10px 0px 10px;
}
h5 { 
	font-size: x-small;
	margin: 0px 10px 0px 10px;
}
h6 { 
	font-size: xx-small;
	margin: 0px 10px 0px 10px;
}
a {
	color: #6A6AB4;
}
a:hover {
	background-color: #EEEECC;
}

	
/* Styles for right_top*/
#right_top h3 {
	color: #113311;
	margin: 2px 6px 0px 6px;
	text-align: center;
}

/* Styles for right_main*/
#right_main h3 {
	color: #113311;
	text-align: center;
	margin: 0px 10px 0px 10px;
}
#right_main p {
	color: #000000;
	margin: 0px 25px 0px 10px;
	font-size: 1em;
}
#right_main a {
	color: #6A6AB4;
}
#right_main a:hover {
	background-color: #EEEECC;
}

/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: center;
}
#footer a {
	color: #555522;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

