﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #f9f9f9;
	background-image: url("../images/comp010.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
}
#container {
	position: relative;
	width: 902px;
	height: 100%;
	overflow: hidden;
	background-image: url("../images/gradient_grey.png");
	background-repeat: repeat-x;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;	
	border-right: 3px solid #808080;
	border-bottom: 3px solid #808080;
	margin: 10px auto;
	padding-bottom: 10px;
	background-color: #bbbbbb;
}
#masthead {
	height: 126px;
	padding-bottom: 10px;
	margin-top: 10px;
	background-image: url("../images/blueamigamccc.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
}
#navigation {
	float: left;
	width: 102px;
	margin: 10px;
	padding: 10px;
	border-top:  1px solid #808080;
	border-right: 3px solid #808080;
	border-bottom: 3px solid #808080;
	border-left: 1px solid #808080;
	background-color: #efefef;
}
#content {
	width: 700px;
	float: left;
	margin: 10px;
	left: 10px;
	padding: 10px;
	border-top:  1px solid #808080;
	border-right: 3px solid #808080;
	border-bottom: 3px solid #808080;
	border-left: 1px solid #808080;
	background-color: #ffffff;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 4px;
	padding-bottom: 5px;
	border-top: 1px solid #aaaaaa;
	border-right: 3px solid #808080;
	border-bottom: 3px solid #808080;
	border-left: 1px solid #aaaaaa;
	background-color: #f9f9f9;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	border: 0;
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0 0 0 0;
}
#navigation a {
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color:#1188ee;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #222222;
	margin-top: 0;
}
#content h1 {
	font-size: 300%;
}
#content h2 {
	font-size: 200%;
}
#content h3 {
	font-size: 150%;
}
#content h4 {
	font-size: 125%;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
#content li {
	padding-bottom: 5px;
	padding-top: 0;
	margin-top: 0;	
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #222222;
	text-decoration: underline;
}
#footer a:hover {
	color: #1188ee;
	text-decoration: none;
}
a {
	color: #222222;
	text-decoration: underline;
}
a:hover {
	color: #44bbff;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.centertable {
	margin-left: auto;
	margin-right: auto;
}
.nav_selected {
	background-color:#cccccc;
}
.nav_standard {
	background-color:#efefef;
}
.color_yellow {
	background-color: #ffff00;
}
.color_cyan {
	background-color: #00ffff;
}
.color_green {
	background-color: #00ff00;
}
.nobullet {
	list-style-type: none;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.centerimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
hr {
	border: 1px;
	color: #222222;
	background-color: #222222;
	height: 3px;
	width: 100%;
	text-align: center;
}
table {
	color: #222222;
	background-color: #ffffff;
	empty-cells: hide;
}
table.dark{
	margin-left: auto;
	margin-right: auto;
	background-color: #b0b0b0;
}
td {
	text-align: center;
}
td.tdleft {
	text-align: left;
	padding: 0px 3px 3px 8px;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
li {
	margin-bottom: 7px;
}
dd {
	margin-bottom: 7px;
}
