﻿html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #f2f2f2;
	background-image: url("images/Page Background.jpg");
	background-repeat: repeat;
	background-position:center top;
	margin: 0;
	padding: 0;
	border: 0;
}

#container {
	margin: 0;
	padding: 0;
	border: 2px solid black;
	width: 780px;
	margin: 0px auto;
	background-color: #f2f2f2;
}

/* Masthead Styles */

#masthead {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #1A2469;
	width: 780px;
	xheight: 215px;
	text-align: center;
	position: relative;
}

#masthead h1 {
	color: #003F82; 
	display:none;
	text-align: left;
}

#masthead h2 {
	color: #003F82; 
	display:none;
	text-align: left;
}

#masthead h3 {
	color: #003F82; 
	margin-top: 0;
}

#masthead h3 a {
	text-decoration: none;
	font-size: 130%;
}


/* Navigation Styles */

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0;
	padding-right: 5px;
	position: relative;
	float: right;
	width: 190px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #151959;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	margin-bottom: 2em;
	padding: 0;
}

#navigation li {
	display: block;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #151959;
}

#navigation a {
	color: #151959;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
	padding-right: 25px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right 50%;
}

#navigation a:hover {
	text-decoration: none;
	color: white;
	background-image: url('images/Bullet.jpg');
	background-repeat: no-repeat;
	background-position: right 50%;
	background-color: #151959;
}

#navigation p {
	margin-right: 10px;
	margin-top: 0px;
}



/* Content Styles */

#content {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	width: 550px;
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #151959;
}

#content h1 {
	color: #003F82;
	font-size: 145%;	
}

#content h1 a {
	color: #003F82;
	text-decoration: none;
}

#content h2 {
	color: #003F82;
	font-size: 125%;
}

#content h3 {
	color: #003F82;
	font-size: 110%;
}

#content img {
	margin: 0px 0px 5px 5px;
	float: right;
}

#content p {
	line-height: 1.5em;
}

/* Footer Navigation Styles */

#footernav {
	margin: 0;
	border: 0;
	text-align: center;
	clear: both;
	width: 780px;
	padding: 5px 0px 5px 0px;
	border-top: 2px solid #1A2469;
	background-color: #770002;
}

#footernav ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	font-size: 85%;
	line-height: 2em;
}

#footernav li {
	display: inline;
	margin: 0;
	padding: 0px .75em 0px 0px;
}

#footernav a {
	color: white;
	text-decoration: none;
	white-space: nowrap;
}

#footernav a:hover {
	text-decoration: underline;
}


/* Footer Styles */

#footer {
	border-top: 2px solid #1A2469;
	width: 780px;
	padding: 5px 0px;
	text-align: center;
	clear: both;
	font-size: 85%;
}

#footer p {
	margin-top: 5px;
}

#footer a {
	color: #770002;
	text-decoration: underline;
}

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

/* Generic Styles*/

li  {
	margin-top: 1em;
	margin-bottom: 1em;
}


ul  {
	margin-top: 1em;
	margin-bottom: 1em;
}


td {
	vertical-align: top;
}

table {
	width: 100%;
}

a {}


a:link, a:visited {
	color: #770002;
	text-decoration: underline;
}

a:hover {
	color: #151959;
	text-decoration: underline;
}

img {
	border: 0px;
}

img a:hover {
	border: none;
}

img.frame {
	border: 2px solid black;
}



form {
	border: 0px;
	/
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.highlight {
	background-color: #FFFF99;
	padding: .25em;
	border: 1px solid black;
}

.emphasis {
	font-weight: bold;
	color: #751817;
}

hr {
	color: #770002;
}

table.threecolumns td {
	width: 33%;
}

table.twocolumns td {
	width: 50%;
}

.center {
	text-align: center;
}

p.phone {
	text-align: right;
	font-size: 150%;
	font-weight: bold;
}