/*-----------------------------------------------------------------------------------------------------------*/
/*LAYOUT SYLES ----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
DIV#page-wrapper {
	margin: 0px auto;
	position: relative;
	width: 742px;
	
}
DIV#main-content {
	padding-top: 251px;
	background-color: white;
	border: solid #8293A5;
}
DIV#header {
	position: absolute;
	top: 26px;
	left: 0px;
}
DIV#footer {
}
/*-----------------------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------------------------*/
/*APPEARANCE SYTLES -----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/

/* GLOBAL TAGS START -----------------------------------------------*/
BODY {
	background-image: url('../images/grey-bg.gif');
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #6b6b6b;
}
H1 {
	position: absolute;
	top: -2000px;
	left: -2000px;
}

/* GLOBAL TAGS END -------------------------------------------------*/

/* GLOBAL BLOCKS START ---------------------------------------------*/

/* Main content START */
DIV#main-content {
	padding-bottom: 26px;
}
DIV#main-content P {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: #6b6b6b;
}
DIV#main-content A {
	color: #00688C;
	text-decoration: none;
}
DIV#main-content A:hover {
	text-decoration: underline;
}
/* Main content END */
/* Header START */
DIV#header IMG {
	padding: 0px 146px 0px 146px;
}
/* Header END */
/* Footer START */
DIV#footer P {
	margin: 12px 0px 0px 0px;
	color: white;
	font-size: 8pt;
	text-align: center;
}
/* Footer END */

/* GLOBAL BLOCKS END -----------------------------------------------*/

/* PAGE SPECIFIC START ---------------------------------------------*/
/* PAGE SPECIFIC END -----------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/

/* GLOBAL UTILITIES START ------------------------------------------*/
/*colours*/
/* GLOBAL UTILITIES END --------------------------------------------*/