body
{
    /*background-color:#1277a8;*/
    
    /*
	background-color:#1277a8;
    background-image:url(../images/CSDBackground1.jpg);
	background-repeat:repeat-x;
	*/
	background-color: #000000;
    color:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.page
{	
	padding: 10px 5px 10px 5px;
	margin:0px auto;
	width: 900px;
	
	background-color:#252525;
	
	/*
    background-image:url(../images/PageBackground1.jpg);
	background-repeat:repeat-x;
	*/
}

div.header
{
	font-size:xx-large;
	font-weight:bold;
	float:none;
	clear:both;
	width:auto;
	height:auto;
}

div.content
{
}

div.footer
{
	font-size:xx-small;
	font-weight:bold;
	float:none;
	clear:both;
	width:auto;
	height:auto;
}

a.NavigationLink:link    
{ 
	color:#FFFFFF; 
	text-decoration:none; 
}

a.NavigationLink:visited 
{ 
	color:#FFFFFF; 
	text-decoration:none; 
}

a.NavigationLink:hover   
{ 
	color:#FFFFFF; 
	text-decoration:underline; 
}

a.NavigationLink:active  
{ 
	color:#FFFFFF; 
	text-decoration:none; 
}

div.float_right
{
	clear:none;
	float:right;
	padding:10px;
}

div.float_Left
{
	clear:none;
	float:left;
}

span.image_credit
{
  font-size:xx-small;
  font-weight:bold;
  float:none;
  clear:none;
  width:auto;
  height:auto;
}

div.hidden
{
  display:none;
}

div.invisible
{
  visibility:hidden;
}

span.form_error
{
	font-size:small;
	font-weight:bold;
	color:red;
}
