/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image:url(../images/blue-page-bkg.gif);
	margin-top: 5px;
	margin-left: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold; padding:0px; margin:0px;
}
h1 {
	font-size: 20pt;
	color: #D04131;
}
h2 {
	font-size: 20pt;
	color: #000000;
}
h3 {
	font-size: 10pt;
	color: #D04131;
}



/* ----------------------------------------- */
/* BORDER & SHADOW AROUND THE PAGE */
#page-content {
	width:792px;
}

#left-column {
	width:20px;
	background-image:url(../images/blue-page-bkg-shadow-left.gif);
}	

#right-column {
	width:20px;
	background-image:url(../images/blue-page-bkg-shadow-right.gif);
}	

/* ----------------------------------------- */
/* TOP MAIN GRAPHIC FOR THE PAGE */
#header-graphic {
	width:750px;
	height:165px;
}	



/* ----------------------------------------- */
/* TOP NAVIGATION BAR */
#top-nav-bar {
	width:750px;
	font-size:9pt;
	background-image:url(../images/blue-divider.gif);
}


#top-nav-bar a:link, #top-nav-bar a:visited {	
	height:20px;
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	background-image:url(../images/blue-divider.gif);
	font-weight: bold;
	padding: 3px 0px 1px 6px;
	color: #FFFFFF;
	text-decoration:none;
	text-align:center;
}


#top-nav-bar a:hover 	{
	border-top: 1px solid #CCCCCC;
	background-image:url(../images/red-divider.gif);
	font-weight: bold;
	text-decoration: none;
}	




/* ----------------------------------------- */
/* MAIN BODY OF THE PAGE*/
#main-body {
	width:750px;
	/*background-color:#D04131;
	background-image:url(../images/red-page-bkg.gif);*/
}



/* ----------------------------------------- */
/* MAIN TEXT AREA OF THE PAGE*/
#text-area {
	width:629px;
	background-color:#FFFFFF;
	font-size:9pt;
	text-align:left;

}	
#text-area a:link 	 { text-decoration:none;}
#text-area a:visited { text-decoration:none;}
#text-area a:hover 	 { text-decoration:underline;}




/* ----------------------------------------- */
/* SECTION TITLE LEFT COLUMN*/
#section-title {
	width:121px;
	text-align:center;
	/*background-image:url(../images/green-divider.gif);*/
	font-weight:bold; 
	color:#FFFFFF; 
	border-top:1px solid #FFFFFF; 
	border-bottom:1px solid #CCCCCC;
}	



/* ----------------------------------------- */
/* LEFT NAVIGATION BAR */
#left-nav-bar {
	width:120px;
	font-size:9pt;
	background-color:#FF3300;
}


#left-nav-bar a:link  {	
	height:20px;
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;  
	background-color:#ECF5FE;			/* This is the un-visited link color */   
	font-weight: bold;
	padding: 3px 0px 1px 6px;
	color: #21536A;
	text-decoration:none;
	text-align:center;
}

#left-nav-bar a:visited {	
	height:20px;
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	background-color:#E8EAE9;
	font-weight: bold;
	padding: 3px 0px 1px 6px;
	color: #21536A;						/* This is the visited link color */ 
	text-decoration:none;
	text-align:center;
}


#left-nav-bar a:hover 	{
	border-top: 1px solid #CCCCCC;
	background-color: #FCCEDA;			/* This is the hover over link color */ 
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}	




/* ----------------------------------------- */
/* BOTTOM DIVIDER */
#divider {
	width:750px;
	height:12px;
	border-top:1px solid #D04131;
	background-image:url(../images/yellow-shadow.gif);
	background-repeat:repeat-x;
	
}	



/* ----------------------------------------- */
/* PAGE FOOTER */
#footer {
	padding-top:10px;
	padding-bottom:10px;
	width:750px;
	background-color:#E2DC7E;
	font-size:8pt;
	color:#000000;
	border-bottom:2px solid #000000;
}
#footer a:link 	  { text-decoration:none;}
#footer a:visited { text-decoration:none;}
#footer a:hover   { text-decoration:underline;}
/* ----------------------------------------- */


/* From existing web page */
.style18 {color: #663300; font-size: 12px; }
.style19 {font-size: 12}
.style21 {font-size: 16px}
.style6 {font-size: 14px}