
/*
==========================================================
 MAIN PAGE STRUCTURE 
==========================================================
46 118 156 	2E769C
90 153 184	5A99B8
108 167 199	6CA7C7	
175 216 238	AFD8EE
*/

/* The entire width of the browser */
body {
	background-color:#AFD8EE;
	font-family:times new roman, helvetica, arial;
	/* background image */
	background-image:url(../htdocs/bgPage.gif); 
	background-repeat:no-repeat; 
	/* float:right; */ 
}

/* The primary div that contains everything else */
div#divStructureBody {
	/* height:600px; */     /* auto  600px generally not specified */
	width:900px;  /*960 from doug */
	background-color:#6CA7C7;
	margin-top:none; 
	margin-left:auto; 
	margin-right:auto; 
}

/* The page banner */
#divStructureBanner {
	margin-top:0px; 
	margin-bottom:0px; 
	margin-left:129px; 
	height:100px;  
	width:700px;
	/* background image */
	background-image:url(../images/banner2.gif);  
	background-repeat:no-repeat; 
	background-position:center;  
	/* background-color:#55F855; */
	/* --- text and font --- */
	color:#2E769C;
	text-align:center;
}


/* The page banner */
#divStructureBannerPictures {
	margin-top:0px; 
	margin-bottom:0px; 
	margin-left:0px; 
	height:170px;  
	width:896px;
	/* background image */
	/* background-image:url(BannerPictures.gif);   */
	background-repeat:no-repeat; 
	background-position:center;  
	/* background-color:#55F855; */
	/* --- text and font --- */
	color:#2E769C;
	text-align:center;
}

/* The page footer */
#divStructureFooter {
	/* margin-left:100px;  */
	/* height:20px; */
	width:700px;
	/* float:bottom; */
	background-color:#AFD8EE;    
	color:#333333; 
}

/* The menu */
#divMenu {
	height:30px;
	width:500px;
	background-color:#CCF8DA;
	text-align:center; 
	margin-left:50px;
}

/* The menu buttons - references td class= */
td.tdMenuButton {
	/* height:29px;
	width:120px; */
	float:left;
	/* background-image:url(button3.gif);  */
	text-align:center; 
	color:#000000; 
	text-decoration:none;  /* none underline */
	/* --- border around perimeter --- */
	border-style:none; /* none inset outset hidden dotted dashed solid double ridge groove */
	border-width:0px;
	border-color:#6CA7C7; 
}



/*
==========================================================
 MAIN CONTENT STRUCTURE
==========================================================
i.e. #div references div 
i.e. div.class references div class=
*/


/* The content on the left of the main content */
#divContentSideLeft {
	float:left; 
	/* background image */
	/* background-image:url(piping.gif);  */
	/* background-repeat:repeat-y;   /* x=horizonatally y=vertically */ */
	/*background-position:center center;  */
	/* --- size and color --- */
	/* height:350px; */
	width:129px; 
	/* background-color:#6CA7C7;   */
	/* --- margin outside the border --- */
	/* margin-left:100px;   */
	/* overflow:auto;  */
}

/* The main content */
#divContentMain {
	/* --- size and color --- */
	/* height:500px; */
	width:700px;  /*20080401*/
	 background-color:#6CA7C7;
	/* --- margin outside the border --- */
	margin-top:0px; 
	margin-left:0px; 
	/* overflow:auto; */
	/* --- border around perimeter --- */
	/* 
	border-top:#AA0000 2px solid;
	border-left:#AA0000 2px solid;
	border-right:#AA0000 2px solid;
	border-bottom:#AA0000 2px solid;
	*/
	/* --- padding inside the border --- */
	padding-left:75px;
	/* 
	padding-top:20px; 
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	*/
	/* --- text and font --- */
	color:#FFFFFF;
	text-align:left;  /* center; */
	text-decoration:none;  /* none underline */
	font-size:normal;
	font-weight:italic; /* normal bold italic */
	font-family: eras demi itc, arial, verdana;
	/* background image */
	background-image:url(../htdocs/bgLogo2.gif);  
	background-repeat:no-repeat; 
	/* background-position:center;  */  
}

/* The main content Column A */
div.divContentColA {
	/* height:300px;  */
	width:5%;     /* 150px; */
	/* float:left; */
	/* background-color:#0000FF;    */
	/* --- padding inside the border --- */
	padding-left:50px; 
	/* 
	padding-top:20px; 
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	*/
	/* --- text and font --- */
	/* color:#999999;  */
	text-align:left;
	text-decoration:none;  /* none; underline; */
	font-size:small;
	font-weight:normal; /* normal bold italic */
	font-family:georgia, times new roman, helvetica, arial /* arial, eras demi itc, verdana; */
	/* background image */
	background-image:url(bgLogo2.gif); 
	background-repeat:no-repeat; 
	background-position:center; 
}

/* The main content Column B */
div.divContentColB {
	height:100px;   
	width:80%;     /*30% 150px; */
	float:left; 
	background-color:#FFFFFF;   
	/* --- margin outside the border --- */
	margin-top:0px; 
	margin-left:5px; 
	margin-right:5px; 
	/* --- padding inside the border --- */
	padding-left:240px;
	padding-right:10px;
	/* 
	padding-top:20px; 
	padding-left:220px;
	padding-right:20px;
	padding-bottom:20px;
	*/
	/* --- text and font --- */
	/* color:#6CA7C7;  */ /* 1D658B; */  
	text-align:left;  /* center; */
	text-decoration:none;  /* none; underline; */
	font-size:normal;
	font-weight:normal; /* normal bold italic */
	font-family:georgia, times new roman, helvetica, arial /* arial, eras demi itc, verdana; */
}

/* The main content Column C */
div.divContentColC {
	/* height:300px; */
	width:30%;     /* 150px; */
	float:right;
	/* background-color:#0000FF;    */
	/* --- padding inside the border --- */
	padding-right:10px;
	/* 
	padding-top:20px; 
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	*/
	/* --- text and font --- */
	/* color:#2E769C; */ 
	text-align:left;
	text-decoration:none;  /* none; underline; */
	font-size:small;
	font-weight:normal; /* normal bold italic */
	font-family:georgia, times new roman, helvetica, arial /* arial, eras demi itc, verdana; */
}

/* The main content Column Wide */
div.divContentColWide {
	/* height:300px; */
	width:100%;     /* 150px; */
	float:right;
	/* background-color:#0000FF;     */
	font-size:normal;
	font-weight:italic; /* normal bold italic */
}



/*  warning: white space around and image tag can cause a 'border' to show around/below and image.     */
/*  warning: the doc type can also cause the problem.     */
imgx {
	margin:0px;
}

/*
==========================================================
 SPECIFIC FORMATTING
==========================================================
*/


a img {
	border:0px;   /* remove border from around the image */
	/* color:#009; */
	text-decoration:none;
}

a:link {
	border:0px;
	/* color:#009; */
	text-decoration:none;
}
a:visited {
	/* color:#00a; */
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h2.h2Tree {
	margin-top:0px;
	font-size:12px;
	color:#000;
}

