/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/


body {background-color: #6699cc; }

img {border: 1px #ffffff solid; }

.container { width: 764px; 
           	background-color: #0D06A0;
            border: 1px #ffffff solid;
                        }

.container A     {
    COLOR: #1DAEF1;
    BORDER-BOTTOM:  0px dotted;
    TEXT-DECORATION: none;
    font-weight: bold;
}

.container A:link    {
    COLOR: #1DAEF1;
    BORDER-BOTTOM: #ffffff 0px dotted;
    TEXT-DECORATION: none;
         font-weight: bold;
}

.container A:visited {
    COLOR: #1DAEF1;
    BORDER-BOTTOM: #ffffff 0px dotted;
    TEXT-DECORATION: none;
         font-weight: bold;
}

.container A:hover {
    COLOR: #1DAEF1;
    BORDER-BOTTOM: #ffffff 1px dotted;
    TEXT-DECORATION: none;
         font-weight: bold;
}

.container A:active {
    COLOR: #6699cc;
    BORDER-BOTTOM: #ffffff 0px dashed;    
    TEXT-DECORATION: none;
         
}


.linklistleft {
			
			text-align:left;
			font-family: arial, tahoma;
			color: #ffffff;
			padding: 15px; 
                  vertical-align: top; }


.disclaimer  {text-align:center;
              font-family: arial, tahoma;
			color: #ffffff;
			padding: 15px;
                            }


#textbox {width: 500px;
          text-align: left;
          font-family: arial, tahoma;
          color: #ffffff;
          padding: 15px;
           }



.m0l0o {
	text-decoration: none;
	margin: 0px;
	border: 1px solid #ffffff;
}

.m0l1o {
	text-decoration: none;
	margin: 0px;
	border: 1px solid #ffffff;
}

.m0l2o {
	text-decoration: none;
	margin: 0px;
	border: 1px solid #ffffff;
}

.m0l0i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

.m0l1i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

.m0l2i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}
h2 {
	font-family: Tahoma, Verdana, Arial;
	text-align:center;
}
