* {
	padding: 0;
	margin: 0;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #03507e;
}
a:active {
	color: #999999;
}
html, body {
      height:100%;
}
body {
      margin: 0 auto;
      padding: 0;
	  background-image: url(images/bg.jpg);
	  background-repeat: repeat-x;
	  background-color: #8a8a8a;
}
#border {
	min-height:100%;
	margin: 0 auto;
	background-image: url(images/sidebg.jpg);
	background-repeat: repeat;
	width: 820px;
}
#flash {
	margin: 0 auto;
	width: 800px;
	background-color: #ffffff;
}
#content {
	margin: 0 auto;
	width: 750px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}
#contact {
	display: block;
	position: relative;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
	padding-left: 50px;
	border: none;
	color: #666666;
}
#contact .email {
	text-align: left top;
	background-image: url(images/contact_bg_email.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	/* background: #ffffff; */
}
#contact .phone {
	text-align: left top;
	background-image: url(images/contact_bg_phone.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#contact .address {
	text-align: left top;
	background-image: url(images/contact_bg_address.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#contact .cbtl {
	padding: 0px;
	width: 9;
	height: 11;
	background-image: url(images/contact_corner_tl.gif);
}
#contact .cbt {
	padding: 0px;
	background: url(images/contact_line_t.gif) repeat-x top center;
}
#contact .cbtr {
	padding: 0px;
	width: 9;
	height: 11;
	background-image: url(images/contact_corner_tr.gif);
}
#contact .cbl {
	padding: 0px;
	background: url(images/contact_line_lr.gif) repeat-y top left;
}
#contact .cbr {
	padding: 0px;
	background: url(images/contact_line_lr.gif) repeat-y top right;
}
#contact .cbbl {
	padding: 0px;
	width: 9;
	height: 11;
	background-image: url(images/contact_corner_bl.gif);
}
#contact .cbb {
	padding: 0px;
	background: url(images/contact_line_b.gif) repeat-x bottom center;
}
#contact .cbbr {
	padding: 0px;
	width: 9;
	height: 11;
	background-image: url(images/contact_corner_br.gif);
}
#contact .contactEmail {
	text-align: left top;
	padding: 10px;
	/*background: url(images/contact_bg.gif) repeat-x bottom center;*/
}
#contact .contactPhone {
	text-align: left top;
	padding: 10px;
}
#contact .contactAddress {
	text-align: left top;
	padding: 10px;
}
#contact ul {
	margin-left:20px;
	margin-right:20px;
	padding: 0px 0px;
}
#contact li {
	line-height: 150%;
	list-style-image: url(images/contact_li.gif);
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
#contact ul li a, #contact ul li a:active, #contact ul li a:visited {
	color: #444444;
	text-decoration: none;
}
#contact ul li a:hover {
	color: #03507e;
	text-decoration: none;
}
.tabheader {
	font-size: 14px;
	font-weight: bold;
}
.contactheader {
	font-size: 18px;
	font-weight: bold;
}
.copyright {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
* html #border {
	height: 100%;
}

