html, body, div, span,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
img, ins, kbd, q, s, samp,  
small, strike, strong,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
    margin: 0;  
    padding: 0; 
    outline: 0;  
    font-size: 100%;  
    vertical-align: baselinebaseline;   
}  
body {  
    line-height: 1;  
}  
ol, ul {  
    list-style: none;  
}  
blockquote, q {  
    quotes: none;  
}  
blockquote:before, blockquote:after,  
q:before, q:after {  
    content: '';  
    content: none;  
}  
table {  
    border-collapse: collapse;  
    border-spacing: 0;  
} 

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;
}
/*NAVIGATION BEGINS*/
#container #navbar {
	width:100%;
	height:36px;
	position:relative;
	z-index:100;
	top: -2px;
	background-color: #999966;
}
/* hack to correct IE5.5 faulty box model */
* html #container #navbar{
	width:900px;
	 w\idth:900px;
}
#container #navbar ul{ margin-left: 1px;}

#container #navbar ul ul {
	width:150px;
	
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#container #navbar ul li {
	float:left;
	position:relative;
	
		
}

/* style the links for the top level */
#container #navbar ul li a, #container #navbar ul li a:visited {
	display:block;
	text-decoration: none;
	color:#fff;
	width:103px;
	padding-left: 10px;
	height:36px;
	line-height:36px;
	font-weight:normal;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	background-color: #999966;
}
#container #navbar ul li a {text-transform:uppercase;}
#container #navbar ul li a:hover{
	color:#000;
	background-color: #FF9933;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#container #navbar ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:35px;
	left:0;
	z-index: 500;
}
/* another hack for IE5.5 */
* html #container #navbar ul ul {top:35px;t\op:35px;
}


/* style the table so that it takes no part in the layout - required for IE to work */
#container #navbar table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#container #navbar ul ul a, #container #navbar ul ul a:visited {
	height:auto;
	line-height:1em;
	width:150px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6C0;
	border-right-color: #999966;
	border-bottom-color: #999966;
	border-left-color: #D6D6C0;
}
/* yet another hack for IE5.5 */
* html #container #navbar ul ul a, * html #container #navbar ul ul a:visited {width:180px;w\idth:178px;}

#container #navbar .item a{
	font-size: 11px;
	text-transform: capitalize;
	background-color:#648A5E;
}
#container #navbar .item a:hover {
	background-color: #FFFFFF;
	color: #444444;
		
}

/* make the second level visible when hover on first level list OR link */
#container #navbar ul li:hover ul,
#container #navbar ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul:hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#container #navbar ul:hover ul:hover ul{ visibility:visible;}


/*NAVIGATION ENDS*/
#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: 40px;
	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 {
	border: 1px solid #CCCCCC;		
}

#container #content table li {
	margin-left: 30px;
}
#container #content #tariff th {
	line-height: 30px;
	height: 30px;
	padding: 2px;	
}
#container #content #tariff td {
;
	padding-left: 10px;	
}
#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;
}

