body {
	background-color: #336699;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	z-index: 0;
}

#wrapperShadow {
	position: absolute;
	width: 920px;
	left: 50%;
	margin-left: -460px;
	background-color: #aac2de;
	background-image: url(../images/wrapper_shadow.gif);
	background-position: center;
	background-repeat: repeat-y;
	z-index: 0;
}

#wrapper {
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	float: left;
}

#topBar {
	position: relative;
	height: 22px;
	width: 885px;
	margin: 0;
	padding: 0;
	padding-right: 15px;
	background-color: #fff;
	text-align: right;
	font-size: 11px;
	padding-top: 8px;
}

#header {
	position: relative;
	height: 220px;
	width: 100%;
	margin: 0;
}

#mainMenu {
	position: relative;
	height: 36px;
	width: 900px;
	margin-top: -5px;
	padding: 0;
	background-color: #ddd;
	background-image: url(../images/mainNav_bkg.gif);
	background-repeat: repeat-x;
	background-position: left;
	text-align: center;
	float: left;
	clear: both;
}

#tariffTable {
	text-align: center;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.announcement {
	color:#FF0000;
}

#content {
	position: relative;
	background-color: #fff;
	width: 620px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
	float: left;
	clear: none;	
}


#map {
	position: relative;
	background-color: #fff;
	width: 620px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
	float: left;
	clear: none;	
}

#content ul {
	color: #333;
	padding: 0 20px;
	font-size: 0.8em;
	line-height: 1.3em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

#sideBar {
	position: relative;
	width: 280px;
	padding: 20px 0;
	margin: 0;
	float: right;
	clear: right;
}

	
#footer {
	position: relative;
	height: auto;
	width: 900px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
	float: left;
	clear: both;
}
	
#roundedFooter {
	position: absolute;
	width: 920px;
	height: 50px;
	left: -10px;
	z-index: 2;
	background-image: url(../images/bottom_shadow.gif);
	background-position: top;
	background-repeat: no-repeat;
	float: none;
	}
	
#sideBar p{
	font-size: 0.7em;
}

#sideBar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sideBar ul a {
	display: block;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 0;
	margin: 0;
	width: 278px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	text-indent: 20px;
	background-color: #E0E0F0;
	font-size: 0.7em;
	font-weight: bold;
	color: #999;
	}
	
#sideBar ul a:hover {
	display: block;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #C0C0E0;
	color: #333;
	}

/* Navigation - Main Menu */ 
#mainMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: none;
	text-decoration: none;
	background-color: #transparent;
	float: none;
}

#mainMenu ul li {
	float: left;
}

#mainMenu ul a {
	display: block;
	padding: 0px 20px;
	margin: 0;
	line-height: 36px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#mainMenu ul a:hover {
	color: #ff0000;
}

#mainMenu ul a:active {
	color: #ff0000;
}

#footer a:link {
	color: #ffffff;
	text-decoration: none;
}

#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:active {
	color: #ffffff;
	text-decoration: none;
}

#footer h6 {
	padding: 20px 20px;
	text-align:left;
	color: #ffffff;
	margin: 0;
	font-size: 0.6em;
	font-weight: 100;
	}
	
h6 {
	padding: 0 20px;
	margin: 0;
	font-size: 0.6em;
	font-weight: 100;
	}
	
h4 {
	padding: 0 20px;
	margin: 0;
	font-size: 0.8em;
	font-weight: bold;
	}

p {
	padding: 0 20px;
	font-size: 0.8em;
	line-height: 1.3em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: Arial, Verdana, Tahoma;
	color: #333;
	padding: 0 20px;
	margin: 0;
	}

h2 {
	padding: 0 20px;
	font-size: 0.8em;
	line-height: 1.3em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
		
a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}
a:hover {
	color: #3366FF;
}
a:active {
	color: #333333;
}
