/* CSS Document */
body
{
	background-color:#61A1B4;
	margin-top:0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#outer
{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	border: none;
	background-color:#C8E0E7;
}
#header
{
	text-align:center;
	height:145px;
}
#left
{
	width: 195px;
	float:left;
	text-align:center;
}
#right
{
	margin-left:200px;
}

h1, h2
{
	font-size:18px;
	color:#003366;
	margin-bottom:3px;
}
h2
{
	font-size:16px;
}
#footer
{
	clear:both;
	font-size: 12px;
	text-align:right;
	color:#fff;
	background-color:#61A1B4;
}

#footer a, #footer a:visited
{
	text-decoration:none;
	color: #fff;
}
#footer a:hover span
{
	text-decoration:underline;
}
#rates
{
	margin:10px; width:170px; color:#333399; font-weight:bold;
	text-align:left;
}
#menu
{
	margin:10px; width:170px; color:#fff; font-weight:bold;
	text-align:left;
}
#menu a, #menu a:visited
{
	color:#fff;
	text-decoration:none
}
#menu a:hover
{
	text-decoration:underline;
}
h3, h3 a, h3 a:visited
{
	color:#006600;
	font-size:13px;
	text-align:center;
	margin-right:10px;
	text-decoration:none;
}
h3 a span:hover
{
	text-decoration:underline;
}
.boldp
{
	font-weight:bold;
	color:#333399;
}
