body {
 font-size: 100%;
 text-align: center;
}

A:link,A:visited,A:active,A.homelink:link,A.homelink:visited,A.homelink:active {
 color: #000000;
}

A:hover,A.bluelink:hover {
 color: red;
}
 
A.bluelink:link,A.bluelink:visited,A.bluelink:active  {
  color: #D4EBF9;
}

.page {
 margin-left: auto;
 margin-right: auto;
 width: 925px;
 text-align: left;
}

.grey, .content, .top, .bottom, .blue, .title {
 font-family: Verdana,Arial;
 text-align: center;
}

.top {
 width: 925px;
 height: 37px;
 -webkit-border-radius: 12px 12px 0px 12px;
 -moz-border-radius: 12px 12px 0px 12px;
 border-radius: 12px 12px 0px 12px;
 background-color: #146EC4;
 color: #D4EBF9;
 font-size: 1.6em;
}

.title {
 width: 675px;
 height: 25px;
 -webkit-border-radius: 0px 0px 12px 12px;
 -moz-border-radius: 0px 0px 12px 12px;
 border-radius: 0px 0px 12px 12px;
 background-color: #146EC4;
 position:relative;
 top: 0px;
 left: 250px;
 color: #D4EBF9;
 font-size: 1.1em;
}

.bottom {
 width: 900px;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 background-color: #146EC4;
 color: #D4EBF9;
 padding: 10px;
 font-size: 0.75em;
}

.grey {
 width: 200px;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 background-color: #BCBEBC;
 padding: 10px;
 font-size: 0.75em;
}

.blue {
 width: 660px;
 -webkit-border-radius: 0px 0px 6px 6px;
 -moz-border-radius: 0px 0px 6px 6px;
 border-radius: 0px 0px 6px 6px;
 background-color: #146EC4;
 color: #D4EBF9;
 padding: 5px;
 font-size: 1.1em;
}

.content {
 width: 660px;
 font-size: 0.75em;
 margin: 5px;
}

.cleaner {
 clear: both;
 height: 1px;
 font-size: 1px;
 border: none;
 margin: 0px;
 padding: 0px;
 background: transparent;
 display: none;
}

#container {
 display: table;
 width: 925px;
}

#row  {
 display: table-row;
}

#left {
 width: 200px;
 display: table-cell;
 float: left;
}

#middle {
 width: 50px;
 display: table-cell;
 float: left;
}

#right {
 width: 675px;
 display: table-cell;
 float: right;
}