/* commented backslash hack to hide from ie5 mac \*/ 
html, body	{
	height:100%;
	} 
/* end hack */
html,body {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width:900px;/* stop mozilla sliding off the edge */
	font-family:Arial, Verdana, sans-serif;
	font-size:0.8em;
	color:#042840;
	background-color:#042840;
	background-image:url(images/bodybg.gif);
	background-repeat:repeat-y;
	background-position:center;
}

.container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	text-align: left;
	min-height:100%;
	margin-bottom:-30px;
	height:auto;
}

* html .container {height:100%;} /* for ie to resize */

.table {
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
	position: relative;
	width: 100%;
	text-align: left;
	min-height:100%;
	margin-bottom:-30px;
	height:auto;
}

.centretext {
	float:right;
	width:100%;
	margin-top:30px;
	clear:both;
	}


.header {
	min-width:900px;/* stop mozilla sliding off the edge */
	
	width:100%;
	height:100px;
	background:#636363;
	}

.hmenu {
	height:auto;
	min-width:900px;
	background:#ffffff;
	font-size:1em;
	color:#fff;
	}

.menu a {
	display:block;
	float:right;
	width:6em;
	height:30px;
	border-left:1px solid #eee;
	background:#9a8676;
	color:#fff;
	text-decoration:none;
}

.menu a:hover {
	display:block;
	float:right;
	width:6em;
	height:30px;
	border-left:1px solid #eee;
	background:#47494c;
	color:#7090ca;
	text-decoration:none;
}

a.biglink {
	display:block;
	width:90%;
	padding:5px;
	border:1px solid #313438;
	margin-top:10px;
	color:#626263;
	text-decoration:none;
	background:#e5edfb;
	
}

a.biglink:hover {
	border:1px solid #000;
	background:#7090ca;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.footer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	clear:both;
	height:30px;
	color: #ffffff;
	background:#9a8676;
	border-top:1px solid #000;
}

.clearfooter{
	clear:both;
	height:30px;
}

.rightcol {
	float:right;
	width:30%;
	height: 300px;
	margin-top:20px;
	margin-right:10px;
	border:2px solid #9a8676;
	overflow: auto;
	
	}
	
.leftcol {
	float:left;
	width:50%;
	margin-top:20px;
	margin-left:10px;
	clear:both;
	}
	
.linkclicked {
	float:left;
	text-align: left;
	height:auto;
	margin: 0px;
	padding: 0px;
	width:70%;
	font-family:Arial, Verdana, sans-serif;
	font-size:1.0em;
	color:#626263;
	background-color:#232222;
	background-image:url(images/bodybg.gif);
	background-repeat:repeat-y;
	background-position:center;
	}

p {
	padding:10px;
	margin-bottom:-10px;
}

.rightcol p {
	padding:10px;
	text-align:left;
	}
	
.table p {
	padding:10px;
	margin-bottom:-10px;
	}

h1 {
	font-size:1.4em;
	margin-right:10px;
	margin-bottom:-20px;
	font-weight:normal;
	font-style:italic;
	color:#053453;
}

h2 {
	font-size:1.2em;
	margin-bottom:-15px;
	font-weight:bold;
	font-style:italic;
	color:#053453;
	padding:3px;
}

h3 {
	font-size:1.2em;
	margin-bottom:-15px;
	font-weight:bold;
	font-style:italic;
	color:#ffffff;
	background:#9a8676;
	padding:3px;
}

h4 {
	font-size:1.2em;
	margin-bottom:-15px;
	font-weight:bold;
	font-style:italic;
	color:#000000;
	background:#9a8676;
	padding:3px;
}

h6 {
	font-size:1.4em;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:-20px;
	font-weight:bold;
	color:#ababab;
}


.logo {
	font-size:2.5em;
	font-weight:normal;
	font-style:italic;
	color:#9a8676;
	padding-left:10px;
	padding-top:30px;
}

a {
	color:#9a8676;
	text-decoration:none;
}

b {
	color:#053453;
}

a:hover {
	color:#9a8676;
	text-decoration:underline;
	}

a.footer {
	color:#fff;
}

a.footer:hover {
	color:#fff;
	text-decoration:underline;
	}

form {
	padding:0px;
	margin:0px;
	text-align:center;
	}

input {
	margin-top:3px;
	border:1px solid #ccc;
	padding:3px;
	color: #9a8676;
}

.searchbox {
	width:90%;
	}

.searchbutton {
	background:#eee;
	border:1px solid #ccc;
	cursor:pointer;
	}

.img1 {
	float:left;
	margin:10px;
	
}

.shadow-bringer {		width: 270px;		height: 300px;		margin: 0 auto;		padding: 5px;		background: #fffff;	
}	

.shadow {		-moz-box-shadow: 3px 3px 4px #000;		-webkit-box-shadow: 3px 3px 4px #000;		box-shadow: 3px 3px 4px #000;		/* For IE 8 */		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";		/* For IE 5.5 - 7 */		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');	
}