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


body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333300;
	line-height: 18px;
}
#container {
	padding: 0px;
	margin: 10px;
}
#container #header {
	background-color: #a4c2c2;

	background-image: url(../Logo 4 PNG.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-width: 725px;
	height: 85px;
	padding-left: 75px;
	background-image: url(../images/Logo%204%20PNG.png);
}
#container #header h1 {
	font-family: "Papyrus LET", "Times new Roman", Times;
	font-size: 36px;
	color: #336666;
	padding-top: 50px;
}
#container #navbar {
	background-color: #999966;
	min-width:800px;
	height: 36px;
	margin-top: 1px;
}
#container #navbar ul {
	list-style-type: none;
}
#container #navbar ul li {
	display: inline;
}
#container #navbar ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 36px;
	font-weight: bold;
	color: #333300;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	text-transform: capitalize;
}
#container #navbar ul li a:hover {
	color: #FF6600;
}

#container #content {
	width: 840px;
	margin-top: 1px;
}
#container #content a{
	color: #333300;
	text-decoration: none;	
}
#container #content a:hover{
	color: #FF6600;
	
}
#container #content #sidebar {
	background-color: #a4c2c2;
	width: 230px;
	float: left;
	height: 100%;
}
#container #content #sidebar h1 {
	text-align: center;
	padding-top: 20px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 20px;
	color: #336666;
	font-size: 12px;
}
#container #content #main {
	float: left;
	width: 560px;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#container #content #main marquee {
	height: 40px;
	line-height: 40px;
}
#container #content #main h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC0000;
	line-height: 40px;
	text-align: left;
}
#container #content h3 {
	padding: 5px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
	color: #FF6600;
}

#container #content #tariff {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

#container #content table {
}
#container #content table li {
	margin-left: 30px;
}
#container #content #info {
	text-align: center;
	padding: 20px;
}



#container #footer {
	background-color: #999966;
	min-width:800px;
	height: 36px;
}

.m1 {
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
	font-size: 18px;
}
.m2 {
	color: #CC3300;
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
	font-size: 18px;
	text-align: right;
	padding-left: 50px;
}
.redtext {
	color: #FF6600;
}
.pad-right {
	padding-right: 10px;
}


.clearboth {
	clear: both;
	float: none;
	height: 1px;
}
.linethrough {
	text-decoration: line-through;
}
