	body{
		background:url('../images/background.jpg') 0 0 repeat-x;
		margin:0px 0px 20px 0px;
		font-family:arial,verdana,tahoma,sans-serif;
		overflow-y:scroll;	
	}
		
	#controls{
		position:absolute;
		bottom:0px;
		left:0px;
		z-index:70;
		display:none;
		height:15px;
		background:url('../images/bg_w.png') repeat;
		padding:3px;
		width:559px;
		text-align:right;
	}
	
	#noscript_error{
		padding:5px 0px;
		width:100%;
		color:#0000bb;
		background:#ffffcc;
		z-index:100;
		position:absolute;
		top:0px;
		left:0px;
		margin:0px auto;
		font-size:9pt;
		font-weight:bold;
		text-align:center;
		border-bottom:1px solid #0000bb;
	}
	
	#slideshow{
		 position:relative;
		 margin:0px auto;
		 padding:0px;
		 height:150px;
		 width:565px;
		 border:1px solid #666666;
		 background:#666666;
	}
	
	
	h1,h2,h3,h4,h5{
		color:#ee0000;
		margin-bottom:5px;
		margin-top:12px;
	}
		
	#container{
		width:900px;
		padding:0px;
		margin:0px auto;
		position:relative;
	}
		
	#header{
		width:900px;
		height:200px;
		padding:0px;
		margin:0px auto;
		background:url('../images/DSC-PBL/dsc-pbl.jpg') 0 0 no-repeat;position:relative;
	}
		
	#header-top{
		width:900px;
		height: 60px;
		padding:0px;
		margin:0px auto;
		text-align:right;
	}
		
	#header-bottom{
		width:900px;
		height: 49px;
		padding:0px;
		margin:0px auto;
		text-align:right;
	}
		
	#header-contents{
		width:900px;
		height: 91px;
		padding:0px;
		margin:0px auto;
	}
		
	div#main {
		margin-top:10px;
	}

	div#leftSide {
		float: right;
		clear: none;
		width: 600px;
	}

	div#rightSide {
		text-align: left;
		float: left;
		clear: none;
		width: 275px;
	}

	div.content {
		margin-top: 10px;
		height: auto;
		padding: 0px 15px 0px 15px;
		background-color: #fcfcfc;
		background-image:url('../images/dots-small.png');
		border: 1px solid #aaaaaa;
  		-webkit-border-radius: 10px;
  		-moz-border-radius: 10px;
	}
		
	.content p{
		color:#000066;
  		font-size:10pt;
  		padding-bottom:10px;
  		margin:0px;
	}
	
	.content div{
		color:#000066;
  		font-size:10pt;
  		margin:0px;
	}
		
	.float-left{
		float:left;
		clear:none;
	}
		
	.float-right{
		float:right;
		clear:none;
	}
		
	.clear-both{
		clear:both;
	}
		
	#logo{
		width:250px;
		height:60px;
		padding:0px;
		margin:0px;
	}
		
	.logolink{
		height:50px;
		width:200px;
		margin:0px;
		padding:0px;
	}
		
	#signedin{
		width:650px;
		height:60px;
		padding:0px;
		margin:0px;
		text-align:right;
		font-size:9pt;
		color:#000066;
	}
		
	#signedin p{
		margin:11px;
	}
		
	#homelinks{		
		font-size:11pt;
		color:#ffffff;
		font-weight:bold;
		z-index:25;
		position:absolute;
		bottom:2px;
		left:340px;
		border:0px solid #000;
		width:560px;
		height:45px;
		text-align:center;
	}
	
	#homelinks p{
		position:absolute;
		top:15px;
		left:0px;
		width:560px;
		padding:0px;
		margin:0px;
	}
		
	#homelinks a{
		color:#ffffff;
		text-decoration:none;
		font-weight:normal;
	}
		
	#homelinks a:hover{
		color:#ee0000;
	}
/*************** Page standards ******************/		
	a{
		color:#0000cc;
		text-decoration:none;
		font-weight:bold;
	}
		
	a:hover{
		color:#ee0000;
		text-decoration:none;
	}
		
	.darkblue{
		color:#000066;
	}
		
	.blue{
		color:#0000cc;
	}
		
	.orange{
		color:#ee4400;
	}
		
	.red{
		color:#ee0000;
	}
		
	.caps{
		text-transform:uppercase;
	}