﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
.banner {
	background-image: url('../images/BannerCollage.jpg');
}
#container {
	width: 100%;
	margin: 0;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #c5d5e5;
}
#navigation {
	background-color: #5EB387;
	overflow: hidden;
	font-size: small;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color:  white;
}

#breadcrumbs {
	background: url('../images/tab_right.jpg');
	height: 23px;
	overflow: hidden;
	font-size: medium;
}

#sidebar {
	float: left;
	width: 150px;
	height:100%;
	background-color: #BFE1CF;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	float: left;
	width: 98%;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 10px;
	padding: 0;
	background-color: #fff;
	position: relative;
}

#footer {
	background-color: #BFE1CF;
	padding-bottom: 5px;
}

/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	background: #003277;
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	background: #5EB387;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	display: block;
	padding: 10px;
	background-color: #5EB387;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 0px solid #5EB387;
	background-color: #FFFFFF;
}

#navigation a:active {
	color: #000;
	text-decoration: none;
	border: 0px solid #5EB387;
	background-color: #FFFFFF;
}
/* Styles for Breadcrumbs */
#breadcrumbs ul {
	background: #FFFFFF;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#breadcrumbs li {
	float: left;
	background-color: #5EB387;
}
#breadcrumbs a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	display: block;
	padding: 10px;
	background-color: #5EB387;
}
#breadcrumbs a:hover {
	color: #000;
	text-decoration: none;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
}

#breadcrumbs a:active {
	color: #000;
	text-decoration: none;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
}

/* Styles for Sidebar */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	height:100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #BFE1CF;
}
#sidebar a {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #BFE1CF;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #BFE1CF;
	background-color: #FFFFFF;
}

#sidebar a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #BFE1CF;
	background-color: #FFFFFF;
}



/* 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: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}


/* Styles for Footer */
#footer p {
	font-size:   small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;

}
a:active  {
	color: #000;
	text-decoration: underline;
}
a:visited  {
	color: #469;
	text-decoration: none;
}



.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
