body
{
	background-color: #e0dace;
}


/***** CONTENT WRAP *****/
#layout_wrap
{
	background-color: white;

	border-left: solid #e1ded8 1px;
	border-right: solid #e1ded8 1px;

	padding-left: 2px;
	padding-right: 2px;
}



#layout_topBorder
{
	background-image: url(images/layout/topBorder.jpg);
	background-repeat: repeat-x;
	height: 38px;
	width: 100%;
}



#layout_header
{
	/*margin: 25px auto 0px auto;
	height: 110px;
	*/
	margin: 14px auto 0px;
	height: 131px;
	width: 860px;
}

#layout_header table
{
	width: 870px;
	border: 0px;
}

#layout_header #logo
{
	/*height: 75px;*/
	height: 96px;
	width: 275px;
	text-align: center;
}

#layout_header #phrase
{
	/*padding-top: 30px;
	padding-left: 80px;*/
	padding-left: 60px;
}

#layout_header #menu
{
	height: 35px;

	margin: 0 auto;

	vertical-align: bottom;

	white-space: nowrap;
}


#sidebar
{
    float:left;
    width:218px;

	height: auto;

	background-color: #6d7d83;

	border-top: solid #bbc2c5 1px;
	border-left: solid #99a4a8 1px;
	border-right: solid #4f5a5e 1px;
	border-bottom: solid #4f5a5e 1px;
}



/***** BODY - LEFT COLUMN MENU *****/
table#menu
{
	padding: 0px;
	width: 216px;
	border-bottom: solid #99a4a8 1px;
}
#menu tr
{
	margin: 0px;
	padding: 0px;

}
#menu td
{
	background-image: url(images/menu_bullet.jpg);
	background-repeat: no-repeat;
	padding-left:25px;
	padding-top: 1px;
	border-top: solid #99a4a8 1px;
	border-bottom: solid #4f5a5e 1px;

	vertical-align: middle;

	height: 28px;

	text-transform: uppercase;
}


#menu td a
{
	color: white;
	font-weight: bold;
}



/***** BODY - LEFT COLUMN NEWS *****/
table#news
{
	margin: 0px;
	padding: 0px;
	width: 216px;
}
table#menu tr
{
	margin: 0px;
	padding: 0px;

}
table#news th
{
	text-transform: uppercase;
	font-size: 13px;
	color: white;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-top:8px;
	border-bottom: solid #799498 1px;
	height: 30px;
}

table#news td
{
	padding: 10px;
}

table#news td .news_date
{
	font-weight: bold;
	color: #c7c0ca;
}

table#news td .news_title
{
	font-weight: bold;
	color: white;
}

table#news td .news_description
{
	color: #c7c0ca;
}

table#news td a
{
	color: white;
	font-weight: bold;
}


/***** MIDDLE COLUMN HEADER *****/
#main
{
    float:right;
    width:580px;
	height: auto;
	border-top: solid #bbc2c5 1px;
}

table#middleColumnLayout
{
	margin: 0px;
	width: 100%;
}

th#middleColumnHeader
{
	text-align:left;
	border-top: solid #99a4a8 1px;
	border-left: solid #99a4a8 1px;
	border-bottom: solid #4f5a5e 1px;
	height: 29px;
	width:100%;
	background-color: #6d7d83;
	padding-left: 10px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

td#middleColumnBody
{
	border-top: solid #bbc2c5 1px;
	padding: 0px;
	vertical-align:top;
}



/***** RIGHT COLOUN *****/
.teaser_content
{
	color: #618483;
	font-size: 12px;
	line-height: 15px;
}

/***** FOOTER - TOP BORDER *****/
#layout_footerTopBorder
{
	clear: both;
	background-image: url(images/layout/footerTopBorder.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 36px;
	color: white;

	margin-top: 20px;
}




/***** FOOTER *****/
#layout_footer
{
	background-color: #e0dace;
	width: 100%;
	height: 200px;
	padding-top: 10px;
}

#layout_footer #holder
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#holder #companyAddress
{
	float: left;
	color: #96938c;
	margin-right: 50px;
	font-size: 11px;
}


#holder #copyright, #holder a
{
	padding: 0px;
	color: #96938c;
	font-size: 11px;
}

#holder a:hover
{
	text-decoration: underline;
	color: #ffffff;
}