body {
	margin:  0;
	padding:  0;
	font-family: Arial, Helvetica, sans-serif;
}

#leftbackground {
	margin-top:  110px;
	margin-bottom:  0;
	margin-left:  0;
	margin-right:  0;
	padding:  0;
	background:   #C3CEE6;
	color:  #000000;
}


#rightbackground {
	margin:  0; 
	padding:  0;
	background:   #C3CEE6;
	color:  #000000;
}


#leftcolumn {
	float:  left;
	width:  180px;
	margin:  0; 
	padding:  0;
	background:   #C3CEE6;
	color:  #000000;
}


#rightcolumn {
	float:  right;
	width:  180px;
	margin:  0; 
	padding:  0;
	background:   #C3CEE6;
	color:  #000000;
}


#contentarea {
	margin-top:  110px;
	margin-bottom:  0;
	margin-left:  200px;
	margin-right:  200px;
	background-color:  #FFFFFF;
	color:  #000000;
	height:  1%; 
	font-size: 14px; 
}


#leftcolumncontent {
	position:  absolute;
	top:  110px;
	left:  0;
	width:  180px;
	background:   #C3CEE6;
	color:  #000000;
	font-size: 14px;
	text-indent: 2ex;
}

a:link    {
  text-decoration:  underline;
  font-weight:      bold;
  color:            #006666;
  } 
a:visited {
  text-decoration:  none;
  font-weight:      bold;
  color:            #006666;
  } 
a:hover   {
  text-decoration:  underline;
  font-weight:      bold;
  color:            #001A53;
  } 
a:active  {
  text-decoration:  none;
  font-weight:      bold;
  color: #937C5C;
  } 

#rightcolumncontent {
	position:  absolute;
	top:  110px;
	right:  0;
	width:  180px;
	background:   #C3CEE6;
	color:  #C3CEE6;
	font-size: 14px; 
}



#columnsize {
	clear:  both;
	height:  1px; 
	overflow:  hidden;
	border:  none;
	margin:  0; 
	padding:  0;
	background:  transparent;
}


#header {
	position:  absolute;
	top:  0;
	left:  0;
	width:  100%;
	height:  110px;
	background:  #006666;
	color:  #F4BF34;
	overflow:  hidden;
	font-size: 59px;
	text-align: center;
	

}


#footer {
	margin:  0;
	padding:  0;
	width:  100%;
	height:  20px;
	background:  #006666;
	color:  #F4BF34;
	font-size: 9px;
	line-height: 70%;
	text-align: center;

}