body {
	background-color: #FFFFFF;
	min-width: 980px;
}

div{
	float: left;
	margin: 0px;
	padding: 0px;
	width:100%;
}

ul{
	list-style-type: none;
}



#page{
	padding-left:50%;
	margin-left: -495px;
	width:990px;
}

#background{
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
}

#header{
	height:210px;
	background-image: url(../images/Header.png);
	/*background-repeat: no-repeat;*/
}

#menu{
	height: 30px;
	width:750px;
	margin: 0px;
	padding-top:180px;
	margin-left: 25px;
}
.search_box {
	width: 200px;
	height: 30px;
	float: right;
	padding-top:180px;
}

.search_box {
	float: right;
	clear: right;
	width: 200px;
	margin-right:10px;
}
.search_string {
	width: 100px;
	height: 16px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	vertical-align: middle;
}

.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
.login_table h1 {
	margin: 5px 0px 5px 0px;
}

.login_table input {
	margin: 5px 0px 1px 0px;
	width: 100px;
}

#content{
	width:600px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 25px;

}

#breadcrumbs{
	text-align: right;
	color:#000000;
}

#sidebar{

	width:300px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar_heading{
	width:31px;
	height:400px;
}
#footer{
	height:100px;
	background-image: url(../images/Footer.png);
	/*background-repeat: no-repeat;*/
}

/* miscellaneous component css*/
.newsreader {
	padding:0px;
	margin-top:15px;
	float:none;
	list-style-type: none;
	display: block;
	width:100%;

}
.nr_description {
	font-weight: bold;
}
.nr_content {
	padding:0px;
	margin:0px;
	float:none;
	list-style-type: none;
	display: block;
	display: inline;
}
.nr_content ul {
	padding:0px;
	margin-top:10px;	
	float:none;
}

.nr_itemdesc {
	margin-bottom:10px;
	float:none;
}

.discreet {
	padding:0px;
	margin:0px;
	float:none;
	list-style-type: none;
	display: block;
	display: inline;
}
.nr_content ul li a{
	padding:0px;
/*	margin:0px;*/
	float:none;
	list-style-type: none;
	display: block;
}
.colouredbox{
	padding:15px;
}

.colouredbox_tl{
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/colouredbox_tl.png); 
	background-repeat: no-repeat;
}

.colouredbox_tr{
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/colouredbox_tr.png); 
	background-repeat: no-repeat;
}
.colouredbox_bl {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/colouredbox_bl.png); 
	background-repeat: no-repeat;
}
.colouredbox_br {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/colouredbox_br.png);
	background-repeat: no-repeat;
}

