/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	height:100%;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

body.index{
	background: #F3F3F3;
	text-align:center;
	overflow:hidden;
}

/*
Major Structural Elements
*/

#wrapperMain{
	width:870px;
	height:100%;
	margin:0 auto auto;
	text-align:left;
	
}

#header{
	width:870px;
	height:255px;
	position: absolute;
	
	left:50%;
	margin-left:-435px;
	
	top:0;
	
	z-index:3;
}


#wrapperContent{	
	width:100%;
		
	height:100%;
	position:absolute;
	left:0;
	top:0;
	text-align:left;
}

#footer{
	width:870px;
	height:27px;
	font-size:10px;
	
	background:url(../images/footer.gif) bottom no-repeat;
	color:#FFFFFF;
		
	position: absolute;
	
	left:50%;
	margin-left:-435px;
	bottom:0;
	
	z-index:4;
	text-align:center;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#columnCentre{
	text-align:left;
}

/*
Inner Structural Elements
*/

#innerWrapper{
	position: absolute;
	overflow-y:scroll;
	height:100%;
	z-index:0;


	width:100%;
	color: #6A6A6A;
	
}

#innerColumn{
	width:870px;
	margin:0 auto auto;
	padding-left:16px;
	padding-top:280px;
	
}

#innerHeader{
	color:#fffefa;
	font-size:16px;
	height:22px;
	padding-top:20px;
	padding-left:24px;	
	padding-right:0px;
	
	background:url(../images/header_inner_green_left.jpg) #9499ad;
	background-repeat:no-repeat;
	background-position:left bottom;
	position:absolute;
	top:240px;
	width:400px;
	z-index:1;
	left:50%;
	margin-left:-435px;
}

#innerHeader div{
	background:url(../images/header_inner_green_right.jpg) #9499ad;
	background-repeat:no-repeat;
	background-position:right bottom;
	
	padding-bottom:4px;
}

#innerHeaderYellow{

	color:#2f4967;
	font-size:16px;
	height:22px;
	padding-top:20px;
	padding-left:24px;	
	padding-right:0px;
	
	background:url(../images/header_inner_yellow_left.jpg) #989da2;
	background-repeat:no-repeat;
	background-position:left bottom;
	position:absolute;
	top:240px;
	width:411px;
	z-index:1;
	left:50%;
	
}

#innerHeaderYellow div{
	background:url(../images/header_inner_yellow_right.jpg) #989da2;
	background-repeat:no-repeat;
	background-position:right bottom;
	
	padding-bottom:4px;
}

#innerText{
	padding-left:24px;
	padding-right:24px;
	padding-top:18px;
	padding-bottom:200px;
	
	width:376px;
	
	min-height:100%;
	background:#FFF;
	position:absolute;
	left:50%;
	margin-left:-428px;
}

#innerTextRight{
	padding-left:24px;
	padding-right:24px;
	padding-top:18px;
	padding-bottom:200px;
	
	width:386px;
	max-width:386px;
	min-height:100%;	
	background:#FFF;
	position:absolute;
	left:50%;
	margin-left:8px;
}

#innerText table td{
	font-size:12px;
	padding-top:8px;
}

#innerText table td:first-line{
	font-size:12px;	
}

#innerImage{
	position:absolute;	
	padding-top:10px;
	left:50%;
	top:255px;
	width:445px;
	height:100%;
}

/*
Form Elements
*/
input, textarea {
	border:1px solid #999999;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	padding-top:1px;
	padding-bottom:1px;
}

input[type="submit"]{
	background-color: #999999;
	border-top:#CCCCCC;
	border-left:#CCCCCC;
	border-right:#676767;
	border-bottom:#676767;
	font-size:12px;
	color:#FFFFFF;
}


/*
Misc Elements
*/

.heading, h1, h2, h3, h4, h5, h6{
	font-size:32px;
	font-weight:bold;
}

iframe{
	display:none;
}