/* CSS Document */
* {
	margin: 0px;
}

body {
	background: url(images/back_stipes.gif) repeat-y;

}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#flashnav {
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:440px;
	z-index:6;
	visibility: visible;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 115px;
	background: url(images/back_text_tile.gif) repeat-x;
}

#tagline {
	position: absolute;
	left: 271px;
	top: 0px;
	width: 500px;
	height: 115px;
}

#navback {
	position: absolute;
	left: 0px;
	top: 115px;
	width: 100%;
	height: 42px;
	background:url(images/back_nav.gif) repeat-x;
}


#servedfw {
	position: absolute;
	left: 0px;
	top: 457px;
	width: 214px;
	height: 57px;
}

#email {
	position: absolute;
	left: 0px;
	top: 578px;
	width: 214px;
	height: 57px;
}

#maintext {
	position: absolute;
	left: 230px;
	top: 157px;
	width: 611px;
	padding: 0px;
	margin-top: 22px;
	margin-left: 5px;
	height: 1px;
	z-index: 4;
}

#cubicalback {
	position: absolute;
	top: 157px;
	height: 478px;
	width: 108px;
	background-image: url(images/back_cubicals.gif);
	background-repeat: no-repeat;
	background-position: left top;
	right: 0px;
}

.style2 {color: #78001E}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #78001E;
	font-weight: bold;
	font-style: italic;
	font-size: 23px;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
ul {
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
	position: relative;
}


li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #78001E;
	text-decoration: underline;
	font-weight: bold;
}
