﻿
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #aeb6c9;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
	height: auto;
}

#masthead {
	text-align: center;
	width: 880px;
	padding: 10px;
	border: 1px dotted #725972;
	background-color: #BB010A;
	background-repeat: repeat;
	background-attachment: scroll;
}

#navigation {
	position: relative;
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}

#content {
	position:relative;
	float: left;
	width: 677px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	top: 0px;
	height: auto;
	left: 28px;
}

#footer {
	position:relative;
	text-align: center;
	clear: both;
	width: 880px;
	border: 1px dotted #d8bfd8;
}

/* Masthead Styles */
#masthead h1 {
	color: #fff;
	font-size: 30px;
}
#masthead h3 {
	color: #001937;
	font-size: 20 px;
}

#masthead h4 {
	color: #FFFFFF;
	font-style: italic font-size: 22 px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}


/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	font-size: 16px;
	display: block;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted navy;
	background-color: #001937;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #001937;
	font-weight: bold;
	font-style: normal;
}
#navigation a:hover {
	color: #001937;
	text-decoration: none;
	background-color: #fff;
}


/* Content Styles */


#content p{
	color: black;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}


#content a {
	color: #BB010A;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #fff;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

#content a:hover{
	color: #000080;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #fff;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}


#content h1,h2,h3,h4,h5,h6 {
	color: #001937;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
	}


.bodywhitebold {font-weight: bold; font-size: 14pt; color:#FFFFFF; text-align: center; font-family: arial;}
.bodyblackbold {font-weight: bold; font-size: 12pt; color:#000000; text-align: left; font-family: "Arial";}
.bodybluebold {font-weight: bold; font-size: 14pt; color:#000099; text-align: center; font-family: arial;}
.red18bold {font-weight: bold; font-size: 18pt; color:#bb010a; text-align: center; font-family: Aristocrat;}
.white18bold {font-weight: bold; font-size: 18pt; color:#ffffff; text-align: center; font-family: Aristocrat;}




/* Footer Styles */
#footer p {
	color: #808080;
	height: 34px;
	width: 789px;
}
#footer a {
	color: #001937;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
