
/* Basic layout, default fonts & links */

body  { background: #FFFFFF; margin: 0px 0px 0px 0px;
        scrollbar-base-color: #003366; 
        scrollbar-face-color: #23507d; 
        scrollbar-track-color: #003366; 
        scrollbar-arrow-color: #9FAAAC;
        scrollbar-highlight-color: #9FAAAC; 
        scrollbar-3dlight-color: #23507d; 
        scrollbar-shadow-color: #000000;
        scrollbar-darkshadow-color: #000000; 
      }
            
body,p,table,td,th,ul,ol { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal }



/* DIV */

#header {
	height: 60px;
	margin: 0 0 30 0;
	padding: 0 0 0 0;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #000000;
}

#content {
	text-align: justify;
	height: 70%;
}

#menu {
	position:absolute;
	top: 100px;
	left: 10px;
	width:190px;
	height: 60%;
	padding: 0px;
	#line-height:16px;
	border-right: 1px dashed #7b92aa;
	text-align: left;
}




#footer {
	height: 60px;
	margin: 30 0 10 0;
	padding: 10 10 10 10;
	width: 100%;
	text-align: right;
	border-top: 10px solid #003366;
}



/* Links */
A:link, A:visited      { text-decoration: underline; color: #003366} 
A:active, A:hover      { text-decoration: none; color: #F4AB00}


p  { margin: 0px 0px; padding: 5px 0px 5px 10px; }
h1 { font-size: 18px; font-weight: 600; color: #003366; padding: 0px; margin: 0px 0px; }
h2 { font-size: 16px; font-weight: 600; color: #003366; }

hr { width: 90%; height: 1px; border: 0; color: #003366;	background-color: #003366; }




.leftmenu {
	color: #EBEBEE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;	
	padding-right: 5px;
	border-top: 1px solid #EBEBEE;
	border-left: 1px solid #EBEBEE;			
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	width:180px;
	background-color: #23507d;
}


A.leftmenu:link, A.leftmenu:visited { text-decoration: none; color: #FFFFFF;}
A.leftmenu:active, A.leftmenu:hover { text-decoration: none; color: #FFFFFF; background: #a4b0bc}








/* pre */
pre,code { font-family: courier; font-size: 10pt; }
pre { font-size: 8pt; padding: 8px; background: #f9f9f9; border: 1px solid #EEEEEE; }