/* CSS Document */
body{
	background-color:#ffffff;
	margin:2px 0px; 
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
}
.mainBody{
	top:200px;
	width:800px;
	_min-height:450px;
	min-height: 450px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
}
.headBgImage{
	background-image:url(../images/headbg2.jpg); 
	background-repeat:no-repeat; 
	background-position:center;
	vertical-align:top;
	z-index:0;
	margin:auto;
}
.headLinkBar{
	font-size:smaller;
	background-color:#CCCCCC;
	width:800px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	text-indent:5px;
}
.pH{
	text-indent:10px;
	font-size:large; 
	font-weight:bolder;
	color:#333333;
	background-image:url(../images/pageHead.png);
	background-repeat:no-repeat;
	background-position: left;
	height:25px;
	text-decoration:none;
	
}

.pHblue{
	text-indent:10px;
	font-size:large; 
	font-weight:bolder;
	color:#333333;
	background-image:url(../images/pageHeadblue.png);
	background-repeat:no-repeat;
	background-position: left;
	height:25px;
	text-decoration:none;
	
}

.pHgreen{
	text-indent:10px;
	font-size:large; 
	font-weight:bolder;
	color:#333333;
	background-image:url(../images/pageHeadgreen.png);
	background-repeat:no-repeat;
	background-position: left;
	height:25px;
	text-decoration:none;
	
}

.pHlink{
	text-indent:10px;
	font-size:large; 
	font-weight:bolder;
	color:#333333;
	height:25px;
	text-decoration:none;
}

	
/*for use where 2 columns are needed without the addition of grey background on nav menu*/
#leftcolumn{
	float:left;
	width:15%;
	text-align:right;
	position:relative;
	top:auto;
	font-weight:bold;
	}
#leftcolumn p{
	font-weight:bold;}
#rightcolumn{
	position:relative;
	margin-left:182px;
	max-width:600px;
	}

/*to be used in the case of an image to the right*/
#Textbody{
	text-align:left;
	width:800px;
	position:absolute;
	min-height:450px;
	_min-height:450px;
}
.rightImg{
	float:right;
	}
	
/*controls the common left navigation bar*/

#sideNav {	
	float:left;
	background-color:#CCCCCC;
	}
#sideNav ul{
	padding:0px;
	margin:0px;
	list-style:none;
	width:180px;
	}
#sideNav li  {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	border-bottom:1px #000000;
	color:#666666;
	font-size:smaller;
	}	
#sideNav li a:link, #sideNav li a:visited {
	height:25px;
	font-weight:bold;
	padding:0px;
	margin-left:3px;
	color: #273b14;
	display: block;
	text-decoration:none;
	}
#sideNav li a:hover {
	color: #ffffff;
	background-color:#666666;
	}
	
/*controls the common right side content frame*/
.rightSide{
	position:inherit;
	margin-left:185px;
	text-align:left;
}

/*controls the page footer*/
#footbar{
	position:relative;
	padding-left:0px;
	bottom: 0;
	font-size:smaller;
	width:800px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
}
#footbar ul{
	margin:10px 0px 0px 0px;
	padding-left:0px;
	text-indent:0px;
	}
#footbar li{
	display:inline;
	}
#footbar a:link,
#footbar a:visited {
	font-size:small;
	color:#178571;
	padding-right: 9px;
	float:none;
	text-decoration:none;
	font:bold 1em/1em Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 2px #555;
	}
#footbar a:hover{
	color:#000000;
	}
.calbody{
	background-color:#FFFFFF;
	}
.reqd{font-size:small; color:#FF0000;]
