/* @group Core Elements */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
}
td {	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 10px 0;
	font-weight: normal;
	line-height: 100%;
}

h1 { 
	font-size: 200%;
	line-height: 100%;
}

h2 {
	font-size: 175%;
	line-height: 100%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
}

a {
	text-decoration: none;
	color: #0059a9;
}

a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Structure */

.wrapper {
width: 780px;
position: absolute;
left: 50%;
margin-left: -390px;
	margin-top: 40px;
}
.menu {
	width:  200px;
	float: left;
	background-color: #fff;
}

.content {
	width:  580px;
	padding-top:85px;
	padding-bottom:85px;
	float: left;
	background-color: #01abce;
	height:100%;
}



.textcontent {
	width:  540px;
	float: left;
	height:100%;
	padding: 10px 20px;
}

.menublue {
	height: 20px;
	margin: 0;
	background-color: #d4f1f7;
	font-weight: bold;
	color: #0059a9;
	padding-top: 4px;
	padding-left: 15px;
}

.menuwhite {
	height: 20px;
	margin: 0;
	background-color: #fff
	;
	font-weight: bold;
	color: #0059a9;
	padding-top: 4px;
	padding-left: 15px;
}
