/* ===================================================================== */
/* Copyright 2005, DELC */
/* Created by Justin Davis (OnyxTec.com) */
/* ===================================================================== */
<STYLE TYPE="text/css"> 
body {
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #3C0B11;
	scrollbar-shadow-color: #993399;
	scrollbar-face-color: #993399;
	scrollbar-highlight-color: #F3F3F3;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-3d-light-color: #3C0B11;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	text-align: justify;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
}
.bigTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
}
.photoBoarder {
	border: 1pt solid #333333;
}
.bodySmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
}
.bodySmallBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
}
.bodySmallMediumBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
}
.formErrorMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FF0000;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
}
.formTitleText {
	font-family: Times New Roman, Times, serif;
	font-size: 18pt;
	color: #0000ff;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
}
.linkText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	line-height: 34px;
	vertical-align: middle;
	text-indent: 3pt;
}
.linkText:link {}
.linkText:visited {}
.linkText:hover {
	font-size: 8pt;
	color: #FFCCFF;
}
.linkText:active {}
.subLinkText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #660066;
	font-weight: normal;
	font-style: normal;
	line-height: 34px;
	vertical-align: middle;
	text-indent: 3pt;
}
.subLinkText:link {}
.subLinkText:visited {}
.subLinkText:hover {
	font-size: 8pt;
	color: #660066;
}
.subLinkText:active {}
.footerLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	line-height: 26px;
}
.mailTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #660066;
	font-weight: normal;
	font-style: normal;
	line-height: 36px;
	text-indent: 10px;
}
.mailTitle2nd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #660066;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
	text-indent: 10px;
}

body.clear {
	margin: 0px;
	border:0px;
	padding:0px;
	background-color:transparent;
}

body.delcLogo {
	margin: 0px;
	border:0px;
	padding:0px;
	background-image:url('../images/watermark_wide.jpg');
	background-repeat:repeat-y;
	background-position:top left;
	background-attachment:scroll;
	background-color:transparent;
}

html, body, div {height:700px;} 

#contentDiv {
	position: absolute;
	left:20px;
	top:20px;
	width:800px;	
	min-height:700px;
	height:auto;
	border:0px solid #000;
	padding: 0px;
	margin: 0px;
	background-color:transparent;
/*	background-color:#faf;*/
}

#pageTitle {
	position:absolute; 
	top:20px;
	left:0px;
	width:400px; 
	height:40px;
	background-color:transparent;
}
#pageSubTitle {
	position:absolute; 
	top:60px;
	left:40px;
	width:400px; 
	height:40px;
	background-color:transparent;
}
#pageContent {
	position:relative;
	top:90px;
	left:0px;
	height:auto;
	border:0px solid #000;
	padding: 0px;
	padding-bottom: 20px;
	margin: 0px;
	background-color:transparent;
}
</STYLE>