/* CSS Document */

/*Forces Scrollbar - Valid CSS3 not Valid CSS2.1*/
/*html {
overflow-y: scroll;
}*/

body {
	margin: 0px;
	padding: 0px 0px;
	font-family: Verdana;
	font-size: 14px;
	color: #333;
	text-decoration: none;
/*	background-image: url(../assets/chainmail100.png);
	background-repeat: repeat;
	background-attachment: fixed;*/
	background-color: #000;


}

#wrapper {
	width: 960px;
	margin: 0px auto 0px auto;

}

#wrapper a{
	text-decoration: none;
	color: #CCC;
	
}

#wrapper a:hover{
	text-decoration: underline;
	color: #FFF;
	
}

#header {
	position: relative;
	float: left;
	color: #CCC;
	width: 958px;

}

#headleft {
	position: relative;
	float: left;
	color: #CCC;
	width: 200px;
	height: 100%;
	padding: 5px 5px 0px 5px;

}

#headcentre {
	position: relative;
	float: left;
	color: #CCC;
	width: 396px;
	height: 100%;
	text-align: Left;
	padding: 20px 5px 5px 104px;
	font-size: small;



}

#headright {
	position: relative;
	float: left;
	color: #CCC;
	width: 233px;
	height: 100%;
	text-align: right;
	padding: 30px 5px 5px 0px;
	font-size: small;

}


#main {
	position: relative;
	float: left;
	color: #CCC;
	width: 958px;
	height: 100%;

}

#leftp {
	position: relative;
	float: left;
	color: #CCC;
	width: 228px;
	min-height: 480px;
	margin: 0px 5px auto auto;
/*	border: 1px solid #666;
	background-image: url(../assets/minfobkgnd.png);
	background-repeat: repeat;*/

}

#leftptext {
	position: relative;
	float: left;
	font-size: small;
	color: #CCC;
	height: 292px;
	width: 216px;
	padding:5px;
	z-index: 1;

}


#leftptext a {
	text-decoration: underline;

}

#leftplogos {
	position: relative;
	float: left;
	height: 168px;
	text-align: center;
	padding: 5px 0;
	
}

#mainp {
	position: relative;
	float: left;
	color: #CCC;
	width: 720px;
	min-height: 480px;
	padding: 0px;
/*	border: 1px solid #666;
	background-image: url(../assets/minfobkgnd.png);
	background-repeat: repeat;*/

	
}

#mainpleft {
	position: relative;
	float: left;
	width: 234px;
	color: #CCC;
	padding: 0px 0px 0px 5px;

	
}

#mainpleft a {
	text-decoration: underline;

	
}

#mainpcentre {
	position: relative;
	float: left;
	width: 234px;
	color: #CCC;
	padding: 0px 0px 0px 5px;

	
}

#mainpcentre a {
	text-decoration: underline;

	
}

#mainpright {
	position: relative;
	float: left;
	width: 234px;
	color: #CCC;
	padding: 0px 0px 0px 5px;

	
}

#mainpright a {
	text-decoration: underline;

	
}

#footer {
	position: relative;
	float: right;
	margin: 5px 3px auto auto;
	padding: 5px 5px 5px 5px;
	color: #CCC;
	width: 710px;
/*	border: 1px solid #666;
	background-image: url(../assets/minfobkgnd.png);
	background-repeat: repeat;*/

}

#footertext {
	position: relative;
	float: right;
	color: #CCC;
	width: 710px;
/*	min-height: 20px;*/
	text-align: justify;

}


#footertext a {
	text-decoration: underline;

}

#footercopy {
	position: relative;
	float: left;
	margin: 10px 0px 0px 0px;
	color: #999;
	font-size: xx-small;
	width:auto


}

#footerdate {
	position: relative;
	float: right;
	margin: 10px 0px 0px 0px;
	color: #999;
	font-size: xx-small;
	width:auto


}

.valid {
	margin: 20px 0px;
	width: 720px;
	position: relative;
	float: right;

}


#bottomnav {
	position: relative;
	float: right;
	margin: 5px 3px 5px 0px;
	color: #CCC;
	width: 722px;
	font-size: x-small;
	text-align: center;

}


#bottomnav li{
	display: inline;

}

.term {
	font-size: x-small;
	position: relative;
	width: 650px;
	left: 30px;
	text-align: justify;
}

#extrainfo {
	position: relative;
	float: right;
	color: #CCC;
	width: 710px;
	Margin: 5px 3px auto auto;
	padding: 5px;
/*	border: 1px solid #666666;
	background-image: url(../assets/minfobkgnd.png);
	background-repeat: repeat;*/
	
}

/********HEADINGS*******/
h1, h2, h3, h4 {
	line-height: normal;
}
h1 {
	margin: 0;
	font-size: 1.0em;
}
h2 {
	margin: 0;
	font-size: 0.85em;
	}
h3 {
	margin: 0;
	font-size: 0.75em;
}
