﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('bg.jpg');
	background-attachment: fixed;
	background-position:center;
	background-color: #000000;
}
#container {
	width: 752px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 750px;
	border-top: 4px solid #000000;
	border-right: 4px solid #000000;
	border-bottom: 4px solid #000000;
	border-left: 4px solid #000000;
	background-color: white;
}
#navigation {
	background-color: #000000;
	overflow: hidden;
	width: 752px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 0px solid #000000;

}
#navigation2 {
	background-color: #000000;
	overflow: hidden;
	width: 752px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;

}
#content {
	width: 730px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 4px solid #000000;
	border-right: 4px solid #000000;
	border-bottom: 4px solid #000000;
	border-left: 4px solid #000000;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 750px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 4px solid #000000;
	border-right: 4px solid #000000;
	border-bottom: 4px solid #000000;
	border-left: 4px solid #000000;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: black;
}
#masthead h3 {
	color: black;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 753px;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	display: inline; 
}
#navigation a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #000000;
	background-color: red;
}
#navigation a:hover {
	color: red;
	text-decoration: none;
	border: 1px solid #FF0000;
	background-color: black;
}
#navigation2 ul {
	list-style-type: none;
	width: 753px;
	margin: 0;
	padding: 0;
}
#navigation2 li {
	float: left;
	display: inline; 
}
#navigation2 a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #000000;
	background-color: red;
}
#navigation2 a:hover {
	color: red;
	text-decoration: none;
	border: 1px solid #FF0000;
	background-color: black;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: black;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 1px;
}
#footer a {
	color: black;
	text-decoration: underline;
}
#footer a:hover {
	color: red;
	text-decoration: none;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: none;
}
.left {
	text-align: left;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.xxsmall {
    font-size: 8pt;
}
.xsmall {
    font-size: 10pt;
}
.small {
    font-size: 12pt;
}
.medium {
   	font-size: 14pt;
}
.medium13 {
   	font-size: 13pt;
}
.medium15 {
   	font-size: 15pt;
}
.medium16 {
   	font-size: 16pt;
}
.large {
	font-size: 18pt;
}
.large20 {
	font-size: 20pt;
}
.xlarge {
	font-size: 24pt;
}
.xxlarge {
	font-size: 36pt;
}
.width0 {
	border-width: 0px;
}
.textdecnone {
	text-decoration: none;
}
.red {
	color: #FF0000;
}
.black {
	color: #000000;
}
.white {
	color: #ffffff;
}
.picmid {
	border-width: 0px;
	vertical-align: middle;
	}

