﻿@import url("layout.css");
body {
	background:   ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: 1500px;
	 
	}
#container {
	width: 1400px;
	margin-top: 57px;
	border-bottom: 5px solid #363636;
	background-color:  #FFFFFF;
	border:medium  ridge  #66CCFF ;
}
#masthead {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FF0000;
	border:medium    outset  #CCCCFF;

	font-family:"Bradley Hand ITC";
	color:#006666;
	
}
#navigation {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
		margin-top: 40px;

	clear: both;
	overflow: hidden;
}

#page_content {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	
	width:1300px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
	float: right;
	width: 330px;
	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;
	margin-left: 2px;

	color:#CCFFFF;
	text-transform: uppercase;

	text-align:left;
}
#masthead h3 {
	font-weight: normal;
		font-size: small;

	color: Teal;
	display: inline;
	margin-top: 3.5%;
	margin-left: 300px;
}
/* Navigation Styles */
#navigation ul {
	float:left;
	
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #9900FF ;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid  #FF0000;
		border-top:none;

	font-family:"Comic Sans MS";
	font-size: x-small;
	font-weight:bolder;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}

}
#navigation1 {

	float:left;
	width:180px;
	margin-right: auto;
	margin-left: auto;
 

	clear: both;
}	

#navigation1 ul {
	list-style-type: disc;
	width:180px;
	margin: 10px;
	padding: 20px;
	color: #9900CC;
	font-size:medium;
}
#navigation1 li {
	
}
#navigation1 a {
	text-decoration: none;
	color: #9900FF ;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid  #FF0000;
		border-left:none;


	font-family:"Comic Sans MS";
	font-size: x-small;
	font-weight:bolder;
}
#navigation1 a:hover {
	text-decoration: none;
	color: #261;

}

/* 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;
}
h2 {
	color: #455;
	font-size: small;
}
#content h1 {
	color: #455;
	font-size: small;
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color:  #9900CC;
	text-decoration:none;
	font-family: Arial;
	font-size:x-small;
	font-weight:bolder;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
