body {
  background-color:#6699CC;
  top:0;
  left:0;
}
#masthead {
	position:relative;
	width:780px;
	height:75px;
	background-color:#E0E0E0;
	border-bottom: 2px solid #666;
	background-image:url(../images/masthead.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
#container {
	width: 780px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom:20px;
}
#content {
	width: 525px;
	height:100%;
	float: right;
	border-left: 1px solid #ccc;
	padding:20px 10px 0 20px;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: justify;
	color:#000;
	line-height:150%;
	margin-left: 20px;
	margin-right:20px;
	}
#content h3 {
 	margin-top: -16px;
	margin-bottom: -6px;
	color: #007cc4;
	font-size: 120%;
	font-family: Verdana, Geneva, Arial, sans-serif;
	border-bottom: 1px solid #ccc;
}
#content h4 {
 	margin-top: -16px;
	margin-bottom: -6px;
	color: #333;
	font-size: 110%;
	font-family: Verdana, Geneva, Arial, sans-serif;
}
#content h5 {
 	margin-bottom: -12px;
	color: #007cc4;
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, sans-serif;
	border-bottom: 1px solid #ccc;
}
#content1 {
	width: 525px;
	height:420px;
	float: right;
	border-left: 1px solid #ccc;
	padding: 20px 10px 0 0;
	overflow:auto;
}
#footer {
	clear: both;
	position:relative;
	width:780px;
	height:24px;
	background-color:#cce4f0;
	background-image:url(../images/footer.jpg);
	border-top:2px solid #666;
}
#footer p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#000;
	font-size:xx-small;
	text-align:center;
	font-weight:900;
}
.leftimg {
	float:left;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.rightimg {
	float:right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.lefttext {
	float:left;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	width:250px;
}
.righttext {
	float:right;
	margin-bottom: 10px;
	margin-left: 350px;
	margin-top: 10px;
	width:250px;
}
.centerimg {
	margin-right:auto;
	margin-left:auto;
	border: 1px indent #666;
}
#content1 p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 10px;
	color:#000;
	line-height: 150%;
}
.indent	{
	margin-left: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#000;
	line-height: 150%;
}
.liststyle1 {
	list-style-image: none;
	line-height: 150%;
	list-style-position:outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	list-style-type: square;
	padding-bottom:10px;
}
 .liststyle2 {
	list-style-image: none;
	line-height: 150%;
	list-style-position:outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	list-style-type: square;
}
.table {
	/*clear:both;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	float:left;
	display:block;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-top: 2px;
	background-color:#FFFFFF;
	width:100px;
	text-align:center;
}
.para {
	font-size:xx-small;
}
#rates {
	width: 420px;
	height:150px;
	overflow:auto;
	padding:5px;
	background-color:#EEE;
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
}
#rates h5 {
 	margin-bottom: -12px;
	color: #007cc4;
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, sans-serif;
	border-bottom: 1px solid #333;
}
#cellrates {
	width: 500px;
	height:150px;
	overflow:auto;
	border: 1px solid #CCC;
	padding:5px;
	background-color:#EEE;
	margin-left:auto;
	margin-right:auto;
}
#cellrates th {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	}
#cellrates td {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:500;
	background-color:#FFFFFF;
	padding: 2px;
	border-bottom:2px solid #EEE;
	}
.table1 {
	margin-left: 10px;
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
}
.table1 th {
	border: 1px solid #828282;
	background-color: #66CCFF;
	font-weight: bold;
	text-align:center;
	padding: 4px;
}
.table1 caption {
	background-color: #B0C4DE;
	color: #33517A;
	padding-top: 3px;
	padding-bottom: 2px;
	border: 1px solid #789AC6;
}
.table1 td {
	border: 1px solid #D6DDE6;
	text-align: left;
	padding: 4px;
}
.table2 {
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
}
.table2 td {
	border: 1px solid #D6DDE6;
	text-align: right;
	padding: 4px;
}
.table2 th {
	border: 1px solid #828282;
	background-color: #EEE;
	font-weight: bold;
	text-align:center;
	padding: 4px;
}
.table2 caption {
	background-color: #B0C4DE;
	color: #33517A;
	padding-top: 3px;
	padding-bottom: 2px;
	border: 1px solid #789AC6;
}
.table2 td {
	border: 1px solid #D6DDE6;
	text-align: left;
	padding: 4px;
}
.table2 th {
	border: 1px solid #828282;
	background-color: #EEE;
	font-weight: bold;
	text-align:center;
	padding: 4px;
}
