/* Centred Layout Tags*/

body {
	text-align: center; /* Reequired for IE WIn 5.x */
	margin	: 0px;
	background-image:url(../images/bodybackground.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color: #EDEEE8;
  }

#pagecontent {
	margin	: 0 auto;
	width		: 1000px;
	text-align: left;
  }

/* Layout Divs - Common To All Pages */

#banner {
	margin-left	 		: 0px;
	margin-right 		: 0px;
	margin-top	 		: 0px;
	height		 		: 135px;
	width				: 1000px;
	display				: block;
	position			: absolute;
	}


/* Formatting Styles */
	
p, input, td, textarea,li, select, label {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #000000;
	}
	
a:link, a:visited {
	color		: #013302;
	}

a:hover	{
	color		: #990033;
	}
	
#menu p {
	margin	: 0px;
	}
	
/* Chrome Menu CSS */

#chromemenu{
	position			:absolute;
	margin-top			: 135px;
	width				: 1000px;
	background-color: #BDBFA9;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content				: "."; 
	display				: block; 
	height				: 0; 
	clear				: both; 
	visibility			: hidden;
}

#chromemenu ul{
	border				: 1px solid #BBB;
	width				: 998px; /*Theme Change here*/
	margin-left			: 0;
	padding-left		: 0;
	margin				: 0;
	float				: left;
	font				: bold 12px Verdana;
}


#chromemenu ul li{
	display				: inline;
}


#chromemenu ul li a{
	float				: left;
	color				: black;
	font-weight			: bold;
	padding				: 6px 12px 6px 7px;
	text-decoration		: none;
}

#chromemenu ul li a:hover{
	color				: #FFFFFF;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/

	/*content				:" " url(../images/arrow_down.gif); uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position			: absolute;
	top					: 0;
	border				: 1px solid #BBB; /*Theme Change here*/
	border-bottom-width	: 0;
	font				: normal 11px Verdana;
	line-height			: 18px;
	z-index				: 100;
	background-color	: white;
	width				: 200px;
	visibility			: hidden;
}

.dropmenudiv a{
	width			: 100%;
	display			: block;
	text-indent		: 3px;
	border-bottom	: 1px solid #BBB; /*Theme Change here*/
	padding			: 2px 0;
	text-decoration	: none;
	color			: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-color	: #F0F0F0;
}
	
	
/* CSS for laying out lists in two columns */

.row {
  clear		: both;
  }

span.label {
  float		: left;
  width		: 100px;
  text-align: right;
  }

span.information {
  float		: right;
  width		: 450px;
  text-align: left;
  }
  
 /* CSS For floating images */
 
 .floatright {
	float:right;
	clear: right;
	}
	
 .floatleft {
	float: left;
	clear: left;
	}
	
.clearboth {
	clear:both;
	}
	
/* CSS for two colum layout in main page content */

#twocolumnwrapper {
    width:100%;	}
	
#twocolumnleftcol {
    float:left;
    width:48%;
    }
#twocolumnrightcol {
	float:right;
	width:48%;
	padding: 2px;
    }
	
/* CSS For score table cells */

.shaded {
	background-color: #e5ebf1;
	}
	
/* ad hoc CSS */
img.adhoc {
	padding	: 2px;
	border	: 1px solid #003f71;
	background-color:#003f71;
	}
	
form p label {
   display: inline;
   float: left;
   width: 150px;
}

form p input, form p textarea, form p select {
   margin: 0;
}


