
BODY {
scrollbar-face-color: #5FACD8;
scrollbar-shadow-color: #689cd0;
scrollbar-highlight-color: #F1F2F4;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color:#000000;
scrollbar-arrow-color: #000000;

}

A  {
	color : Navy;
	text-decoration : underline;
}

A:Visited  {
	color : Navy;
	text-decoration : underline;
}

A:Active  {
	color : Navy;
	text-decoration : underline;
}

A:Hover  {
	color : White;
	text-decoration : none;
	background-color: #6699CC;
}
#header {
        position: relative;
        padding: 0;
        font-size: 14px;
        color: #FFF;
}

#header h1#logo-text {
        position: absolute;
        margin: 0; padding: 0;
        font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
        letter-spacing: -2px;
        color: #FFF;
        text-transform: none;

        /* change the values of top and left to adjust the position of the logo*/
        top: 28px; left: 150px;
}
#header h2#slogan {
        position: absolute;
        margin: 0; padding: 0;
        font: normal 1.2em 'Trebuchet MS', Arial, Sans-serif;
        text-transform: none;
        color: #000;

        /* change the values of top and left to adjust the position of the slogan*/
        top: 84px; left: 155px;
}

