html
{
	height: 100%;
}

body 
{
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	background: #d7d7d7 url('Images/background.gif') repeat-x;
	background-attachment:fixed;
	font-family: "Trebuchet MS", "Verdana", "Times New Roman";   /*Default font if non specified*/
	font-size: 12px;				/*Default font size if non specified*/
	color: #4d4d4d;
	text-align: center;		/*ie 6 and less work around*/
	height: 100%;
} 


/***  WIDTH-DEPENDANT MAIN AREA  ***/
#wrapper 
{
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align:left;		/*ie 6 and less work around*/
	overflow: hidden;
	min-height: 100%;
}

/***  HEADING  ***/
#banner				
{					
	position: relative;
	height: 130px;
	background: #7a7a7a url('Images/banner_bg5.gif') repeat-x top;
	color: #666;
	border-left: 2px solid #7a7a7a;
	border-right: 2px solid #7a7a7a;
} 

#banner-logo
{
	position: absolute;
	top: 60px;
	left: 20px;
	width: 380px;
	height: 40px;
}

#catch-phrase
{
	position: absolute;
	top: 80px;
	right: 25px;
	font-family: "Verdana", "Trebuchet MS";
	font-size: 15px;
	font-style: italic;
	color: #6d6d6d;
} 

#topnav 
{					
	position: absolute;
	right: 30px;
} 

#banner .textnav a
{	
	color: #6d6d6d;
	text-decoration: none;
	font-size: 12px;
} 

#banner .textnav a:hover 
{	
	text-decoration: underline;
} 

/*** NAVIGATION ***/
#navigation
{
	z-index:1;
}

#navigation img
{
	position: absolute;
	border-style: none;
	bottom: 0px;
}

.navigation
{
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100px;
	z-index: 2;
	bottom:2px;
	font-weight: bold;
}

.navigation a
{
	text-decoration: none;
	color: #1b5678;
	font-size: 12px;
	font-weight: bold;
}

.navigation a:hover
{
	font-size: 14px;
	bottom: 4px;
	/*color: #cc6633;*/
	color: #d56121;
}

/****LEFT NAV****/
/*ORIGINAL
#left_nav
{
	width: 150px;
	float: left;
	display: block;
	padding: 5px 2px 5px 10px;
	font-size: 13px;
	z-index: 150;
}*/

#left_nav
{
	width: 150px;
	float: left;
	display: block;
	padding: 5px 2px 5px 10px;
	font-size: 13px;
	z-index: 150;
}

#left_nav ul
{
	list-style-type: none;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#left_nav li
{
	text-indent: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#left_nav a
{
	color: #4d4d4d;
	text-decoration: none;
}

#left_nav a:hover
{
	color: #007CC3;
}

#left_nav h1
{
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #007CC3;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: -8px;
	padding-left: -8px;
}

/*** BODY ***/
#content
{
	position: relative;
	background-color: #f0f0f0;
	border-left: 2px solid #7a7a7a;
	border-right: 2px solid #7a7a7a;
	border-bottom: solid 1px #7a7a7a;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	width: 896px;
}

/*  ORIGINAL
#greyarea
{
	float: right;
	padding:5px 10px 2px 10px;
	min-height: 600px;
	position: relative;
}*/

#greyarea
{
	float: right;
	padding:5px 10px 2px 10px;/*top, right, bottom, left*/
	min-height: 600px;
	width: 710px;
}

#greyarea_wide
{
	/*float: left;*/
	padding:5px 10px 2px 10px;
	width: 875px;
	min-height: 600px;
	position: relative;
}  


/*** OTHER ***/ 
#copyright
{
	text-align: center; 
	font-size: 10px;
	font-family: Verdana;
	color: #6d6d6d;
	position: relative;
	padding: 0 0 0 0;
}
