#pagetop {
 margin-top: 30px;
 margin-left: 15px;
 margin-right: 15px;
 height: 39px;
}

#pagetopleft {
 float:left;
 vertical-align: bottom;
}

#pagetopright {
 float:right;
 vertical-align: bottom;
}

#mainsquare {
 background: #FFFFFF;
 font-family: arial;
 border: solid #068481;
 margin-left: 15px;
 margin-right: 15px;
}

#middleline {
 border-right: solid #068481;
}

#leftcolumn {
// border-right: solid #068481;
 float: left;
 background: #FFFFFF;
 padding: 20px 20px 20px 20px;
 font-size: 9pt;
 font-weight: bold;
 color: #068481;
}

#leftcolumn a {
 color: #000000;
 text-decoration: none;
}

#leftcolumn a:hover {
 color: #068481; 
 text-decoration: none;
} 

#maincolumn a {
 font-weight: bold;
 color: #068481;
 text-decoration: none;
}

#maincolumn a:hover {
 font-weight: bold;
 color: #068481;
 text-decoration: underline;
}

#maincolumn {
 vertical-align: top;
 color: #000000;
 border-left: solid #068481;
 font-size: 11pt;
 padding: 20px 20px 20px 20px;
 text-align: left;
 background: #FFFFFF;
}

