body {
	margin:0;
	padding:0;
	font-family:helvetica, arial, sans-serif;
	color:#000;
	background:url(/images/bg_ds.png) repeat-y #EDF0F9 top center;
}
#screen_reader{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
#header ,#wrapper,#footer{
	margin-left:auto;
	margin-right:auto;
	max-width:950px;
	min-width:800px;
}
#inner_content {
	margin:0;
	padding:0;
	margin-right:182px;
}
#content {
	margin-left: 185px;
}
#title{
	padding:5px 0;
	margin-bottom:10px;
	border-bottom:1px solid #036;
}
/*########## text and headings ##########*/
#text a:link, #text a:active, .clearing a:link, .clearing a:active{
	color:#00F;
	text-decoration:underline;
}
#text a:visited, .clearing a:visited {
	color:#369;
	text-decoration:underline;
}
#text a:hover, .clearing a:hover {
	color:#900;
	text-decoration:underline;
}
#text{
	width:99%;
}
#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4{
	color:#036;
}
#wrapper h1 {
	font-size:1.4em;
}
#wrapper h2{
	font-size:1.3em;
}
#wrapper h3 {
	font-size:1.2em;
}
#wrapper h4 {
	font-size:1em;
	font-weight:bold;
}
/*########## tables ##########*/
table{
	margin:0;
	padding:0;
	font-size:1em;
	border-collapse:collapse;
}
table.wide{
	/table-layout:fixed;
}
td,th{
	vertical-align:top;
	padding:5px;
	margin:0;
}
th,.tdBackground {
	background-color: #0167B2;/*edit*/
	color: #FFF;
	font-weight: bold;
}
.tdLightest {
	background: #CCC;
}	
.tborder td,.tborder th{
	border:1px solid #003;
}
/*########## misc ##########*/
#change_fs{
	float:right;
	clear:right;
	padding-right:15px;
	padding-top:15px;
}
img{
	border:none;
}
.clearing {
	clear: both;
	text-align:right;
	padding-bottom:3px;
}
.lastupdate {
	color: #333333;
	padding-right:.3em;
}
hr {
	border:0;
	height:1px;
	color:#036;
	background:#036;
	margin:0;
	padding:0;
}
/*########## Show/Hide divs onclick ##########*/
.hide{
	display:none;
}
.show{
	display:block;
}
.show_link{
	color:#00F;
	text-decoration:underline;
}
/*########## GALLERY ##########*/
#gallery ul {
	text-align:center;
	font-size:.8em;
	margin-top:2px;
}
#gallery li {
	width:10.5em;
	list-style:none;
	float:left;
	margin-top:5px;
	padding:0 6px;
	color:#666;
}
#gallery img {
	vertical-align:bottom;
	padding:.5em;
	border:1px solid #999;
	background:#fff;
}
#gallery span {
	display:block;
	margin-top:6px;
	color:#000;
	height:5em;
}
#gallery li a:hover img,#gallery li a:active img,#gallery li a:focus img,#gallery a:hover {
	background:#BBB;
}
/*########## mandatory fields ##########*/
.red{
	color:#F00;
}
