/* CSS Document */
html, body {
	padding:0px;
	margin:0px;
	height: 100%; /* Required */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}


dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, ul {
	padding:0px;
	margin:0px;
	border:none;
}
img {
	border: 0 none transparent;
}
h1 {
	color:#11b899;
	font-size:15px;
	padding:7px 7px 7px 0px;
}
h2 {
	font-size:12px;
	color:#666666;
	text-transform:uppercase;
	padding: 7px 7px 7px 0px;
}
a {
	color:#11b899;
	text-decoration:none;
}
a.back {
	color:#666666;
	}
.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.selectedMenuItem {
	font-weight:bold;
	color:#777777;
}
.alert a {
	color:#444444;
}
/*********************************** CSS Tooltips */
a.tip {
  border-bottom: 1px dashed brown;
  text-decoration: none;
}

a.tip:hover {
  position: relative;
  cursor: help;
}

a.tip span {
  display: none;
}

a.tip:hover span {
	display: block;
	position: absolute; top: 6px; left: 0;
	/* formatting only styles */
	padding: 5px; margin: 10px; z-index: 100;
	background: #f0f0f0; border: 1px dotted #c0c0c0;
	opacity: 0.9;
	width:200px;
	z-index:999;
	/* end formatting */
}
/*****************************************************/


#header {
	margin:0px auto 0px 0px;
	height:127px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:760px;
}
#nav {
	margin:0px auto 0px 0px;
	height:25px;
	width:760px;
	background-color:#11b899;
}
#mainContent {
	margin:0px auto 0px 0px;
	min-height:400px;
	width:760px;
}
* html #mainContent {
	height:400px;
}
	#leftMainContentBar {
		width:180px;
		margin:30px 20px 0px 0px;
		padding:0px 0px 0px 10px;
		float:left;
		border-right: solid 1px #11b899;
		min-height:400px;
	}
	* html #leftMainContentBar {
		height:400px;
	}
	/* The main left hand menu */
	#leftMainContentBar ul {
		padding:0;
		margin:0px 0px 0px 10px;
		list-style-type:none;
	}
	#leftMainContentBar ul a {
		text-decoration:none;
		line-height:21px;
	}
	#leftMainContentBar li {
		padding:0;
		margin:0px 0px 0xp 10px;
	}
	/* *********************** */
	#rightMainContentBar {
		float:left;
		margin:30px 20px 0px 20px;
		width: 500px;
	}
	#rightMainContentBar ul {
		padding:5px 0px 5px 20px;
	}
	#rightMainContentBar li {
		padding:2px 0px;
	}
#footer {
	margin:30px auto 0px 0px;
	height:40px;
	width:760px;
}
	#leftFooter {
		width:220px;
		float:left;
		height:40px;
	}
	#rightFooter {
		float:right;
		height:40px;
		text-align:right;
	}
