/* layout */
body {
	text-align:center; /* for IE */
	margin:0; padding:0; /* remove padding for Opera */
	background: #00788a;
}
div.container {
	margin: 0px auto;
	margin-top:30px;
	margin-bottom:30px;
	width:950px;
	text-align: left; /* for IE */
	border: 2px solid #FFFFFF;
}

div.header {
	background-color: #000000;
	height: 125px;
	padding-left: 25px;
	vertical-align: top;
}
div.content {
	width:950px;
	background-color: #a7a9ac;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	vertical-align:top;
}

div.footer {
	padding-top:3px;
	padding-bottom:3px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #000000;
	font-size: 10px;
	color:#ffffff; 
}
.footertext {
	font-size: 10px;
	color:#ffffff; 
}

/* menu */
#menu-spacer {
	padding-top:2px;
	padding-left:15px;
	padding-right:15px;
}
.menu a {
	color:#ffffff; 
	text-decoration:none;
}
.menu a:hover {
	color:#00788a; 
	text-decoration:none;
}
.menu_small a {
	font-size: 10px;
	color:#CCCCCC; 
	text-decoration:none;
}
.menu_small a:hover {
	font-size: 10px;
	color:#00788a; 
	text-decoration:none;
}


/* Content*/
.left-column {
	vertical-align:top;
	padding-left: 35px;
	padding-bottom: 20px;
}
.left-column-white {
	vertical-align:top;
	padding-left: 35px;
	padding-bottom: 20px;
	background-color:#FFFFFF;
	color: #555555;
}
.right-column {
	vertical-align:top;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
}
.text-indent {
	padding-left: 20px;
}

/* Fact sheet menu */
.btn-factsheet a {
 	font-size: 12px;
	color:#a7a9ac;
	font-weight:bold;
	text-decoration:none;
	}
.btn-factsheet a:hover, .btn-factsheet-on  {
 	font-size: 12px;
 	color:#00788a;
	font-weight:bold;
	text-decoration:none;
	}

/* text formatting */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.greentext {
	color: #00788a;
}
.greytext {
	color: #555555;
}
.lightgrey {
	color: #999;
}
.smalltext {
	font-size: 10px;
}
.medtext {
	font-size: 11px;
}
.termstext {
	color: #FFFFFF;
	font-size: 11px;
}
.heading1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.heading2 {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}
.heading3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.heading4 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.heading5 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.heading6 {
	font-size: 12px;
	font-weight: bold;
	color: #00788a;
}
.heading7 {
	font-size: 18px;
	font-weight: bold;
	color: #555555;
}
.heading8 {
	font-size: 12px;
	color: #00788a;
}

/* Links */
a {
	color:#ffffff; 
	text-decoration:underline;
	outline:none;
}
a:hover {
	color:#00788a; 
	text-decoration:underline;
}
.black {
	color:#000; 
}
.black a {
	color:#000; 
	text-decoration:underline;
}
.black a:hover {
	color:#00788a; 
	text-decoration:underline;
}


/* Alert Boxes */
.alert_box {
	background-color: #C5CBF5;
	padding: 5px;
}

/* Form Items */
select, input, textarea {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.buttontext {
	background-color: #E4E7FA;
	border: 1px solid #666666;
	color: #333333;
}

/* page elements */
hr {
	border-color: #000000;
	}
	
	
/* PROPERTY EXCHANGE TABLE */
td.exchange-header {
	background-color: #a7a9ac;
	border-bottom: 5px solid #000;
	border-right: 1px solid #000;
	font-size:11px;
	color:#fff;
	}
td.exchange-data  {
	background-color: #fff;
	font-size:11px;
	color: #000;
	border-bottom: 3px solid #000;
	border-right: 1px solid #000;
	}