﻿body {
}


#wrapper 
{
	position: absolute;
	float: left;
	width: 1002px;
	top: 0;
	left: 0;
}

#header 
{
	float: left;
	/*background-color: Black;*/
	/*height: 200px;*/
	width: 100%;
	margin: 0px;
	padding:0px;
	/*background-image: url('../images/general/bgheader.gif');*/
	/*background-repeat: repeat-y;
	background-color: #F7F7F7;*/
}

#header .headTop 
{
	float: left;
	background-image: url('../images/general/bgheadertop.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 13px;
}

#header .headMiddle 
{
	float: left;
	clear: both;
	width: 100%;
	
	/*height: 120px;*/
}

.headBottom
{
	float: left;
}

.left 
{
	float: left;
	width: 129px;
	padding-left: 8px;
	padding-top: 5px;
}

.right 
{
	float: left;
	width: 796px;
	padding-top: 8px;
}

.strapline 
{
	float: left;
}

.flash01 {
	
	float: right;
	
}

.straptext 
{
	float: left;
	/*font-family:Trebuchet MS;*/
	font-size: 28px;
	font-weight: bold;
	/*padding-top: 1.1em;*/
	margin-top: 12px;
	/*text-align: right;*/
	letter-spacing: 1px;
	color:#000000;
	
	/*width: 500px;*/
}

.strapimage 
{
	float: left;
	padding-left: 8px;
}



#header .headBottom 
{
	float: left;
	clear: both;
	background-image: url('../images/navbar/navbar.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 27px;
	background-color: Aqua;
}


/**************************************/
/******* Middle of the Web page *******/
/** This contains content and nav bar */
/*********** on the right *************/
/**************************************/

/*
	This container consists of
		1) Master page's content place holder
		2) Vertical news Links on the right hand side
*/
#middle 
{
	width: 100%;
	float: left;
	clear: both;
	/*background-color: #ebf3fb;*/
}

/*
	This container consists of Master page's content place
	holder
*/
#middle .content 
{
	width: 100%;
	float: left;
	background-color: White;
	margin-top: 22px;
	
}

/*
	This container consists of vertical news links
	on the right hand side of the master page
*/
.newsLinks 
{
	width: 24.30%;
	/*height: 642px;*/
	/*height: 40.05em;*/
	color: #07519a;
	float: left;
	background-color: #FAFAD8;
	padding-bottom: 3.2em;
	padding-top: 05px;
	/*padding-right: 0.5em;*/
	
}

/*
	defines the style of the link enclosed within this container
*/
/*#middle .newsLinks a
{
	color: #07519a;
	text-decoration: none;
	display: block;
}
*/

#bottom 
{
	float: left;
	width: 100%;
	margin-top: 2em;
}


