﻿#Page 
{
	
}

#Container
{
	width: 781px;	
	border: 3px solid #ffC766;
}

#Header
{
	width: 781px;
	height: 347px; 
	overflow: hidden;
}

#Header .Heading
{
	float: left; 
	width:311px; 
	height: 89px; 
	background-color:#B3B3B3;
	background-image: url('App_Images/icBoers_12.jpg'); 
	background-repeat: no-repeat; 
	text-align: left; 
	padding-top: 15px; 
	color: #FFF000;
	font-size: 18px; 
	font-weight: bold;
	font-family: Arial;
}


#Header img
{
	border: 0px;
}

#Content
{
	width: 780px;
	background-color: #B3B3B3;
	text-align: left;
	background-image: url('App_Images/divBG.jpg');
	background-repeat:repeat-y;
	background-position: 607px;	
}

#Content .Left 
{
	float: left;
	width: 570px;
	margin: 0px 0px 0px 15px;
	color: #6C6C6C;
}

#Content .Right
{
	float: right;
	width: 130px;
	text-align: left;
	padding: 40px 0px 0px 0px;
}

#Content .Right A
{
	color: #FFF000;
	font-weight: bold;
	font-size: 12px;	
	text-decoration: none;
}

#Footer
{
	width: 781px;
	height: 144px;
	overflow: hidden;	
}

#Footer .Notes
{
	width: 170px; 
	height: 59px; 
	float: left; 
	background-color: White; 
	color: #b3b3b3; 
	font-size: 10px;
}

#Footer .Notes A
{
	color: #b3b3b3;
}

#Footer .Notes A:Hover
{
	color: Black;
}

#Footer .Links
{
	color: #E9840D;
	width:484px; 
	height: 59px; 
	float:left; 
	background-color:White; 
	background-image: url('App_Images/icBoers_25.gif');
	background-position:top;
	background-repeat: no-repeat;
	padding: 30px 0px 0px 0px;
	text-align: left;
	text-indent: 105px;
}

#Footer .Links A
{
	font-weight: bold;
	color: #E9840D;
	margin: 0px 5px 0px 5px;
	text-decoration: none;
}


#Footer .Links A:Hover
{
	color: Black;
	text-decoration: underline;
}

	