﻿/* Body */
body {
	background-color: #FFFFFF;
	text-align: center;
	color: #000000;
	margin: 0;
	font-family: Verdana;
	font-size: 16px;
}
/* Body(DIV) */
#body {
	width: 900px;
	background-color: #FFFFFF;
	text-align: center;
	color: #000000;
	margin-left: 20px;
}
/* Styles */
.style1 {
	font-size: 25px;
	font-family: Tahoma;
}

.style2 {
	text-align: center;
	text-decoration: underline;
}

.style3 {
	text-align: left;
}

.style4 {
	color: red;
	text-align: left;
	font-size: 12px;
}

.style5 {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.style6 {
	font-size: 14px;
	font-family: "Microsoft Sans Serif";
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.style7 {
	margin-left: 25px;
}

.style8 {
	color: #CD0000;
	font-size: 45px;
	font-weight: bold;
	font-family: "Monotype Corsiva";
}

.style9 {
	font-size: 25px;
	font-weight: bold;
	text-decoration: underline;
}

.style10 {
	color: red;
}
/* Tables */
.table1 {
	border: 0;
	width: 100%;
}

td {
	border: 0;
}
/* Masthead */
#masthead {
	background-color: transparent;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
/* Logo */
#logo {
	float: left;
	width: 200px;
	margin: 0;
}
/* Title */
#title {
	float: right;
	width: 690px;
	text-align: center;
	font-size: 50px;
	color: #009900;
	font-family: "Monotype Corsiva";
	margin: 0;
	padding: 0;
}
/* Horizontal Line */
hr {
	margin: 0;
	color: #CD0000;
	width: 550px;
	height: 3px;
	text-align: center;
}
/* Container */
#container {
	width: 100%;
	text-align: center;
}
/* Navigation */
#navigation {
	float: left;
	background-color: transparent;
	width: 15%;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

#navigation ul {
	list-style-type: none;
	display: block;
	margin: 0;
}

#navigation li {
	display: block;
	margin: 0;
	border: 0;
}

#navigation a {
	color: #000080;
	background-color: transparent;
	text-decoration: none;
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
}

#navigation a:hover {
	color: #000000;
	font-style: italic;
	margin: 0;

}
/* Content */
#content {
	float: right;
	background-color: transparent;
	text-align: left;
	width: 78%;
	padding-left: 15px;
	padding-right: 15px;	
}
h1 {
	font-size: 30px;
	color: #CD0000;
	margin: 0;
}
h2 {
	font-size: 20px;
	color: #008000;
	margin: 0;
}
/* Footer */
#footer {
	clear: both;
	text-align: right;
	font-size: 11px;
	font-family: Verdana;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 900px;
}

#footer a {
	text-decoration: none;
	color: #000080;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
	color: #000080;
}

















