/* CSS DOCUMENT */

*
{
margin: 0px;
padding: 0px;
}

a:link {
	text-decoration: underline;
	color: #0000C0;
}

a:hover {
	text-decoration: none;
	color: #0000C0;
}

a:visited {
	color: #0000C0;
}

body {
	
	background: #A2C2E0 url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000040;
}

#content {
	margin: 0 auto;
	background: #ffffff;
	width: 778px;
	text-align: left;
	border-left: 2px solid #3B566B;
	border-right: 2px solid #3B566B;
	
}

#main {
	width: 778px;
	padding-top: 5px;
	background: url(images/table_back.gif) repeat-x top;
}

#header {
	height: 264px;
	text-align: left;
	background: url(images/header.jpg) no-repeat;		
}

#logo {
	width: 778px;
	height: 137px;
	padding-left: 20px;
	padding-top: 21px;
	color: #000040;
}

#logo H2 {
	font: 20px Arial;
	color: #000040;
}

#menu a {
	color: #000088;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


#left {
	width: 233px;
	margin-left: 10px;
}

#right {
	float: right;
	width: 500px;
	padding-right: 500px;
}

#footer {
	height: 49px;
	clear: both;
	padding-top: 10px;
	background: url(images/footer.gif) repeat-x bottom;
	border-top: 2px solid #3B566B;
}

#footer p {
	margin: 0;
	font-size: 14px;
	text-align: center;
	color: #3B566B;
}

#footer a {
	color: #3B566B;
}

#footer a:hover {
	text-decoration: none;
	color: #000040;
}

table#rates {
	font: 11px arial, sans-serif;
	color: #000040;
