body {
	font: 13px tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}

h1 {
	color: #000;
	font-size: 26px;
	text-align: left;
}

h2 {
	color: #096;
	font-size: 18px;
	text-align: left;
}
a { text-decoration: none; font-weight: bold; color: #096; font-size: 16px; }

a:hover { font-weight: bold; color: #096; font-size: 16px; background-color: #9c3; text-decoration: none; }

p {
	
}

li {
	
}

.top {
}

#menu {
	
}

#menu a {
	text-decoration: none;
	color: #096;
	width: 150px;
	height: 25px;
	display: block;
	padding-top: 10px;
	
	/* Gradient */
	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#dedede', EndColorStr='#ffffff'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dedede', EndColorStr='#ffffff')";
        
        /* round corners */
        
     -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3+, Chrome */
          border-radius: 5px; /* Opera 10.5, IE 9 */

        
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
}



#menu a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
	width: 150px;
	height: 25px;
	display: block;
	text-align: center;
	padding-top: 10px;	
	
	/* drop shadow */
	
	-moz-box-shadow: 2px 2px 4px #000000; /* FF3.5+ */
  -webkit-box-shadow: 2px 2px 4px #000000; /* Saf3.0+, Chrome */
          box-shadow: 2px 2px 4px  #000000; /* Opera 10.5, IE 9.0 */
          
	/* Gradient change */
          
          	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#0054a6', EndColorStr='#00adef'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#0054a6', EndColorStr='#00adef')";

}
.foot {
	font-size: 10px;
}

.foot p {
	text-align: center;
}

.foot a {
	font-size: 14px;
}

.box {
        
	border-bottom: 1px solid #096;
	height: 40px;
	border-top: 1px solid #096;
}

.box a {
	color: #096;
	font-size: 11px;
}

.box a:hover {
	color: #096;
}

.divi {
	border-bottom: 1px solid #096;
	height: 20px;


}

.divii {
	border-bottom: 1px solid #096;
	height: 6px;


}

li {
	list-style-position: outside;
	margin-left: -23px;
}
  

