@media screen {
/*FOR SCREEN ********************************************************* */
    /*  Establish general layout parameters */
/* POSITIONING
-------------------------------------------------------------------------*/
body {
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    color: #666;
    background-color: #fff;
    text-align:center;
    margin:0px;
    padding:0px 0px 20px 0px;
	scrollbar-track-color: #F0F0F0;
	scrollbar-darkshadow-color: #CACACA;
	scrollbar-shadow-color: #ECEEF0;
	scrollbar-3dlight-color: #CDCDCD;
	scrollbar-highlight-color: #9A9CA6;
	scrollbar-arrow-color: #D3D7DC;
	scrollbar-face-color: #F7F7F7;
}
h1,h2,h3,h4,h5,h6,h7{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* LINKS
-------------------------------------------------------------------------*/
a:link, a:active {
    color: #1b22aa;
    text-decoration: none;
    }
a:visited {
    color: #ababab;
    text-decoration: none;
}
a:hover {
    color: #000033;
    text-decoration: underline;
    }
a:focus {
    outline: none;
    -moz-outline:none;
    }

h3 {
    font-size: 80%;
    color: #1b22aa;
    font-weight: bold;
    margin-top: 1px;
    margin-bottom: 2px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    
}

.directory {
    line-height:1.2em;
    float: left;
}
.directory h2{
	color: #042A5B;
}
.directory h3{
	color: #042A5B;
	line-height: 250%;
}
.directory a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
	text-decoration: none;
	margin-left: -5px;
	color: #164E98;
}
.directory a:hover{
	text-decoration: underline;
}

}