body
{
		background-color:#999999;
}

#layout_area
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
}

#menu_area
{
		background-color:#99ccff;
    width:180px;
    padding:10px;
    float:left;
}

#content_area
{
		background-color:#ffffff;
    width:580px;
    padding:10px;
   	float:left;
}

#content_module
{
    width:580px;
    text-align:center;
}

#content_message
{
    width:580px;
    text-align:center;
}

#content_section
{
    width:580px;
}

h1
{
    color:#003366;
    font-size:22px;
    margin-top: 3px;
    margin-bottom: 3px;
}

h2
{
    color:#006699;
    font-size:18px;
    margin-top: 3px;
    margin-bottom: 3px;
}

h3
{
    font-size:12px;
    margin-top: 3px;
    margin-bottom: 0px;
}

p
{
	margin-top:5px;
  margin-bottom:5px;
}

a.menu_module
{
    margin-top:2px;
  	margin-bottom:2px;
}


a:hover
{
    text-decoration:none;
}

.buttoncell
{
 height:125px;
 width:125px;
 text-align:center;
 vertical-align:top;
}

.menu
{
 width:750px;
 text-align:center;
}

.BorderTable
{
 border-collapse:collapse;
}

