BODY
{
      font-family: arial;
      background-color: white;
      text-align:center;
}

a:link
{
      color: #2D2D2D;
      text-decoration: none;
}

a:visited
{
      color: #2D2D2D;
      text-decoration: none;
}

a:hover
{
      text-decoration: underline;
}

.title
{
      width: 100%;
      height: 120px;
      font-size: 28px;
}

.titletext
{
	font-weight: bold;
	font-size: 24px;
}

.topmenu
{
      width: 100%;
      height: 30px;
      background-color: #1F5E92;
      color: white;
      text-align: right;
      padding: 10px;
}

.footer
{
      width: 100%;
      height: 15px;
      background-color: white;
      color: black;
      text-align: left;
      font-size: 10px;
      padding: 10px;
}

.titlebar
{
      width: 100%;
      height: 120px;
      background-color: #0668DF;
      color: white;
      text-align: left;
      font-size: 60px;
      padding: 10px;
}

.topmenuitem
{
      padding: 5px;
      height: 25px;
      display: inline-block;
}

.content
{
      float: left;
      width: 560px;
}

.menu
{
      float: right;
      width: 200px;
      padding: 5px;
}

.layoutcontainer
{
      width: 850px;
      background-color: white;
      height: 100%;
      margin-left:auto;
      margin-right:auto;
      border-collapse: collapse;
}

.layoutcenter
{
      padding: 5px;
}

.menuheader
{
      border-bottom: 1px solid black;
}