/*-----------------------------------------------
main css
----------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 80%/2 Tahoma, Verdana, Arial, Helvetica, Lucida Sans, sans-serif;
  background-color:#ffffff; color:#838282; line-height: 1.2em;
}
a {color:#4d8bc0;}
a:hover {color:#1470bf;}
#bg1 {background:url(images/bg1.gif) repeat-x top right; width:50%; height:375px;}
#bg2 {background:url(images/bg2.gif) repeat-x top right; width:50%; height:375px;}
.bg3{background:url(images/bg3.gif) repeat-x top right;}
#logo {
  height: 144px; 
		width:766px;
}

#links { background: url(images/links.gif) no-repeat top left;
}
#bar1 { background-image:url(images/bar1.gif); background-repeat:no-repeat; width:766px; height:54px;}
#img {background-color:#000000;}
#bar2 { background-image:url(images/bar2.gif); background-repeat:no-repeat; width:766px; height:71px;}
#bar2 p {	padding: 20px 38px;
	font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:16px;
	color:#898989;	font-weight: bold;
}
#bar2 strong {color:#454545; font-size:18px;
 text-transform:uppercase;	font-weight: normal;}

#txt1 {padding: 20px 38px;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
}
h1 strong {
  font-size: 2.4em; color:#454545;
}
h2 {  font-size: 1.2em; padding-top:12px;
}
#copy {
  padding: 20px 38px; font-size: 0.8em; color:#969696;
}
/* more Styles
-------------------------------------------------*/
.left { float:left; padding-right:60px; width:200px; text-align:center;}
.mid {float:left; width:200px; text-align:center;}
.rt {float:right; width:200px; text-align:center;}
.clear {clear: both;}

.dash li { list-style:none; font-weight:bold; line-height: 1.4em; margin-left: 20px; margin-bottom:8px;}
.in {margin-left: 20px; font-weight:normal; }
.disc { list-style:disc; font-weight:normal; line-height: 1.4em; margin-left: 20px; margin-bottom:8px;}
ol li {line-height: 1.4em; margin-bottom:8px; text-align:center;}