body
{
    margin: 0;
	background: white;
	font: 80% arial, sans-serif;
}

.header
{
    padding: 0,0,0,0;
    width: 800px;
    margin:0,0,0,0;
    height: 60px;    
}

.mainPage
{
    width: 800px;
    position: relative;
    top: 0;
}

.menu 
{
    margin:0,0,0,0;
    font-family:Arial, Sans-Serif;
    font-size: 12px;
    position: relative;
    width: 100%;
    left: 0px;
    z-index: +1;
}

.menu ul
{
    list-style: none;
    margin: 0;
	padding: 0;
}

.menu dl
{
    float: left;
	width: 160px;
	margin: 0;
	padding: 0;
}

.menu dt 
{
	cursor: pointer;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #287dbf;
	background: #287dbf;
	margin: 0;
	padding: 0;
}

.menu dd {
	display: none;
	margin: 0;
	padding: 0;
}

.menu dd ul 
{
    position: absolute;
    top: 23px;
}

.menu li {
	text-align: center;
	background: #fff;
	margin: 0;
	padding: 0;
	top: -1px;
}

.menu li a, .menu dt a {
	text-decoration: none;
	display: block;
	border: 1px solid #287dbf;
	height: 100%;
}

.menu dt a {
	color: #ffffff;
}

.menu li a {
	color: #000000;
}


.menu li a:hover, .menu dt a:hover {
	background: white;
	
}

.menu dt a:hover{
	color: black;
}

.menu li a:hover{
	color: red;
}

.menu dl dd ul li
{
    width: 160px;
}

.footer
{
    padding: 0,0,0,0;
    width: 800px;
    margin: 0,0,0,0;
    position: relative;
    z-index:-10;
}

#left
{
    width: 25%;
    float: left;
}

#main
{
    width: 55%;
    float: left;
}

#right
{
    float: left;
    width: 20%;
}

#headerRight
{
    width: 20%;
    float: left;
}

#headerLeft
{
    width:30%;
    float: left;
}

#headerCenter
{
    float:left;
    width: 50%;
    text-align: center;
    padding-top: 25px;
    color: Red;
}

#esrilinks
{
    padding-top: 10px;
    font-size: 85%;
}

#center
{
    position: relative;
    font-family: Sans-Serif;
    font-size: 11px;
}


#logo
{
    position: relative;
    float:left;
    padding-top: 10px;
    padding-left: 20px;
    width: 185px;
    height: 47px;
    
}
#topLevel
{
    font-size: 8pt;
    list-style-type: none;
}

#topLevel a
{
    color: blue;
}

#secondLevel
{
    position: relative;
    left: -20px;
    font-size: 8pt;
    color: #265888;
    list-style-type: none;

}

#secondLevel a
{
    color: blue;
}

#esrilinks a 
{
    color: #287dbf;
    text-decoration: none;
}

#wordsright
{
    margin-left:15px;
    padding:10px, 0px, 0px, 0px;
}



