body{
	background-image: url(images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#4e2782;
	margin:0px;
    }

body, td{
    FONT-SIZE:13px;
    FONT-FAMILY: georgia;
    Font-Weight:normal;
    Color: #0a3443;
    line-height:18px;
    }
	
#navbar
{
	width: 900px;
    height: 20px;
	background-color:#033;
	font-size: 14px;
	text-align: center;
	text: color
}

#navbar ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navbar ul li 
{ 
    display: inline; 
	font-family:  georgia;
	
}

#navbar ul li a 
{ 
    text-decoration: none;
    padding: .2em 1em; 
    color:#FFF
}

#navbar ul li a:hover
{
    text-decoration: none;
    color:#FC0;
}

#container
{
    width: 900px;
	height: 870px;
    margin: auto;
}

#content a
{
    color:#4e2683;
    }

#contentLeft{
    float:left;
    width:380px;
    }
	
.top{
    color:#fff1da;
    font-weight:bold;
    font-size:12px;
    text-align:center;
    text-transform:uppercase;
    padding-top:00px;
    width:900px;
    height: auto;
  
    }
#contenttop
{
    
    width: 900px;
    height: 30px;
    font-weight:bold;
    font-size:12px;
	padding-top: 5px;
    text-align:center;
    text-transform: uppercase;
    background-color:#FFC;
}

#contenttable
{
	float:left;
    width: 900px;
    height: 520px;
}

#contentRight
{
    width:210px;
    float:right;
}

#content h1
{
    font-size:24px;
    line-height:normal;
}

#content h2
{
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
	color: #FFF;
	margin-left:400px;
}

#content h3
{
    font-size:12px;
    font-weight:bold;
    line-height:normal;
}

#belowheader
{
	color: #fff1da;
	width: 900px;
    height: 5px;
}

#footer
{ 
    float:left;
	width: 885px;
	height: 20px;
	background-color:#FFC;
    font-size: 12px;
	font-style:italic;
	padding-top: 5px;
	padding-left:15px;
}


#leftCol{
    background-color:#0A3444;
    width:250px;
    vertical-align: center;
	text align center;
    }
 
