a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #075D9D;
	font-size: 12px;
	background-color: transparent;
}

a:hover 
{
    color: #D11133;
}

a.active 
{
    color: #075D9D;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0px;
	font-size: 12px;
	background-image:  url("../images/background.gif");
	background-color: transparent;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #6A6A6A;
	font-size: 22px;
	margin-bottom: 2px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #D11133;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #6A6A6A;
	font-size: 14px;
	font-weight:bold;
	margin:0px;
}

hr
{
	border: 0;
	color: #D8D8D8;
	height: 1px;
	width: 100%;
	text-align: left;
	border-top: 1px #D8D8D8 dotted;
	margin:0px;
}

input
{
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6A6A6A;
	padding:1px;
}

ul
{
	list-style-image:url(../images/bullet.gif);
	list-style-position: outside;
    margin: 5px;
    padding-left: 20px;
}

ul li
{
	list-style-image:url(../images/bullet.gif);
}

ul li a
{
	color: #075D9D;
	font-size:11px;
	padding-left: 0px;
	padding-right: 0px;
}

/****************************************************************************************
* Container
****************************************************************************************/

div#Container
{
	background:#ffffff;
	padding: 2px;
	width:750px;
	border: 1px solid #9B9D93;
}

/****************************************************************************************
* Banner
****************************************************************************************/

div#BannerContainer
{
	height:19px;
	border:solid 1px #ffffff;
}

div#Banner
{
	float:left;
}

div#QuickLinks
{
	float:right;
}

/****************************************************************************************
* Header
****************************************************************************************/

div#HeaderContainer
{
	border:solid 1px #ffffff;
	height:120px;
	clear:both;
}

div#Logo
{
	height:120px;
	width:120px;
	float:left;
}

div#Motto
{
	text-align:right;
	height:120px;
	width:402px;
	float:right;
}

/****************************************************************************************
* Navigation
****************************************************************************************/

div#BreadCrumb
{
	font-size:11px;
}

div#BreadCrumb a
{
	font-size:11px;
}

div#NavContainer
{
	height:34px;
	border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
}

div.NavButtonHeaderSelected
{
	width:102px;
	height: 6px;
	font-size: 1px;
	background-color: #075D9D;
}

div.NavButtonHeader
{
	width:102px;
	height: 6px;
	font-size: 1px;
	background-color: #075D9D;
}

div.NavButtonContent
{
	width:102px;
	text-align:center;
	padding-top:5px;
}

div.NavButtonSpacer
{
	width:5px;
	border-top: solid 1px #ffffff; 
	border-bottom:solid 1px #D8D8D8;
	height:34px;
	float:left;
}

div.NavButton
{
	border-top:solid 1px #D8D8D8;
	border-left:solid 1px #D8D8D8;
	border-right:solid 1px #D8D8D8;
	border-bottom:solid 1px #D8D8D8;
	color: #FFFFFF;
	width:102px;
	height:34px;
	float:left;
	background-color: #79A7CA;
	font-weight:bold;
}

div.NavButton a
{
	color: #ffffff;
}

div.NavButton a:hover
{
	color: #ffffff;
}

div.NavButton a:active
{
    color: #ffffff;
}


div.NavButtonSelected
{
	border-top:solid 1px #D8D8D8;
	border-left:solid 1px #D8D8D8;
	border-right:solid 1px #D8D8D8;
	border-bottom:solid 1px #ffffff;
	color: #000000;
	width:102px;
	height:34px;
	float:left;
	background-color: #ffffff;
	font-weight: bold;
}

div#SearchContainer
{
	height:34px;
	margin-left:5px;
	margin-right:1px;
	width:190px;
	background: #A6A6A6;
	float:right;
	text-align:center;
	vertical-align:middle;
	line-height: 8px;
}

/****************************************************************************************
* Content
****************************************************************************************/

div#ContentContainer
{
	padding-bottom:6px;
	clear:both;
}

div#SubContentContainer
{
	background:#ffffff;
	float:left;
	width:550px;
	border-right:solid 1px #D8D8D8;
	border-bottom:solid 1px #D8D8D8;		
}

div#Content
{
	padding: 10px;	
}

/****************************************************************************************
* News Section
****************************************************************************************/

div#SubNewsContainer
{
	float:right;
	width:190px;
	margin-right: 1px;
}

div.SubHeading
{
	padding-top: 8px;
	width:190px;
	height:30px;
	font-weight: bold;
	background: #075D9D;
	text-align:center;
	color:#ffffff;
}

ul.NewsItems
{
	list-style-image:url(../images/more.gif);
	list-style-position: outside;
    margin: 5px;
    padding-left: 10px;
}

ul.NewsItems li
{
	list-style-image:url(../images/more.gif);
	padding-bottom:10px;	
}

ul.NewsItems li a
{
	color: #075D9D;
	font-size:11px;
	padding-left: 0px;
	padding-right: 0px;
}

/****************************************************************************************
* Search Results
****************************************************************************************/

div#SearchResults
{
	position: absolute;
	visibility: hidden;
	display:none;
	width: 300px; 
	height: 300px;
	top:152px;
	left:457px;
	z-index:1;
}


div#SearchResultsHeaderSpacer
{
	height:36px;
	width:112px;
	border-bottom: solid 1px;
}

div#SearchResultsHeader
{
	height:36px;
	width:300px;
	background: #E5E5E5;
	border-left: solid 1px;
	border-right: solid 1px;
}

div#SearchResultsHeaderContent
{
	padding:2px;
	height:36px;
}

div#SearchResultsBody
{
	border-bottom: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	background: #E5E5E5;
	width: 300px;
	height: 300px;
}

div#SearchPending
{
	width: 300px; 
	visibility:hidden;
	height: 360px;
	display:none;	
}

/****************************************************************************************
* Footer
****************************************************************************************/

div#FooterContainer
{
	border:solid 1px #ffffff;
	text-align:center;
	color: #9B9D93;
	clear:both;
}

div#Copyright
{
	background: #075D9D;
	color: #ffffff;
	font-size: 10px;
	text-align:center;
	padding: 3px;
	height: 80px;
}


div#Copyright a
{
	background: #075D9D;
	color: #ffffff;
	font-size: 10px;
}