@charset "utf-8";
#page {
	background-color: #FADB98;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;

}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #AA0000;
	text-decoration: none;
}

body {
	background-color: #283349;
}

* {
	padding: 0px;
	margin: 0px;
}
#content img {
	margin-right: 105px;
}
.border {
	border: 1px solid #283349;
}

#head {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AA0000;
	background-color: #283349;
	height: 100px;
	margin-bottom: 15px;
}
#container {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	text-align: left;
}
h2 {
	font-family: "Comic Sans MS";
	font-size: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	color: #283349;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}

#title .tagLine {
	color: #AA0000;
	font-size: 18px;
	letter-spacing: .5em;
	margin-top: 10px;
	margin-left: 20px;
}

.Pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
}



#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #AA0000;
	font-size: 11px;
	color: #FADB98;
	text-align: center;
	background-color: #283349;
	padding-top: 5px;
}
#menu {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	}

	
#menu ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #AA0000;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
}
#links {
	width: 100%;
	color: #AA0000;
	clear: both;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 5px;
}
#links a {
	color: #AA0000;
}
#links a:hover {
	text-decoration: none;
}



#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #283349;
}
.dotPoint {
	display: inline;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #283349;
	margin-left: 20px;
	padding-left: 10px;
	line-height: 1em;
	font-weight: bold;
}#content h2 {
	clear: left;
}
.dotPoint a:hover {
	color: #AA0000;
}
.dotPoint a {
	text-decoration: none;
	color: #283349;
}
#content a:hover {
	text-decoration: none;
}
