/*Body Styles*/
body {
  background-color : #FFFFFF }

/*Other Element Styles*/
hr {color: blue;
     width: 100%;
     align: center }
marquee.title {width: 100%;
     height: 20%;
     direction: right;
     behavior: slide;
     scrolldelay: 250}
marquee.news {width: 100%;
     height: 20%;
     direction: left;
     behavior: scroll;
     scrolldelay: 250}
table.bookmark {
    width: 100%;
    background: url("images/marble.gif");
    border: medium double blue }     
table.sitemap {
    width: 10%;
    background: url("images/marble.gif");
    border: medium double blue }     
table.FAQs {
    width: 90%;
    background: url("images/marble.gif");
    border: medium double blue }     
table.Info{
    width: 100%;
    border: medium solid blue } 

/*Text Styles*/
h1.main {font-size: 36pt;
     color: #000000;
     face: "Times New Roman" }
h1.shadow {font-size: 36pt;
     color: #C0C0C0;
     face: "Times New Roman" }
h2.main {font-size: 18pt;
     line-height: 90%;
     color: #000000;
     face: "Times New Roman" }
h2.shadow {font-size: 18pt;
     line-height: 90%;
     color: #C0C0C0;
     face: "Times New Roman" }
h2.exclaim {font-size: 18pt;
     line-height: 105%;
     color: #FF0000;
     face: "Times New Roman" }

p.exclaim{
	font-size: 14pt;
	color: #F00;
 	font-style: normal;
    face="Tahoma" ;
}
p.contact {font-size: 12pt;
     color: blue;
     face="Times New Roman" }
p.update {font-size: 10pt;
     color: black;
     face="Arial" }

/*Hotlink Styles*/
a:link {
	color: blue;
}
a:visited {
	color: blue;
}

a:active {
	font-style: italic;
	font-weight: bold;
	color: blue
}

/*Division Styles  #97DBFF*/
div.Links {
    visibility:visible;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 200px;
    background: url("images/marble.gif");
    border-style: outset;
    border-width: thick;
    border-color: lightblue;
   /* border: medium solid blue*/ }
div.Body {
    visibility:visible;
    position: absolute;
    top: 175px;
    left: 220px;
    width: 900px;
    background: url("images/WebBackground.jpg") }
div.Body2 {
	visibility:hidden;
	position: absolute;
	top: 230px;
	left: 219px;
	width: 900px;
	border-style: outset;
	border-width: thick;
	border-color: lightblue;
	padding:5;
	background: url("images/WebBackground.jpg")
}
div.Doc {
    visibility:hidden;
    position: absolute;
    top: 105px;
    left: 5px;
    width:750px;
    border: medium solid blue;
    padding:5;
    background: url("images/WebBackground.jpg")   }
div.LinksBar {
	visibility:visible;
	position: absolute;
	top: 170px;
	left: 217px;
	width: 900px
}
div.Title {
	visibility: visible;
	width: 900px;
	position: absolute;
	top: 8px;
	left: 218px
}
div.TitleShadow {
    visibility: visible; 
    width: 900px;  
    position: absolute; 
    top: 8px; 
    left: 222px }
