﻿@import url('layout.css');
body {
	font-family: "Times New Roman," Times, serif;
	font-size: medium;
	color: #000000;
}
#sitetitle {
	width: 100%;
	display: block;
	font-size: large;
}
#container {
	width: 100%;
}
#masthead {
	width: 100%;
}
/* Masthead Styles */
#masthead h3 {
	color: #000000;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: x-large;
}
/* Navigation Styles */
#navigation {
	display: none;
}
/* Content Styles */
#content img {
	width: 600;
}
#content {
	width: 100%;
	text-align: left;
}
#content a {
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}
#content h1, h2, h3, h4, h5, h6 {
	color: #000000;
	text-align: center;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
#content a {
	color: #000000;
	text-decoration: none;
}
/* Footer Styles */
#footer {
	display: none;
}
/* General Styles */
a {
	color: #402640;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_bold_center {
	font-weight: bold;
	text-align: center;
}
.style_italic {
	font-style: italic;
}
.alignCenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.alignLeft {
	margin-right: auto;
	margin-left: auto;
	display: inline;
	float: left;
}
.alignRight {
	display: inline;
	float: right;
}
.fontRed {
	color: #CE001B;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.2em;
}
.font_center {
	text-align: center;
}
.floatleft {
	float: left;
	border-style: none;
	margin: 5px 25px 5px 5px;
}
.blackborder {
	border: 1px solid #000000;
}
.alignCenterBorder {
	border: 1px solid #000000;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.alignjustify {
	text-align: justify;
	text-indent: 10px;
}
