body {
	background-color: #333333;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	line-height: 14px;
}

td {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	line-height: 14px;
}

img {
	border: 0px;
}

input, textarea, button {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial;
	color: #333333;
	border: 1px solid #999999;
}

input {
	height: 15px;
}

button {
	background-color: #f0f0f0;
	border: 1px solid #999999; 
}

.button_login {
	color: #fff;
	height: 44px;
	width: 50px;
	margin-left: 5px;
	font-weight: bold;
	background-image: url(button_login_grad.jpg);
	background-repeat: repeat-x;
}

.normal_button {
	color: #fff;
	height: 20px;
	font-weight: bold;
	background-image: url(button_grad.jpg);
	background-repeat: repeat-x;
}

form {
	margin: 0px;
}

#container {
	/*
	margin-right:10%;
	margin-left:10%;
	*/
	width: 964px;	
	margin-bottom:10px;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	text-align:left;
}

#top {
	height:101px;
	left: 15px;
	top: 24px;
}

#topnav {
	width: 964px;
}

img.nav {
	margin-right: 8px;
}

#bxhomeleft {
	float: left;
	width: 511px;
	height: 188px;
	margin-top: 10px;
	background: #ffffff;
	background-image: url(corner_white_top.jpg);
	background-position: top left;
	padding: 30px 10px 10px 30px;
	background-repeat: no-repeat;

}

#bxhomeright {
	float: right;
	margin-top: 10px;
	width: 413px;
	height: 323px;
	background-image: url(home_rightback.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#bxhomecentre {
	position: relative;
	top: -80px;
	width: 100%;
	float: left;
}

#bottomcontainer {
	clear: both;
	position: relative;
	top: -65px;
	height: 250px;
	margin: 0;
}


#status {
	float: left;
	width: 198px;
	padding: 30px 10px 10px 30px;
	background-color: #fff;
	background-image: url(corner_white_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 100%;
}

#news {
	float: left;
	width: 273px;
	padding: 30px 10px 10px 30px;
	background-color: #fff;
	height: 100%;
}

#accountarea {
	float: right;
	width: 373px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #ccc;
	background-image: url(accountarea_bottombg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 100%;
}

#footerlinks {
	float: left;
	top: -55px;
	height: 25px;
	position: relative;
}

#copyright {
	float: right;
	top: -55px;
	height: 25px;
	position: relative;
}
.copyright {
	color: #fff;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.white {
	color: #ffffff;
}

.text_smallgrey {
	font-size: 9px;
	color: #999999;
	line-height: 10px;
}

.text_grey {
	font-size: 11px;
	color: #999999;
}

.text_green {
	color: green;
	font-weight: bold;
}

.text_red {
	color: red;
	font-weight: bold;
}

.text_orange {
	color: orange;
	font-weight: bold;
}