/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 0px;
}

.container {
	position: relative;
	margin: auto;
	text-align: left;
	width: 600px;
	clear: both;
	height: 100%;
	background-position: center;
	background-color: #FFF;
}

.top {
	height: 75;
	width: 600px;
	background-color: #FFF;
}

.nav {
	height: 26px;
	width: 600px;
	background-color: #006600;
	background-attachment: fixed;
	background-image: url(dev_images/nav_behind01.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
}

.navTable {
	paddling-left: 10px;
}

.nav a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.nav a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.nav a:hover {
	color: #99CC99;
	font-weight: bold;
	text-decoration: none;
}

.mainImage {
	height: 199px;
	width: 600px;
	padding-top: 2px;
	background-color: #99CC99;
	clear: none;
	float: none;
}

.mainContent {
	height: 110%;
	width:600px;
	padding-top: 2px;
	background-color: #FFF;
	float: none;
	clear: both;
}
.mainContent p {
	text-align: left;
	color: #336633;
	margin-left: 10px;
}
.mainContent h1 {
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #99CC99;
}
.mainContent h2 {
	text-align: left;
	color: #336633;
	font-size: 12px;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-left: 10px;
	font-weight: bold;
}
.mainContent a {
	color: #336633;
	font-weight: bold;
	text-decoration: underline;
}
.mainContent a:link {
	color: #336633;
	font-weight: bold;
	text-decoration: underline;
}
.mainContent a:hover {
	color: #99CC99;
	font-weight: bold;
	text-decoration: underline;
}

.footer01 {
	height: 18px;
	width: 600px;
	background-color: #006600;
	background-attachment: fixed;
	background-image: url(dev_images/footer_behind01.jpg);
	background-repeat: repeat-x;
	float: none;
	clear: both;
	background-position: center;
}
.footer01 p {
	padding-left: 10px;
	text-align: left;
	color: #006633;
}
.footer02 {
	padding-top: 5px;
	height: 30px;
	width: 600px;
	float: none;
	clear: both;
}
.footer02 p {
	text-align: right;
	padding-right: 10px;
	color: #CCCCCC;
}
.footer02 a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.footer02 a:link {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.footer02 a:hover {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#tableTariffs {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	border-collapse: collapse;
}

#tableTariffs th {
	background: #004b17;
	color: #fff;
	text-align: left;
	width: 200px;
	padding: 5px;
}

#tableTariffs td {
	background: #e2fbdd;
	color: #004b17;
	width: 200px;
	padding: 5px;
	border-bottom: 1px solid #ceeec8;
}
