/* FEG: Home page stylesheet */

/* Colours:

	#6F6F6F	- BG
	#888888	- RH Col top
	#838383	- Dotted line
	#B6B6B6	- Footer text
	#EBEBEB	- RH Col
	#B31C1F	- Red
	#980007	- Dk Red
	#690004	- Dk Red 2
	
	#000 - Text
	

*/

/* HTML tag styles */

body {
	background-image: url(../images/BG.gif);
}
hr {
	margin: 0.3em 0 0.3em 0;
}
h2 {
	margin-top: 0;	
}
h2.news {
	margin-top: 0.5em;
}

/* ---- CUSTOM STYLES ---- */

/* Page layout */

#frame {
	background-image: url(../images/BGLeftHome.gif);			
}
#icla {
	position: absolute;
	top: 0px; left: 547px;
	width: 197px;
	text-align: right;
	z-index: 4;
}

#home-image {
	width: 547px;
	height: 165px;
}
#home-logo {
	position: relative;
	top: -18px; left: -18px;
	margin: 0 !important;
	margin: 0 -18px 0 0; 
}
.col-1x2 {
	width: 305px;
	margin-right: 45px !important;
	margin-right: 20px;
}
#right-col {
	font-size: 0.8em;
	color: #6F6F6F;
	top: 233px; 
}
#right-top-bg-home {
	position: absolute;
	top: 0;	left: 547px;
	z-index: 2;
	width: 197px; height: 250px;
	background-image: url(../images/BGRightHome.gif);
	background-repeat: no-repeat;
}


/* Boxes, text styles, etc */

#right-col h2 {
	font-size: 1.6em;
}
#right-col input {
	font-size: 1em;
}
#right-col input.form-right-col {
	font-size: 1.2em;
}
