@charset "iso-8859-1";
body {
	font: 95.5%/1.5;   Times Courier, Arial, Tahoma, Helvetica,Georgia, 'MS Sans Serif', sans-serif;

	margin: 0;
	padding: 0;
	background-color: #336699; 
	color: #000000; /*black*/
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 10px;
	background-color: #ffffff;
	width: 90%;
	max-width: 1300px;
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: center;
	top:0px;
	right: 0px;
	background-color: #FFFFFF;
	background-image: url('background1.gif');
	height: 100px;
	background-repeat: repeat;
	color: #ffffff; text-align:center;border: 3px double white;
}
/*====================== styles for main content area =========================*/
#content {
/*	padding: 5px 30px 5px 30px;
	margin: 5px 30px 5px 30px;*/
	background-color: #FFFFFF;
	color: inherit;
}

/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/di_lb.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('images/di_lb.gif');
	padding: 2px 0;
}


/*============== Styles for footer ===================*/

#footer  {
   bottom:-1;
background: #336699; color: #ffffff; width:100%; font-size:10pt; font-style: italic; text-align:center; border: 1px double white;
	margin-top: 0px;
	margin-bottom: 0px;

}
/*================== general styles =================*/
hr {
	width: 25%;
	text-align: center;
	background-color: #336699;
	height: 1px;
}
:link { color: #336699; }
 :visited { color: #336699; }
 
a {
text-decoration: none;
}
a:hover {text-decoration: underline; color: #336699;
font-weight:normal;}
sup
{
vertical-align: top;
}

/* =================Styles for heading tags =============== */


h5.c11 {color: #FFFFFF; font-family: arial}
 div.c10 {text-align: right}
 h4.c8 {color: #823D00}
 span.c7 {color: #002266 }
 span.c8 {color: #002266; font-size: 170%}
 span.c5 {font-size: 80%}
 span.c4 {color: #006699; font-size: 125%}
 span.c3 {color: #823D00; font-size: 150%}
 span.c10 {font-family: BSTGreek; font-size: 120% font-weight:normal;}
 span.c11 {font-family: BSTHebrew; font-size: 120% font-weight:normal;}
 div.c2 {text-align: center}
 h3.c1 {font-family: Comic Sans MS;}
span.dropcap {
font-size:500%; 
float:left;
line-height:.8em;
color:#336699;
padding-right: 6px;
padding-bottom: 6px;
font-family: times;}

/*================used to center anything==============*/
.center {
	text-align: center;
}

/* ============floats images to right or left ============*/
.imgrgt {
	 float:right;
	 padding: 7px;
}
.imglft {
	 float:left;
	 padding: 7px;
}
.smtxt {
	font-size:small;
}

/* =========== link styles =============*/

a:link {
	font-weight: normal
	color: color: #823d00; 
	background: transparent;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: ##336699;
	background: transparent;
	padding: 0px;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	text-decoration : none;
	background: #336699;
	color: #ffffff;
}
a:active {
	font-weight: normal;
	text-decoration : underline;
	background: #336699;
	color: #000000;	
}



