@charset "utf-8";
body {
	/*font: 100% Lucids Sans, Verdana, Helvetica, sans-serif;*/
	font: 14px Trebuchet MS, Verdana, Helvetica, sans-serif;
	
	/*Franklin Gothic Book, Cambria, Gill Sans MT, Trebuchet MS*/

	background: #e5e5e5;
	/*#e5e5e5*; #9BCDFF */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	clear:both;
	margin:20px 0 ;
	width: 50em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #eeeeee;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFooter #footer {
	clear:both;
	/*margin:20px 0;*/
	width: 100%;
	background-image:url(../images/1pixFooterBg.gif);
	background-repeat:repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #mainContent {
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h1 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #EAEAEA;*/
	color: #333333;
	font-size: xx-large;
 	/*font-weight:bold;	*/
	padding:0.25em;
}

.menuSelected {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
	font-size: 14px;
 	font-weight:bold;
	position:relative;
	text-align:center;	
	border-left:2px solid;
	border-left-color:#dddddd;
	border-right:2px solid;
	border-right-color:#dddddd;
	border-top:2px solid;
	border-top-color:#dddddd;
	border-bottom:0px none;
}

.menuNormal {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #eeeeee;*/
	color: #0000FF;
	font-size: 14px;
 	font-weight:bold;
	position:relative;
	text-align:center;
	text-decoration:none;
}

a:link {
  display:block;
  /*padding: 0.4em 0 0.4em 1em;*/
  color: #5c9bf9;
  /*background-color: transparent;*/
  font-size: 100%;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  text-decoration: none;
}

a:hover {
  display:block;
  /*padding: 0.4em 0 0.4em 1em;*/
  color: #990000;
  /*background-color: #FFFFCC;*/
  font-size: 100%;
  text-decoration: none;
  font-weight: bold;
}

.pagelinks {
  display:block;
  /*padding: 0.4em 0 0.4em 1em;*/
  color: #0000FF;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
}

.h1Grey {
font-size:20px;
font-weight:bold;
color:#666666;
}

h4 {
color:#aaaaaa;
border-bottom:1px dotted;
border-bottom-color:#AEAB93;
}

.h1XXGrey {
font-size:30px;
font-weight:bold;
color:#666666;
}

.bannerCell {
background-color:#FFFFCC;
/*background-color:#EAEBE0;*/
height: auto;
/*border-top:2px solid;
border-top-color:#AEAB93;*/
border-bottom:2px solid;
border-bottom-color:#AEAB93;
}

.h4Maroon {
	font-size: 12px;
	color: #993333;
}

.h1White{
	font-size: 30px;
	color: #FFFFFF;
	background-color: #FF6699;

}
