﻿@import url("layout.css");
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: small ;
	border:3px solid Teal;
	width: 1000px;
	
    
	}
#container {
	width: 100%;
	margin-top: 5px;
     border-right: 3px solid  #CCFFFF ;
     border-left: 3px solid    #CCFFFF;
    	border-Top: 3px  solid  #99CCFF;
	border-bottom: 3px solid  #99CCFF ;
	background-color: #fff;
}
#navigation {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
    margin-top: auto;

	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 320px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
	float: right;
	width: 100px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color:  #006600 ;
	text-transform: uppercase;
	background-color: #FFFFFF;
	
	margin-left: auto;
 	border-bottom:Thick  outset #CCCCFF ;

}
#masthead h3 {
	font-weight: normal;
	color: Teal;
	display: inline;
	margin-top: 3.5%;
	margin-left: 350px;
}
/* Navigation Styles */
#navigation ul {
		margin-left: 120px;
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: navy;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color:  #FFFFFF;
	font-family:"Comic Sans MS";
	font-size:x-small;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Content Styles */
h6 {
	color: #455;
	font-size: small;
}
h5 {
	color: #455;
	font-size: small;
}
h4 {
	color: #455;
	font-size: small;
}
h3 {
	color: #455;
	font-size: small;
	width: 235px;
}
h2 {
	color: #455;
	font-size: medium;
}
#content h1 {
	color: #455;
	font-size: small;
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	color: Teal;
	width: 246px;
}
#sidebar img {
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 240px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: Silver;
}
#footer a {
	color: Navy;
	text-decoration: underline;
}
#footer a:hover {
	color: Navy;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	font-size: small;
}
.style_italic {
	font-style: italic;
	font-size: x-small;
}
