body {
    background:#fff;
    font-family: helvetica;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none }


#container {
    background-color: #fff;
    padding: 0;
    width: 781px; 
    margin: 0 auto; }        


#login td a {

    font: normal 8px verdana;
    color: #0486D4;
    
}

/* MENU */

#menu {

    width: 156px;
    
}


#menu .button {
    
}

#menu .button ul {
	width: 156px;
	list-style-type: none;
	margin: 0;
	padding: 0;
    }
#menu .button ul li {
	list-style-type:none;
	}
#menu .button li {
    border-bottom: 1px solid #fff;
    padding: 0px;
    margin: 0;
    background-color: #0085D2;
    }
    
#menu .button li a {
		display: block;
		padding: 5px 0 5px 10px;
		color: #FFF;
        font-size: 10px;
		text-decoration: none;
		width: 156px;
        font-weight: bold;
        }

html>body #menu .button li a {
    width: auto;
    }

#menu .button li a:hover {
    color: #fff;
    background-color: #00539B;
    }


/* CONTENT BLOCK */


#contentouter {


    background-color: #D8E1EE;


}

#contentfp {

    width: 497px;
    background-color: #fff; 
    
}

#contentfp h1 {


    font: bold 30px "Times New Roman";
    color: #00539B;
    margin-left: 12px;
    margin-bottom: 5px;
    
}

#contentfp P {

    margin: 0 12px 0 12px;
    font: normal 13px helvetica;
    color: #000;
    
}

#contentfp P a {
    
    color: #00539B;
    font-weight: bold; 
    
}
    
#content {

    background-color: #fff; 
    padding: 0 12px 0 12px;
    
}

#content td {

    font: normal 12px helvetica;
    color: #000;
    
}

#content td.label {

    color: #00539B;
    font-weight: bold;
    width: 160px;
    text-align: right;
    
}

#content td.inverse {

    background-color: #00539B;
    color: #fff;
    font-weight: bold;
    
}

#content fieldset {

    border: solid 1px #BFBBBB;
    margin-bottom: 8px;
    
}

#content fieldset legend {

    background-color: #00539B;
    font: bold 12px helvetica;
    color: #fff;
    padding: 3px;
    width: 160px;
    text-align: center;

}

#content P {

    font: normal 12px helvetica;
    color: #000;
    margin: 0;    
    
}




#content P a {
    
    color: #00539B;
    font-weight: bold; 
    
}

#content P strong.blue {
    color: #00539B;
}

#content h1 {

    font: bold 26px "Times New Roman";
    color: #00539B;
    margin-bottom: 5px;
    
}

#content h2 {

    font: bold 14px helvetica;
    color: #00539B;
    margin-bottom: 0px;
    
}

#footer1 { 

    text-align: center;
    font: normal 13px helvetica;
    color: #0086D2;
    
}

#footer1 a { 

    color: #0086D2;
    text-decoration: none;
    
}

#footer1 a:hover { 

    text-decoration: underline;
    
}

#footer2 { 

    text-align: center;
    font: normal 11px helvetica;
    color: #0086D2;
    margin-bottom: 10px;
    
}

