﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000000;
	
		}
		
#container {
	width: 73%;
	margin: 0 auto;
	padding: 10px;
	border-top: 5px #FF9900;
	border-right: 5px #FF9900;
	border-bottom: 5px #ff9900;
	border-left: 5px #FF9900;
	background-color: black;
	
}
#masthead {
	text-align: center;
	width: 100%;
	padding: 2px;
	background-color: #003300;
	background-attachment: scroll;
	border: 2px #FFFF00;
}
#navigation {
	position: relative;
	float: left;
	width: 16%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #003300;
	border: 1px #ffff00;
	padding: 2px;
}
#content {
	float: left;
	width: 65%;
	margin-top: 10px;
	background-color: #003300;
	margin-bottom: 10px;
	margin-left: 12px;
		}

#content1 {
	float: right;
	width: 16%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	background-color: #003300;
	background-image:url(../images/greenglobenav.gif);
	border: 1px #ffff00;
}

#footer {
	text-align: center;
	clear: both;
	width: 100%;
	height: 40px;
	color: white;
	border: 1px #fffff00;
	background-image:url(../images/greenglobefoot.gif);
	background-color:#CCFF99
}
/* Masthead Styles */
#masthead h1 {
	color: white;
}

#content a {
color:#FFFFFF
}

#masthead h3 {
	color: green;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
		
}
#navigation a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6,normal {
	color: #00CC00;
}
#content img {
	padding: 5px;
	
}
/* Footer Styles */
#footer p {
	color: white;
	font-size:14px;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: #00FF00;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}