/* -- Color List --

#fff    : White
#e6f5a9 : Pale Yellow Green
#017c70 : Mid Green
#003b34 : Dark Green

*/


/* General Layout Elements */

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

html{
	height:101%;
}

body{
	font:normal normal 12px arial,helvetica,sans-serif;
	line-height:14px;
	text-align:left;
	color:#003b34;
	background:#fff;
}

ul{
	border-top:dotted 1px #e6f5a9;
	color:#017c70;

}

li{
	color:#003b34;
	list-style-type:none;
	height:16px;
	padding:2px 0 0 0;
	border-bottom:dotted 1px #e6f5a9;
}

#container{
	margin: 14px 40px 10px 34px;
	width:734px;
}

.colthin{
	width:168px;
	margin:14px 14px 14px 0;
	float:left;
	height:140px;
}

.coldouble{
	font-size:14px;
	line-height:16px;
	width:350px;
	margin:4px 14px 14px 0;
	float:left;
}

.coldouble ul{
	border-top:0;
	color:#003b34;
}

.coldouble li{
	list-style-type:square;
	height:auto;
	margin: 0 0 0 18px;
	padding:6px 0 10px 0px;
	border-bottom:0;
}

.coltripple{
	font-size:14px;
	line-height:16px;
	width:532px;
	margin:4px 14px 14px 0;
	float:left;
}


/* Table elements */

table {
	width:100%;
	font-size:12px;
	margin: 30px 0 40px 0;
}

td{
	border-bottom:dotted 1px #017c70;
}

tr.heading td {
	font-weight:bold;
	border-top:dotted 1px #017c70;
	border-bottom:0;
}

tr.headingbottom td {
	font-weight:bold;
}

tr.top td {
	border-top:dotted 1px #017c70;
}

tr.divider td {
	padding:11px 0 0 0;
	border:0;
}



/* Textual Elements */

h1{
	width:714px;
	height:38px;
	background: url(../images/ml_white.gif) no-repeat -2px 0;
	border-bottom:dotted 2px #017c70;
	margin:0 0 8px 0;
	float:left;
}

h1 a{
	width:170px;
	height:30px;
	display:block;
}

span {
	display:none;
}

h2{
	font-weight:normal;
	font-size:12px;
	width:168px;
	margin:0 0 14px 0;
	color:#017c70;
}

h3{
	font-weight:bold;
	font-size:14px;
	margin: 40px 0 10px 0;
}

h3.top{
	margin: 10px 0 10px 0;
}

p{
	margin-bottom:10px;
}

a{
	color:#017c70;
	text-decoration:none;
}

a:hover{
	color:#003b34;
}


/* Aditional Sections */

.quicklinks{
	width:168px;
	margin:14px 14px 14px 0;
	float:left;
	height:140px;
}

.quicklinks h2{
	border-bottom:dotted 1px #e6f5a9;	
}

.quicklinks ul li, .quicklinks ul{
	border:0;	
}

.backtotop {
	background: no-repeat 0 0;
	display:block;
	height:13px;
	width:14px;
	margin: -24px 0 0 -23px;
}


/* Copyright */

#indextitle{
	width:168px;
	margin:-136px 0 0 548px;
	font-size:17px;
	line-height:17px;
}

#copyright{
	border-top:dotted 2px #e6f5a9;
	font-size:10px;
	margin-top:20px;
	padding:6px 0 20px 0;
}

#under{
	color:#017c70;
	font-size:12px;
	font-weight:bold;
	margin: 0 0 10px 0;
	}
	
a#siteby{
	display:block;
	background:url(../images/siteby.gif) no-repeat 0 0;
	width:94px;
	height:18px;
	margin:-36px 0 0 546px;
}

a#siteby:hover{
	background-position:-95px 0;
}
