/* CSS Document */

body {
	font-size:82%;
	font-family: Helvetica, Arial, sans-serif;
	color:#414141;
	background:url("../images/bg.gif") repeat-x; 
	background-color:#0080A7;
	margin: 10px 0px;
}

div#wrapper {width:760px; margin:0 auto; padding:10px; border:10px solid #006e8f; background:#FFF;}
div#header { background:url("../images/bg-header.gif") no-repeat; height:75px; margin-bottom:10px; border-bottom:4px solid #e7e7e7; background-color:#0080A7;}
div#header h1{text-transform:uppercase; font-size:2.5em; letter-spacing:-1px; color:#FFF; padding:20px 0 0 70px; margin:0;}
div#footer {padding:10px; text-align:center;}
table#exchanges {}
table#exchanges th{background-color:#F4F4F4; color:#000; text-align:left;}
table#exchanges td{border-bottom:1px solid #e7e7e7;}
table#exchanges tr:hover{background-color:#F4F4F4;}

div.content {padding:0; background-color:#FFF; margin-bottom:10px; border-bottom:1px dotted #e7e7e7; width: 100%; overflow: hidden; }
div.content h2{padding:3px 5px;  font-weight:normal; text-transform:uppercase; background-color:#F8F8F8; color:#333333; margin:0 0 5px 0; border:1px solid #e7e7e7;}
input.phone {font-size:1.8em; font-weight:bold;}
div.clear{clear:both;}

UL.cols3	{ list-style-type: none; margin:10px 0; padding:0; }
UL.cols3 LI { list-style-type: none; margin:0; padding-right: 1%; width:32%; line-height:160%; float:left; }

form {margin:0; padding:0;}
a {color:#0080A7; font-weight:bold;}
a:hover {color:#004369;}