﻿@import "Search.css";
@import "HNav.css";
@import "Footer.css";
@import "Splash.css";
@import "LNav.css";

body, div, table, form
{
	margin: 0;
	padding: 0;
	border: none;
	font-size:101%;
	color:#4f4f4f;
}

body
{
	font-family: arial;
	font-size: 9pt;
	background-image: url(../images/ALF_back.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

img
{
	border: 0;
	padding: 0px;
	margin: 0px;
}

td
{
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

A:visited, A:link, A:active
{
	text-decoration: underline;
	color: #4f4f4f;
}
A:hover
{
	text-decoration: none;
	color: #4f4f4f;
	cursor:pointer;
}

#wrapper
{
	width: 815px;
	margin: auto;
}

#aspnetForm
{
	width:100%;
}

.FileListingStyleASmall
{
	border-bottom: #a5b3b9 thin dotted;
	margin: auto;
	height: 10px;
	vertical-align: middle;
}
.FileListingStyleA
{
	border-bottom: #a5b3b9 thin dotted;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
	height: 30px;
	vertical-align: middle;
}
.FileListingLinksA, .FileListingLinksA:link, .FileListingLinksA:visited
{
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
}
.FileListingLinksA:hover
{
	color: #f7985f;
	text-decoration: none;
	font-size: 8pt;
}
.FileListingDescTextA
{
	font-size: 8pt;
	font-weight: bold;
	color: #002731;
}
.FileListingSubTextA
{
	font-size: 8pt;
	color: #728bb2;
}

.Article
{
	width:815px;
	float:right;
	display:inline;
	position:relative;
	background-color:#FFFFFF;
	border:none;
	margin-top:-6px;
}
.Article .NavColumn
{
	background-color:#7CBAD3;
	width:214px;
	min-height:100px;
	
}
.Article .TextContainer
{
	border:solid 1px #a5cfdc;
	width:551px;
	padding:24px 15px;
	color:#4E4E4E;
	font-size:12px;
}
.Article .TextContainerBig
{
	border:solid 1px #a5cfdc;
	width:751px;
	padding:24px 15px;
	color:#4E4E4E;
	font-size:12px;
}

.Article .TextContainer h3
{
	color:#4E4E4E;
}

.Article .TextContainer h1
{
	color:#0c2e55;
	font-size:160%;
	font-weight:normal;
	margin:0px;
}

.Article .ColSpace
{
	width:6px;
	display:block;
}

.EmailForm .Labels
{
	text-align:right;
	font-size:13px;
}

.EmailForm
{
	float:left;
	background-color:White;
	margin:auto;
}

.Confirmation 
{
	float:left;
	background-color:White;
	width:100%;
	font-size:13px;

}

.MainContent
{
	width:803px;
	background-color:#FFFFFF;
	float:left;
	display:inline;
	border: solid 6px #FFFFFF;
	margin-top:-6px;
	
}

.Container 
{
	width:772px;	
	position:relative;
	float:left;
	border:1px solid #a5cfdc;
	padding:15px;
	min-height:150px;
	height:auto !important;
	height:150px;
}

.SearchResult
{
	padding:0 0 8px 0 ;
}

.SearchResult A:visited, .SearchResult A:link, .SearchResult A:active
{
	color:#f7985f;
	text-decoration: none;
}
.SearchResult A:hover
{
    color:#f7985f;
    text-decoration: underline;
}


.SearchLink
{
	padding: 0 0 4px 0;
}

