/***********************************************************************************/
/*																				   */
/*  CSS Document | October 2006 	                              			       */
/*																				   */
/***********************************************************************************/
/* Config */
html, body, html body, #wrapper {
	margin: 0px;
	padding: 0px;
	height:100%;
	}
	

.hidden{
	display:none;
}
		
.footer{
	clear:both;	
	margin: 0px;
	padding-bottom:1pt;
}



/* framework */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
}



a:link {
	color:#10298D;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:#10298D;
	text-decoration: none;

	font-weight: bold;
}
a:hover {
	color:#000000;
	text-decoration: none;

}
a:active {
	text-decoration: none;

}


#wrapper{
	width: 832px;
	height:100%;
	max-height:100%;
	text-align:left;
	background-image: url(../images/textholder_bg.jpg);
	margin-bottom: -28px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}
* html #wrapper{
	padding-top: 284px;
}

#main {	
margin-top: 282px;
	top:216px;
	bottom:59px;
	width: 832px;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 20px;
}


/* header */

#header{
	height:216px;
}

/* main */
#main{
}
main2{
}

/* form */

form {
	padding:0px;
	margin: 20px 0px 0px 0px;
}


.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

/*page titles**************************************************************************************/

.page_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}


/*main page text***********************************************************************************/

/*text Layer possition CSS*/
#internal_txt {
	width: 493px;
	margin-top: 17px;
	margin-left: 42px;
	padding-left: 10px;
}

/*Font used in text layer and colour*/
.page_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7A7A7A;
}


.page_text strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}

.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#10298D;
}

