/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: white;}
a:visited {color: white;}
a:hover {color: #e7a5a5;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	background: #880000 url(images/background_body.jpg) no-repeat center top;
	font: 11px arial, verdana, sans-serif;
	line-height: 19px;
	color: white;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	float: left;
	width: 137px;
	height: 137px;
	margin: 0px 10px 13px 0px;
	padding: 0px;
	}
	
	h1 {
		text-indent: -2000px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden { display: none; }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.firstParagraph {
	font: bold 11px verdana, arial, sans-serif;
	line-height: 18px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.redText {
	color: #e7a5a5;
	}
	
.yellowText {
	color: #FFFF00;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.breakRule {
	clear: both;
	width: 20px;
	height: 26px;
	margin: 13px auto 13px auto;
	background: transparent url(images/breakrule.gif) no-repeat left top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	border-top: 5px solid #A93D95;
	}

	.formattedTable th {
		background-color: #3d6ca6;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .colourRow {
		background-color: #FAF6F8;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#fadingBags {
	width: 310px;
	height: 419px;
	background: transparent url(images/fading/berlin-brown.jpg) no-repeat left top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 760px;
	margin: 0px auto 0px auto;
	background-position: right 48px;
	background-repeat: no-repeat;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	/*height: 33px;
	background: #7e0000 url(images/background_toparea.gif) no-repeat center 11px;*/
	height: 95px;
	background: #7e0000 url(images/background_toparea.gif) no-repeat left top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	margin: 0px 0px 12px 0px;
	font-weight: bold;
	font-size: 10px;
	}
	
	#menuArea img {
		float: left;
		}
	
	#menuArea .navigationBlock {
		float: left;
		border-top: 2px solid black;
		}
		
		#menuArea .navigationBlock a {background-color: #7e0000; color: white; text-decoration: none; display: block; width: 160px; line-height: 5px; padding: 14px 0px 14px 6px; border-bottom: 2px solid black;}
		#menuArea .navigationBlock a:visited {color: white;}
		#menuArea .navigationBlock a:hover {background-color: black; color: #e7a5a5;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#leftArea {
	float: left;
	width: 319px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#rightArea {
	float: left;
	width: 441px;
	}
	
	#rightArea .subNavigationBlock {
		float: left;
		}
		
		#rightArea .subNavigationBlock a {text-decoration: none; display: block; width: 132px; line-height: 6px; padding: 5px 0px 6px 6px; border-top: 1px solid black;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footerArea {
	margin: 12px 0px 0px 0px;
	padding: 52px 17px 9px 17px;
	line-height: 12px;
	color: #880000;
	background: transparent url(images/background_footerarea.gif) repeat-y left top;
	}
	
	#footerArea a {color: #880000; text-decoration: none;}
	#footerArea a:visited {color: #880000;}
	#footerArea a:hover {color: white; text-decoration: underline;}
