/* CSS Document */
.fullheight{
	height:100%;
}

html {
	height:100%;
	}	
body {
	height:100%;
	margin: 42px 0px 0px 0px;
	background-color: #13a89e;
}

.clearme {
	clear:both;
	}

.headline {
	padding-bottom:9px;
	}
	
#container {
	width:975px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7b7b7b;
	text-align:left;
}

#container a, a:visited {
	color:#13a89e;
	text-decoration:none;
	}

#container a:hover {
	border-bottom:1px solid #dddddd;
}

#logo {
	width:228px;
	height:100px;
	float:left;
}

#leftColumn {
	width:718px;
	float:left;
	}
	
#rightColumn {
	width:257px;
	height:297px;
	float:left;
	background-color:#09756e;
	}
#nav {
	width:199px;
	padding-top:9px;
	background-image:url(grafx/nav-bg.gif);
	background-repeat:repeat-y;
	float:left;
	}
	
#content {
	width:688px;
	float:left;
	background-color:#FFFFFF;
	padding:20px 0px 20px 30px;
}

#column {
	width:213px;
	padding-right:16px;
	float:left;
	}

#columnx2 {
	width:442px;
	padding-right:16px;
	float:left;
	}
#bottomNav {
	width:636px;
	padding-top:35px;
	padding-left:82px;
	background-image:url(grafx/navbottom-bg.gif);
	background-repeat:no-repeat;
	font-size:10px;
	color:#14d2c5;
	float:left;
	background-color: #13a89e;
	}

#bottomNav a, a:visited {
	text-decoration:none;
	color:#14d2c5;
}

#bottomNav a:hover {
	color:#69f3ea;
	}
