/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	background-color:#FFFFFF;
	background-image:url(bluesbar.jpg);
	background-repeat: repeat;
}

h1, h2, h3, h4, h6{
font-family: "Georgia"; 
color: #666666; 
text-align: left;
}

p{
font-family: "Georgia";
font-size: 12px;
color: #000066;
}

ul {
font-family: "Georgia";
font-size: 12px;
color: #000099;
list-style-type:DISC;
text-align: left;
text-indent: NONE;
}

ul ul{
 list-style-type: square;
 text-align:left;
}

a{
display: block; padding: 5px;
text-decoration: none;
text-align: left;
font-size: 12px;
width: 135px;
margin: 2px;
color: #F7EFC6;
font-family: "Georgia";
}

a:link, a:visited {
background-color: #0066CC;
border: 2px outset #9999FF;
}

a:focus, a:hover {
background: #00CCFF;
border: 2px outset #660000;
color: black;
}

a:active {
background: #333333;
border: 2px outset #000000;
}

a.logo{
padding: 0px;
height: 130px;
width: 150px;
margin: 0px;
color: #ffffff;

}

a.popupDaddy {
padding: 0px;
width: 248px;
margin: 0px;
color: #CCCCCC;
}


a.mainLink:link, a.mainLink:visited{
display:inline; border: 0px; padding: 0; width:0; 
background-color: #FFFFFF;
color:#0033FF;
text-align: left;
font-size: 12px;
font-style: italic;
font-family: "Georgia";
}

a.mainLink:hover, a.mainLink:active{
display:inline; border: 0px; padding: 0; width:0; 
background-color: #FFFFFF;
color:#CC0000;
text-align: left;
font-size: 12px;
font-style: italic;
font-family: "Georgia";
}

a.rollover:link, a.rollover:visited {
display:inline; border: 0px; padding: 0; width:0; 
background-color: #FFFFFF;
color:#000066;
text-align: left;
font-size: 12px;
font-style: strong;
font-family: "Georgia";
font-stretch: condensed;
}

a.rollover:hover {
display:inline; border: 0px; padding: 0; width:0; 
background-color: #FFFFFF;
color:#660000;
text-align: left;
font-size: 12px;
font-style: strong;
font-family: "Georgia";
font-stretch: condensed;
}


/************* #div layout ***************/



#logo {
position: absolute;
height: 135px;
width: 150px;
top: 0;
left: 0;
border: 0px none;
}

#top {
	position: absolute;
	height: 135px;
	top:0;
	left: 150px;
	margin:2px;
	border: 0px none;
}

#left {
position: absolute;
width: 150px;
top: 144px;
left:4px;
padding: 5px, 15px;
}

#main {
background-color: #FFFFFF;
position: absolute;
width: 680px;
top: 135px;
left: 155px;
right:155px;
height: 910px;
padding: 10px;
border: none;
}

#mainText {
background-color: #FFFFFF;
position: absolute;
width: 540px;
left: 10px;
top: 50px;
height: 910px;
padding: 10px;
border: none;
}

#right {
position: absolute;
left: 800px;
width: 150px;
top: 20px;
right: 0;
padding: 0px;
}

#subcontent {
position: absolute;
top: 60px;
left:250px;
right: 40px;
height: 100%;
padding 2px;
border: none;
}

#disjointedText {
position: relative;
margin:0px;
list-style:none;
}

#disjointedText dt {
	position: absolute;
	width: 400px;
	left:210px;
	top:0px;
	right:20px;
	z-index: 0;
}

#disjointedLow dt {
position: relative;
width: 400px;
left:210px;
top:120px;
right:20px;
}

#disjointedText dd {
padding:0px 0px;
margin:0px;
width: 60px;
}

#disjointedText a {
display: block;
width: 150px;
padding: 1px;
text-decoration:none;
text-align:left;

}

#disjointedText a:hover {
color: #cff; 
background-color: #6699FF;
}

#disjointedText a span {
display:none;
}

#disjointedText a:hover span {
display: block; 
position: absolute;
width: 450px; 
left:175px;
top: 0px;
right: 20px;
height: 500px;
color: #3300CC;
background:#fff;
text-align: justify;
}

#disjointedLow a:hover span {
display: block; 
position: absolute;
width: 450px; 
left:175px;
top: 120px;
right: 20px;
height: 500px;
color: #3300CC;
background:#fff;
text-align: justify;
}

/************* #siteInfo styles ***************/

#siteInfo{
position: absolute;
height: 50px;
top:100%;
left: 155px;
border: 0px none;
font-size: 75%;
padding: 10px 10px 10px 10px;
}

.left img {
float: left;
width:150px;
padding: 0;
}

/************* .main content class ***************/

.main img {
float: left;
padding: 5px 15px 0px 0px;
}

.main h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
}

.refText{
text-align: left;
font-family:"Georgia";
font-size:14px;
color:#999999;
}

.homeText{
text-align: left;
font-family:"Georgia";
font-size:14px;
color:#000066;
}

dd.lower {
position:absolute;
left:200px;
top:120px;
right:30px;
}

span.lower {
display: block; 
position: absolute; 
left:175px;
top: 1200px;
right: 30px;
height: 500px;
color: #3300CC;
background:#fff;
text-align: justify;
}

/************* Popup Layers*************/
.popupDaddy { background-color : #CCCCCC }
.popupChild { background-color : #CCCCCC;
background-image: url(dollars.jpg);
background-repeat: no-repeat;
background-position: center;	
}
.popupChild p {
	color : #0000FF;
	font : 12px "Georgia";
	margin: 12px;
}
.popupChild h1 {
	color : #000099;
	font : bold 16px "Georgia";
	margin: 12px;
}

