body {
    background:#052453;
    font-family: verdana;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none }


/*----------------------*/
#container {
    border: solid 1px #052453; 
    background-color: #fff;
    padding: 3px 1px 3px 1px; 
    width: 772px; }        

* html #container {
    border: solid 1px #052453; 
    background-color: #fff;
    padding: 3px 3px 3px 3px; 
    width: 772px; }        
/*----------------------*/


/* LEFT MENU */

#menu {

   width: 150px;
   background: #9FB1C9;


}

#menu .button {
	padding: 2px 0 0 0;
	margin-bottom: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 9px;
    background-color: #616D85;
	color: #fff;
    font-weight: normal;
	}

#menu .button ul {
	width:170px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	}
#menu .button ul li {
	list-style-type:none;
        
	}
#menu .button li {
    border-bottom: 1px solid #636363;
    padding: 0px;
    margin: 0;
    }
    
#menu .button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		background-color: #9FB1C9;
		color: #052453;
        font-size: 9px;
		text-decoration: none;
		width: 100%;
        font-weight: bold;
        
		}

html>body #menu .button li a {
    width: auto;
    }

#menu .button li a:hover {
    background-color: #B5C9E6;
    color: #C2141A;
    }






/* CONTENT BLOCK */

/* ------------------------------ */
#content {
    padding: 0px 7px 0px 7px;
    vertical-align: top;}

* html #content {
    padding: 0px 7px 0px 7px;
    vertical-align: top; }
/* ------------------------------ */    

/* ------------------------------ */
    
#content p {
    font: normal 12px verdana;
    color: #052453;
    margin-top: 0;}

* html #content p {
    font: normal 12px verdana;
    color: #052453;
    margin-top: 0;
    width: 100%;}

/* ------------------------------ */

#content p a {font: normal 14px verdana; color: #052453; }
#content p a:hover {text-decoration: none; }


#content li {
    font: normal 11px verdana;
    color: #052453;
    margin-top: 0;
}

#content li a {font: normal 11px verdana; color: #052453; }
#content li a:hover {text-decoration: none; }


#content td {
    font: normal 11px verdana;
    color: #052453;
    margin-top: 0;
}


#content td a {
    color: #052453;}

#content td a:hover {
    text-decoration: none;}

#content td.inverse {
    background: #052453;
    font: bold 11px verdana;
    color: #fff;
    margin-top: 0;
}

#content td.inversesmall {
    background: #052453;
    font: bold 10px verdana;
    color: #fff;
    margin-top: 0;
}

#content td.inversesmall a {
    color: #fff;
}

#content td.inversesmall a:hover {
    color: #fff;text-decoration: none;
}

#content td.small {
    font: normal 10px verdana;
    color: #052453;
    margin-top: 0;
}

#content td.small a {
    font: normal 10px verdana;
    color: #052453;
}

#content td.small a:hover {
    text-decoration: none;
}

#content td.small2 {
    font: normal 9px verdana;
    color: #052453;
    margin-top: 0;
}

#content td.small2 a {
    color: #052453;
}

#content td.small2 a:hover {
    text-decoration: none;
}


/* HEADERS */

h1 { font:normal 24px verdana; margin-bottom:7px; margin-top: 5px; color: #052453;}
h2 { font:normal 14px verdana; margin-bottom:7px; margin-top: 5px; padding:0; font-weight: bold; color: #052453;}
h3 { font:normal 12px verdana; margin-bottom:5px; margin-top: 5px; padding:0; font-weight: bold; color: #052453;}


/* FOOTER */

#footer {
    padding-top: 3px;
    background: #EAE8E8;
    width: 766px;
    height: 20px;
    text-align: center;
    font-family: verdana;
    color: #000; 
    font-size: 11px; }
    
#footer a {color: #052453; font-weight: bold; text-decoration: none;}

#footer a:hover {text-decoration: underline;}


/* FEATURE COLUMN */

#feature {
    width: 255px;
    padding-top: 10px;
}

#feature div {
    background: #616D85;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

#feature2 {
    width: 330px;
    padding-top: 10px;
}

#feature2 div {
    background: #EAE8E8;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

#feature3 {
    width: 280px;
    padding-top: 10px;
}

#feature3 div {
    background: #EAE8E8;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.featurepic {
    border: 15px solid #EAE8E8; 
    margin-left: 5px; 
    margin-bottom: 5px;}
    

/* DOCUMENT CENTER */

#navigation {
     font: 10px verdana, tahoma, sans-serif;
     line-height: 2em;
     width: 150px;
     float: left }
#navigation a {
     color: #000;
     text-decoration: none;
     font-weight: bold;
     display: block }
#navigation a.subcategory {
     background: url(/images/icons/iconfolderclosed.gif);
     background-repeat: no-repeat;
     margin-left: 25px;
     padding-left: 25px;
     color: #000;
     text-decoration: none;
     font-weight: bold;
     display: block }
#navigation p.subcategory {
     background: url(/images/icons/iconfolderopen.gif);
     background-repeat: no-repeat;
     margin-left: 25px;
     padding-left: 25px;
     color: #c00;
     text-decoration: none;
     font-weight: bold;
     display: block }
#navigation h3.open {
     background: url(/images/icons/iconfolderopen.gif);
     background-repeat: no-repeat;
     margin-bottom: 0px;
     color: #c00;
     padding-left: 25px;
     font: 11px arial, helvetica, sans-serif;
     font-weight: bold;
     margin-top: 5px;}
#navigation h3.closed {
     background: url(/images/icons/iconfolderclosed.gif);
     background-repeat: no-repeat;
     margin-bottom: 0px;
     padding-left: 25px;
     font: 11px arial, helvetica, sans-serif;
     font-weight: bold;
     margin-top: 5px;}

#body { width: 570px;
     float: right
     font: 10px verdana, tahoma, sans-serif; }
#body tr.header {
     font: 9px verdana, tahoma, sans-serif;
     font-weight: bold;
     background: #000;
     border: 1px solid #000;
     color: #fff }
#body tr {
     font: 10px verdana, tahoma, sans-serif;
     border-bottom: 1px solid #000;
     border-right: 1px solid #000;
     border-left: 1px solid #000;
     margin-bottom: 1px; }
#body td {
     padding: 5px }


/* SUBFOOTER */

#subfooter {    
    padding-top: 5px;
    text-align: center;
    font-family: arial;
    color: white; 
    font-size: 9px; }
    
#subfooter a {color: #fff; text-decoration: none;}

#subfooter a:hover {text-decoration: underline;}














    


