﻿/* Global.css */
#masthead {
	font-family: Arial;
	background-color: #00CCFF;
	border-top-style: solid;
	border-bottom-style: solid;
	text-align: center;
}
#page_content {
	font-family: Arial;
	font-size: large;
	font-weight: normal;
	background-image: url('Images/bkeagle.jpg');
}
#footer {
	background-color: #00CCFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: thin;
	font-family: Arial;
	font-size: small;
	font-weight: normal;
}
.BlueLine {
	color: #0000FF;
}
.PostHeaderStyle
{
	font-size: xx-large;
	font-weight: bold;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
}
.AddressHeaderStyle
{
	font-size: large;
	font-weight: normal;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
}
.StdTextStyle
{
	font-size: large
}
.PageTitleStyle
{
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;
	color: black;
	text-align: center;
}
.LinkStyle
{
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 0px;
}
.NavColStyle
{
	border: 2px solid #000000;
	text-align: center;
}
