/***********************************************/
/* homeStylesheet.css              */
/* Left navigation, both 2 and 3 columns CSS   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Candara,Trebuchet,Arial,Helvetica,sans-serif;
	color: #CCCCCC;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

/* a:link, a:visited used for text links under images on home page */
a:link, a:visited {
	color: #0033CC;
	text-decoration: none;
}

/* a:hover used for text links under images on home page */
a:hover{
	color: #99FFFF;
	text-decoration:none;
}
/* overrides decoration from previous rule for hovered links */


/* h1 used for text links under images on home page */
h1{
	font-family: Candara,Trebuchet,Arial,Helvetica,sans-serif;
	font-size: 180%;
	color: #0033CC;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
; 	font-style: italic;
}

h2{
 font-size: 115%;
 color: #000099;
 margin: 0px;
 padding: 5px 0px 0px 0px;
}

h3{
 font-size: 100%;
 color: #000099;
 margin: 0px;
 padding: 2px 0px 0px 0px;
}

/* h4 used in footer copyright notice on home page */
h4{
 font-size: 90%;
 font-weight: strong;
 color: #333333;
}


p{
 font-size: 90%;
}

a:link img{
	color:#000000;
	text-decoration:none;
}

img{
	border:#000000;
	border-width:2px;
}

/***********************************************/
/* Float Clearing Div                          */
/***********************************************/

/* Div to clear float display problems (mostly with IE) */

.brclear{
	clear: both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height:0px;
}


/***********************************************/
/* Layout Divs              */
/***********************************************/


/* Wrapper for 2 column layouts */

#mainLayer{
	width: 800px;
	background:#000000;
	margin:0 auto;
	border: 1px solid #333333;
	text-align:left;
	z-index:1;
}


/* All pages - header include file */

#masthead{
  margin:0;
  position:float;	
/*  padding: 5px 5px 5px 5px;*/
/*  top:auto;
  height:auto;
  border-bottom: 1px solid #cccccc;*/
  visibility:visible;
  z-index:2;
}

/* Left column layout for content in home page   */

#contentLeft{
	position:inherit;
	float:left;
	left:0px;
	width:396px;
	min-height:475px;
	display:inline;
	visibility:visible;
	margin: 0px;
	padding: 2px 0px 2px 6px;
	background-color:#000000;
	z-index:3;
	}

/* Right column layout for content in home page   */

#contentRight{
	width:398px;
	visibility:visible;
	min-height:475px;
	margin:0px 0px 0px 390px;
	padding: 2px 0px 0px 1px;
	background-color:#000000;
	z-index:4;
	}


/* Styles for footer include file appearing across bottom of home page */

#copyrightInfo{
	position:relative;
	left:0px;
	width:790px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 55%;
	padding: 5px 5px 5px 5px;
	margin:auto;
	text-align: center;
	z-index:5;
	color: #333333;
	background: #999999;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

/************** .headerImage styles **************/

#headerImage{
	margin: 0px;
}


/************** .Date Revised styles *****************/

.DateRevised {
	font-size: 70%;
	color: #999999;
	text-align: center;
}

