﻿#HomePageHeader
{
	background: url('/images/hdrHome.png') 0 0 no-repeat;
	height: 108px;
	width: 812px;
}

#MiddleContent
{
	float: left;
	padding: 0 0px 10px 0px;
	width: 437px;
}

#RightContent
{
	float: left;
	width: 187px;
	padding: 0 0 10px 0;
}

#BoxTop
{
	background: url('/images/bkg-HomeBoxTop.png') 0 0 no-repeat;
	height: 9px;
	width: 187px;
}

#BoxWrap
{
	background: url('/images/bkg-HomeBox.png') 0 0 repeat-y;
	padding: 0 10px 0 10px;
	width: 167px;
}

#BoxBot
{
	background: url('/images/bkg-HomeBoxBot.png') 0 0 no-repeat;
	height: 9px;
	width: 187px;
}

#NewsContent
{
	background: url('/images/bkgNews.png') 0 0 no-repeat;
	min-height: 272px;
	margin: 0 10px 0 10px;
	width: 419px;
}

#NewsContentHeader
{
	padding: 10px 0 0 5px;
}

#NewsContentText
{
	padding: 15px 10px 0 25px;
}

#NewsContentText p
{
    color:#6A6A6A;
    font-size:11px; 
    line-height:1.3em;
    padding-bottom:8px; 
}

#NewsContentText h2
{
    margin:0;
    color:#000;
    padding-bottom:2px;
    padding-top:10px;
    font-weight:bold;
    font-size:11px; 
}

#NewsContentText h2 a
{
    color:#333;
}

#NewsContentText a
{
    color:#CC9900;
}

#NewsContentText a:hover
{
    text-decoration:none;   
}

/* Classes */
.BoxHeader
{
	background: url('/images/bkg-BoxHdr.png') 0 0 no-repeat;
	width: 147px;
	height: 16px;
	
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	
	padding: 2px 10px 2px 10px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.BoxText
{
	background-color: #B7C4CF;
	border-top: 2px solid #2F3235;
	border-left: 2px solid #2F3235;
	border-right: 2px solid #C4CFD8;
	border-bottom: 2px solid #C4CFD8;
	font-size:10px;
	padding: 9px 10px 12px 10px;
	line-height:1.3em;
	width: 144px;
}

.BoxText h1
{
   font-size:13px;
   padding-bottom:3px;
   margin-bottom:0; 
}

.BoxText a:link
{
    color:#000;
}

.BoxText a:visited
{
    color:#000;
}

.BoxText a:hover
{
    color:#333;
}

.BoxBar
{
	padding: 5px 0 5px 0;
}

