/* CSS Document */
  

body {
padding:0;
margin:0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #330000;
	
}

.plain {
	font-size: 12px;
	line-height: 18px;
	color: #330000;
}

.t12Bold {
	font-weight: bolder;
}

.t12BoldIt {
	font-weight: bolder;
	font-style: italic;
	line-height: 18px;
}

.t14BoldWaterblue {
	font-size: 14px;
	font-weight: bolder;
	line-height: 20px;
	color: #0099ff;
}

.t14Bold {
	font-size: 14px;
	font-weight: bolder;
	line-height: 20px;

}
.t14BoldItRed {
	font-size: 14px;
	font-weight: bolder;
	font-style: italic;
	line-height: 20px;
	color: #cc0000;
}

.t14BoldItBlue {
	font-size: 14px;
	font-weight: bolder;
	font-style: italic;
	line-height: 20px;
	color: #0033cc;
}

.t16BoldIt {
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
}
.t16BoldItRed {
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #cc0000;
	}

.red {
	color: #cc0000;
}

.waterblue {
	color: #0099ff;
		font-weight: bolder;
}

a {text-decoration: none} 
	
a:link {color: #330000}     /* unvisited link */
a:visited {color: #336600}  /* visited link */
a:hover {color: #cc0000}   /* mouse over link */
a:active {color: #00ccff}   /* selected link */ 
a:text-decoration {none}


#background {
	position:absolute;
	top:20px;
	left:25px;
	z-index:3;
}

#content {
position:absolute;
	top:94px;
	left:220px;
	width:525px;
z-index:11;

}

#heading {
position:absolute;
	top:33px;
	left:220px;
z-index:11;
	font-size: 20px;
	line-height: 30px;
	font-weight: bolder;
}

#home {
	position:absolute;
	top:642px;
	left:115px;
	z-index:11;
	width: 100px;
	height: 12px;


}

.list1 {
	line-height: 24px;
	list-style-type: disc;
	list-style-position: inside;
}
.list2 {
	line-height: 24px;
	list-style-type: circle;
	list-style-position: outside;
}

#logo {
	position:absolute;
	top:15px;
	left:0px;
	z-index:4;

}

#photos{
position:absolute;
	top:94px;
	left:220px;
	width:525px;
z-index:10;
}

#seal{
position:absolute;
	top:15px;
	left:680px;
			
z-index:10;
}

#sidebar{
position:absolute;
	top:692px;
	left:10px;
		width:180px;	
z-index:10;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #330000;
	text-align: left;
	vertical-align: top;
	margin: 6pt;

}

#textlinksheads {
position:absolute;
	top:194px;
	left:15px;
		line-height: 23px;
z-index:10;
}

#textlinks2 {
position:absolute;
	top:194px;
	left:29px;
		line-height: 23px;
z-index:11;
}


.ul {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 18px;
	white-space: normal;
}

.ul2 {
	display: list-item;
	list-style-position: outside;
	list-style-type: none;
	line-height: 18px;
	white-space: normal;
}
.ul3 {
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 18px;
	white-space: normal;
}
.t16BoldItWaterBlue {

	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
	color: #0099FF;
}

