/* Centred Layout Tags*/

body {
  text-align: center; /* Reequired for IE WIn 5.x */
  margin	: 0px;	
  }

#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		 		: 161px;
	width				: 1000px;
	display				: block;
	position			: absolute;
	z-index: 1;
	}
	
 #pagetitle	{
	margin-left: 500px;
	margin-top:125px;
	height :30px;
	width: 490px;
	text-align:right;
	display:block;
	position:absolute;
	z-index: 2;	
	}
	
#sidemenu {
	margin-left: 0px;
	margin-top:	160px;
	width:160px;
	position:absolute;
	background-color: black;
	}
	
#pagebody {
	margin-left	: 190px;
	margin-top	: 165px;
	width		: 800px;
	position	: absolute;
	}
	
/* CSS for two colum layout in main page content */

#twocolumnwrapper {
    width:100%;	}
	
#homepage_leftcol {
    float:left;
    width:550px;
    }
#homepage_rightcol {
	float:right;
	width:240px;
	background-color: #FFFFFF;
    }
#leftcol {
	float:left;
	width:480px;
}

#rightcol {
	float:right;
	width: 310px;

}


#leftcol_48percent {
	float: left;
	width: 48%;
}

#rightcol_48percent {
	float: right;
	width: 48%;
}

#clear {

	clear: both;
	}
	
.floatright {
	float:right;
	}
	
#sidemenu img {
	padding-top: 8px;
	padding-bottom: 8px;
	}
	
/* Menu Styles */

.sidemenu{
	border: 1px solid #C0C0C0;
	background-color: white;
	border-bottom-width: 0;
	width: 160px;
}

* html #sidemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 154px;
}

#sidemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

#sidemenu a {
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #ED1C24;
	font-weight: lighter;
	line-height: 1.4em;
}


html>body #sidemenu a{ /*Non IE rule*/
width: auto;
}

#sidemenu a:hover{
background-color: white;
color: #ED1C24;
}

/* Text Styles */

p, input, textarea, li, label, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : black;
	}
a, a:visited {
	color: black;
	}
	
a:hover {
	color: #ed1c24;
	}
	
#pagetitle h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 200;
	color: white;
	margin:0;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: lighter;
	line-height: 1.3em;
	color:black;
	padding: 2px 0px 2px 0px;
	}
	 
.lastword {
	color: #ED1C24;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: lighter;
	line-height: 1.1em;
	color: #ed1c24;
	padding: 2px 0px 2px 0px;
}

#homepage_rightcol h1 {
	display			: block;
	background-color: #ed1c24;
	color			: #FFFFFF;
	text-align		: center;
	font-weight		: lighter;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
/* CSS for laying out forms */

label{
	float: left;
	width: 150px;
}

input, textarea, select{
	margin-bottom: 5px;
}

form br {
	clear: both;
	}

#submitbutton {
	margin-left: 150px;
	margin-top: 5px;
	width : 150px;
	}
.shadedbackground {
	background-color:#CCCCCC;
	}
	
/* photos for the history page layout */


.photo-right {
float: right;
padding-left: 5px;
}

.photo-left {
float: left;
padding-right: 5px;
}

.photo-image {
padding: 0px;
}

.photo-caption {
font: 9px Verdana, Arial, sans-serif #666666;
text-align: center;
}
