﻿body 
{
    background-color:#990000;
	font-family:arial;
	font-size: 14px;
	width:1300px;
}
#header
{
    position:absolute;
    top:0px;
    left:220px;
    width:800px;
    height:40px;
    font-family:Geneva,Arial,Helvetica,sans-serif;
    font-size:xx-large;
    font-weight:bold;
    font-style:oblique;
    color:#e3dfcd;
    text-align:center;    
}
#title
{
    position:absolute;
    top:40px;
    left:220px;
    width:800px;
    height:30px;
    text-align:center;
}
#leftcolumn
{
    position:absolute;
    top:0px;
    left:0px;
    width:220px;
 }
#menu
{   
    position:absolute;
    top:70px;
    left:220px;
    width:800px;
    height:40px;
}

#content
{
    position:absolute;
    top:110px;
    left:220px;
    width:800px;
    padding:10px;
}
#rightcolumn
{
    position:absolute;
    top:0px;
    left:1020px;
    width:280px;

}



.leftSidePane
{
    background-color: #990000;
    color: #e3dfcd;
    font-weight: bold;
    top:500px;
    
}

.text1
{
    font-family:Geneva,Arial,Helvetica,sans-serif;
    font-size:medium;
    font-weight:bold;
    font-style:oblique;
    color:#e3dfcd;
    text-align:center; 
}

.test2
{
    font-family:Geneva,Arial,Helvetica,sans-serif;
    font-size:medium;
    font-weight:bold;
    font-style:normal;
    color:#e3dfcd;
}

.title
{
    
    font-family:Geneva,Arial,Helvetica,sans-serif;
    font-size:larger;
    font-weight:bold;
    font-style:oblique;
    color:#e3dfcd;
    text-align:center;  
    
    
}

.headerText
{
    font-family:Geneva,Arial,Helvetica,sans-serif;
    font-size:xx-large;
    font-weight:bold;
    font-style:oblique;
    color:#e3dfcd;
    text-align:center; 
}



