#body {
//        background-color:#F6F6F6;
        background-color:#FFFFFF;
        }

#center {
        width: 810px;
        }

.detailsfont {
        font-family: Tahoma;
        font-size:11pt;
        color:#8AACC7;
        }

#header {
        float:left;
        width:775px;
        height:181px;
        }

#menu {
        float:left;
        width:230px;
        height:270px;
        }

#menuitems {
	float:left;
	margin-top:10px;
	}


#main {
        float:left;
        width:540px;
        height:268px;
	font-family:verdana;
	font-size:10pt;
	font-weight: bold;
	text-align:justify;
	overflow:auto;
        margin-top:10px;
	}

#footer {
        float:left;
        width:775px;
        height:60px;
        }
