body,html {
	margin: 0px;
  font-family: arial;
  color: #333333;
  font-size: 12px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}

a {
		color: #660000;
    font-family: arial;
    font-size: 12px;
	  text-decoration: none;
}

a:visited{
		color: #660000;
    font-family: arial;
    font-size: 12px;
	  text-decoration: none;
}

a:hover{
		color: #000000;
    font-family: arial;
    font-size: 12px;
	  text-decoration: none;
}

.header {
	background-image: url(images/spacer.gif);
	background-repeat: repeat-x;
	height: 98px;
	width: 100%;;
	padding: 0px;
	margin: 0px;
}

.content {
	border-left: 1px dotted #660000;
	padding: 10px;
	width: 100%;
	margin-left: 100px;
	font-size: 12px;
}

.aboutPort {
	font-size: 12px;
	padding: 25px;
	width: 70%;
}

h1 {
	color: #660000;
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	color: #660000;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	display: inline;
}

.footer {
	background-color: #660000;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 30px;
}

.footer a {
	color: #ffffff;
}

#formBox {
	margin-right: 5px; 
	float: left; 
	border: 1px solid #660000; 
	width: 200px;
	padding: 10px;
	position: relative;
	font-family: arial, tahoma, sans-serif;
	font-size: 7pt;
	color: #660000;
}
#formBoxTitle {
	position: absolute;
	top: -9px;
	background: #fff;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	color: #660000;
	font-size: 10pt;
	float: left;
}
#formLabel {
	font-family: arial, tahoma, sans-serif;
	font-size: 7pt;
	color: #164A7A;
	padding: 3px;
}
#formElement {
	padding-bottom: 8px;	
	font-family: arial, tahoma, sans-serif;
	font-size: 7pt;
	color: #164A7A;
}
#formBox input, textarea, select {
	background: #f1f1f1;
	border: 1px solid #075f78;
}

.footer a:visited {
	color: #ffffff;
}

.footer a:hover {
	color: #C8C8C8;
}

.ddmx {
    font: 12px arial;
    padding-right: 15px;
    width: 160px;
    height: 100%;
}
.ddmx .item1,
.ddmx .item1:visited,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 4px 10px 4px 10px;
    border-bottom: 1px dotted #660000;
    background: #E6E6E6;
    font: 12px arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item1 {
	background: #E6E6E6;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	background: #660000;
	color: #ffffff;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 12px arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    filter: alpha(opacity=84);
}
.ddmx .item2 {
    background: #e5e1da;
    background-color: #E6E6E6;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	color: #000000;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    background-color: #E6E6E6;
    z-index: -1;
    filter: alpha(opacity=84);
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

 /* testimonials */
 
 .testimonial {
	border:1px dotted #660000;
	padding: 0 15px 15px 15px;
	margin: 10 0 20px 0;
	background-color: #E6E6E6;
}
 
 .testimonial h3 {
font-size:10pt;
font-weight:bold;
text-decoration:none;
text-align: left;
margin-bottom: 3px;
position: relative;
}

 .testimonial .testimonial-listing {
	width: 450px;
	float: left;
	text-align: left;
	margin:5px 0px;
}

 .testimonial .testimonial-salesrep {
	width: 170px;
	float: right;
	text-align: right;
	margin:5px 0px;
	font-size:11pt;
}

 .testimonial .content {
	margin-left: 0px;
	border:none;
	clear: both;
	padding: 0px;
	text-align:justify;
	line-height:12pt;
}