﻿body
{
	margin:0px;
	padding:0px;
}

#m
{
	 margin: auto;
	 width:998px;
	 text-align: left;
	 height:auto;
	 margin-top:6px;
}


#h
{
    background-image: url(header998.jpg);
    background-repeat:no-repeat;  
    width:998px;
    height:200px; 
}

#c
{

}

#nav
{
     width: 200px;     
     float:left;
}

#nav ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    
}


#nav li
{
    

    width: 200px;
    margin-bottom: 2px;
}

#nav li a
{
    display: block;
    color: White;
    font-size: 12pt;  
    padding: 8px;  
    text-decoration: none;
    background-color: #15407E;
    border: solid 1px #fff;
    background-image: url(btn.png);
}

#nav li a:hover
{
    background-color: #EDB026;
    border: solid 1px #000;
    background-image: url(btn-over.png);
}






#content
{
     float:left;
     width: 560px;
     padding: 5px 10px 5px 10px;
}

#r
{
    float: right;
    width: 215px;
}


#f
{
     background-color:#e08229;
     text-align: center;
     padding: 2px 5px 5px 0;
     height: auto;
     
}

#f h2
{
    color: #FFFAC1;
    font-size: 16pt;
}

#f p
{
    color: #003160;
    font-size: 11pt;
}

#f div
{
    border-top: dotted 1px white;
    text-align:center; 
    padding-left: 100px;
    padding-right: 100px;
}


#f a
{
     white-space:nowrap;
     padding: 8px;
     color: White;
     font-weight:200;
     font-size: 12pt;
     text-decoration: none;
     display:inline-block;
     line-height:18pt;
}

#f a:hover
{
     text-decoration: underline;
}