html {
	overflow-y:scroll;
}

body {
    background: #E0E0E0; 
}

li {
    list-style-position: inside;
}

A.Arlington:link, A.Arlington:visited, A.Arlington:active { text-decoration: underline; color:blue; font-size: 11pt; display:inline; }
.Arlington:hover { text-decoration: underline; color: green;}

.HomePageTitle {
	font-family:Kaushan Script;
	font-weight:normal;
	font-size:20pt;
	text-align:center;
	color:blue;	
}

.FontTitle {
	font-family:Kaushan Script;
	font-weight:normal;
	font-size:20pt;
	color:yellow;
}

.DivHeaderBackground {
	position:fixed;
	top:0;
	left:0;
	height:100px;
	width:100%;
	background-image:url("../images/system/SkyHeader.jpg");
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
}

.DivHeaderContent {
	width:1020px;
	margin: 15px auto 0;
}

.DivMenuContainer {
	position:relative;
	top:-10px;
	float:right;
}

.DivContent {
	top:0;
	width:1020px;
	margin: 0 auto;
	background:#fafafa;
}

.DivIndentBullets {
	text-indent:30px;
	line-height:175%;
}

.News_Title {
	font-family: Times, serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

.News_SubTitle {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

.News_Source {
	font-family: Times, serif;
	font-size: 14pt;    
	font-weight: bold;
	text-align: center;
}

.News_BylineAndDate {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	text-align: center;
}

.News_Content {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	text-indent: 0px;
	margin-bottom: 10px;
	padding: 5px;
}

.News_Image {
	margin:10px;
	vertical-align:top;
}

.SitePages_Title {
	font-family: Times, serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

.SitePages_ParagraphTitle {
	font-family: Times, serif;
	font-size: 14pt;    
	font-weight: bold;
	text-align: center;
}

.SitePages_Content {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	text-indent: 0px;
	margin-bottom: 10px;
	padding: 5px;
}

.PersonalPages_Title {
	font-family: Times, serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

.PersonalPages_ParagraphTitle {
	font-family: Times, serif;
	font-size: 14pt;    
	font-weight: bold;
	text-align: center;
}

.PersonalPages_Content {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	text-indent: 0px;
	margin-bottom: 10px;
	padding: 5px;
}

.Images {
	padding: 5px;
	vertical-align:top;
}

.SmallImages {
	width:	242px;
	margin:	5px 0 5px 3px;
	padding:0;
	border:0;
}

.ImageTable {
	width: 1018px;
	border: none;
}

.ImageSmall {
	width: 25%;
	border: none;
	vertical-align: top;
}

.ContactUs_Content {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	text-indent: 0px;
	margin-bottom: 10px;
	padding: 5px;
}

.ContactUs_Title {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.ContactUs_Text {
    width:300px;
}

.ContactUs_BlankLine {
    height:15px;
}

a:link, a:visited, a:hover {
	color:blue;
	font-family: Arial, sans-serif;
	font-size: 11pt;
}

.ImagePageDivSeparator {
	height:			5px;
	border-bottom:	1px solid blue;
	margin-bottom:	5px;
}