/* 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;
}

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 {
display: none;
	position:absolute;
	top:27px;
	left:65px;
	z-index:3;
}

#content {
position:absolute;
	top:201px;
	left:70px;
	width:525px;
z-index:11;

}

#heading {
position:absolute;
	top:40px;
	left:270px;
z-index:11;
	font-size: 20px;
	line-height: 30px;
	font-weight: bolder;
}

#home {
	display: none;
	position:absolute;
	top:512px;
	left:170px;
	z-index:11;
	width: 4px;
	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:10px;
	left:5px;
	z-index:4;

}

#photos{
position:absolute;
	top:201px;
	left:70px;
	width:525px;
z-index:10;
}

#seal{
position:absolute;
	top:15px;
	left:680px;
			
z-index:10;
}

#sidebar{
display: none;
position:absolute;
	top:560px;
	left:25px;
		
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 {
display: none;
position:absolute;
	top:200px;
	left:45px;
		line-height: 23px;
z-index:10;
}

#textlinks2 {
display: none;
position:absolute;
	top:201px;
	left:69px;
		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;
}
