body {
	background:#FFFFFF;
	color: #000000;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	}

h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

	
h2 {
 	color: #ffffff;
	font-size: 10pt;
	font-weight: lighter;
	font-style:italic;
	margin:0px;
	padding:0px;
	text-align:right;
	}
	
h3 {
	color: #ffffff;
	font-size: 18pt;
	font-style:italic;
	font-weight: normal;
	margin:0px;
}


h4 {
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	margin:0px;	
	padding-top: 2px;	
	text-align: center;
}


h5 {
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	margin:0px;	
	padding-top: 7px;	
	text-align: left;
}



	
a {
	color: #000000; 
	text-decoration: none;
}


a:hover {
	color: #000000; 
	text-decoration:underline;
}

img {
	border:0px;
}

/* END: Global Assignments */


/* START: Main page containers */

#Wrapper {
	width: 900px;
	min-height:620px;
	height:auto !important;
	height:620px;
	margin: 0 auto;
	text-align:left;
	padding:0px;
}

#navigation {
	width: 900px;
	background: url(/images/navback.jpg) left top;
	height: 27px;
}

#Header 
{
    width: 900px;
    background:#c0c0c0;  
}

#Header .Logo {
	width: 181px;
	float:left;
	margin:0px;
	padding:0px;
	}

#Header .AddressBox 
{
    width: 272px;
    float: right;
}

#Header .AddressBox .AddressText 
{
    width: 190px;
    float: left;
    padding-top: 5px;
    text-align: right;
}

#Header .AddressBox .AddressLogo
{
    width: 82px;
    float: right;
}

	
#PageContent {
	width:880px;
	padding:10px;
	background:#c0c0c0;
}


#PageContent .FlashContent 
{
    width: 500px;
    padding-right: 9px;
    float:left;
}

#PageContent .HomeTextArea 
{
    background-color:White;
    min-height: 375px;
    height: auto !important;
    height: 375px;
    width: 260px;
    float: right;
    padding: 10px;
}

#PageContent .HomeNews
{
    width: 280px;
    height: 160px;
    background-color:White;
    float: right;
}

#PageContent .HomeNews .Title 
{
    min-height: 21px;
    height: auto !important;
    height: 21px;
    padding: 2px 10px 2px 10px;
    background: url(/images/newsTitle-bg.jpg) #d3dae4 repeat-x bottom left;
    width: 260px;
    line-height: 21px;
}

#PageContent .HomeNews .StoryContent 
{
    padding: 10px;
    width: 260px;
}


/* END: Main page containers */


/* START: footer containers */

.clear {
	clear:both;
}


#Footer {
	
	width:890px;
}

#Footer .Navigation {
	width:890px;
	background: url(/images/navback.jpg) left top;
	height:22px;
	float: left;
	line-height: 22px;
	padding-left: 10px;
}

#Footer .Credits {
	width:890px;
	height:60px;
	text-align: left;
	padding-top:5px;
	background-color:#FFFFFF
}

/* END: Footer containers */

/* START: News containers */

#NewsItems  
{
    width: 500px;
}

#NewsItems .StoryContainer 
{
    width: 500px;
    border: #737a82 1px solid;
	min-height:150px;
    height: auto !important;
    height: 150px;
	margin-bottom:10px;
}

#NewsItems .Title 
{
    width: 490px;
    min-height: 21px;
    height: auto !important;
    height: 21px;
    background: url(../images/newsTitle-bg.jpg) #d3dae4 repeat-x bottom left;
    padding: 5px;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
}

#NewsItems .Image 
{
    padding: 5px 10px 5px 5px;
    width: 100px;
    float: left;
}

#NewsItems .StoryContent 
{
    padding: 5px 5px 5px 0px;
    width: 380px;
    float:right;
}


/* END: News containers */
