/* CSS Document */


body {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-size: small;
	color: #4C4C4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#divBackGround {
	width:900px;
	position: relative;
	text-align: center;
	height: 300px;
}

#divTop {
	position:relative;
	width:900px;
	height:90px;
	z-index:6;
	left: 0px;
	top: 0px;
}
a:link {
	color:#000099;
	text-decoration: none;
}
a:hover {
	color:#0000FF;
	text-decoration: none;
	border-bottom:dashed 1px red;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:active {
	color: #000099;
	text-decoration: none;
}

h1 {
	font-size: xx-large;
	color: #990000;
	text-align: left;
	font-weight:normal;
	margin-bottom: 5px;
	margin-top: 20px;
}
h2 {
	font-size: large;
	color: #000099;
	font-weight:normal;
}

h3 {
	font-size: medium;
	color: #000099;
	font-weight:normal;
	margin-bottom:-15px;
}

img{
	-ms-interpolation-mode: bicubic;
}

ul#menu{float: left;width: 100%; height: 30px;list-style: none;
     margin: 0;padding: 0; background-image:url(../images/black_toolbar.jpg)}

ul#menu li{float: left;margin: 0 0 0 0;padding: 0}

ul#menu a{float: left;padding: 0 0 0 0;
    text-decoration: none; cursor: pointer;
	color:#CCCCCC}

ul#menu span{float: left;padding: 0.7em 20px 0.7em 20px
    }

ul#menu li#active a,ul#nav a:hover{}

ul#menu li#active span,ul#nav a:hover span{color: #CCCCCC; background-color:#DDDDDD; ; background-image:url(../images/black_toolbar_r1.jpg)	
    }

ul#sottomenu{float: left;width: 100%; height: 25px;list-style: none;
     margin: 0;padding: 0;  background-image:url(../images/black_toolbar_r2.jpg)}

ul#sottomenu li{float: left;margin: 0 0 0 0;padding: 0}

ul#sottomenu a{float: left;padding: 0 0 0 0;
    text-decoration: none; color:#333333; cursor: pointer}

ul#sottomenu span{float: left;padding: 0.4em 20px 0.4em 20px
    }

ul#sottomenu li#active a,ul#nav a:hover{
    }

ul#sottomenu li#active span,ul#nav a:hover span{
    }

