﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
#container {
	width: 760px;
	margin: 0 auto;
	background-color: #fff;
	background-repeat: repeat-y;
	background-attachment: scroll;
	
}
#top-masthead {
	width: 760px;
	margin: none;
	overflow: auto;
	background-color: #fff;
	
}
#sidebar {
	float: left;
	width: 174px;
	background-color: #00003C;
	position: relative;
	clear: both;
	margin-left: 0px;
	display: inline;
}
#masthead {
	width: 586px;
	height: 40px;
	float: right;
	background-color: #fff;
	}
	
#masthead a {
    color:  black;
    text-decoration: none;
	
	
}
#horizontal-nav {
	width: 586px;
	margin: none;
	overflow: auto;
	background-color: #00003C;
}
#location {
	text-align: center;
	width: 586px;
	margin: none;
	overflow: auto;
	background-color: #000000;
	
	
}
#content {
	float: right;
	width: 576px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	padding: 5px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 760px;
	margin: none;
	padding-top: 10px;
	border-top: thick #00003C solid;  
	overflow: auto; 
	background-color: #fff;
	border-top-color: #00003C;
}
#masthead img {
	float: right;
	
}
#masthead h1 {
	font-size: xx-large;
	text-align:	center;	
	margin: 0px;
	padding: 0px;
		
}

/* horizontal-nav Styles */
#horizontal-nav ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#horizontal-nav li {
	float: right;
}
#horizontal-nav a {
	font: normal normal bold 100% serif;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #02ad4f;
	font-family: Arial, Helvetica, sans-serif;
}
#horizontal-nav a:hover {
	text-decoration: none;
	color: #008000;
	background-color: #FFFFFF;

}
#location p {
	color: #fff;
	font-size: x-small
}



/* Styles for Navigation */

#sidebar p {
	text-align: center;
	color: white; 
	 
}

#sidebar h3 {
	text-align: center;
	color: white; 
}

#sidebar ul {
	list-style-type: none;
	width: 170px;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #02ad4f; 
	border: 1px solid #00003C;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 2px;
	
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: none;
	background-color: #f2f2f2;
}

/* content Styles */
#content p {
    font-family: Cambria; 
    font-size: medium;
	font-style: normal;
}

#content li {
	font-family: Cambria; 
    font-size: medium;
	font-style: normal;

}

#content h2 {
	font-size: large;
	font-style: italic;
	color: #02AD4F;
}
#content h3 {
	font-size: medium;
	
}

#content h4 {
	font-size: medium;
	
}
#content h5 {
	font-size: small;
	
}

#content img {
	padding: 5px; 
	border: none;
}
   
#content a {
	color:red;
}   

/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #000000;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #111188;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}