/*@CHARSET "ISO-8859-1";*/

#mainTable {
        width: 1000px;
        height: 600px;
        border-width: 1px;
        border-color: #660000;
        border-style: solid;
}

#TOP { 
	    background-color: #f1e3c1;
        height: 130px;
        border-style: dotted;
        border-top-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 1px;
}

#LEFT {
        width: 200px;
        /*height: ;*/
}

#CONTENT {width: 500px;}

#RIGHT {width: 150px;}

#FOOTNOTE { 
	    background-color: #f1e3c1;
        height: 100px;
        border-style: dotted;
        border-top-width: 1px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
}
