html {
	background-color: #44607e;
	height: 100%;
	behavior: url("csshover2.htc"); 
}
body{
	margin: 0 auto;
	width: 779px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 17px;
	color: #000;
	height: 100%;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #DD6900;
}
img, checkbox, radio {
	border: 0;
}
td {
	vertical-align: top;
}

#mainT {
	width: 100%;
	height: 100%;
	border-top: 0;
	border-bottom:0;
}

#mainT .top {
	background-image: url('gfx/top.jpg');
	width: 779px;
	height: 232px;
}

.key {
	position: absolute;
	z-index: 0;
	left: -500px;
	visibility: visible;
	top:-800px;
}

.footer {
	text-align: center;
	height: 65px;
	background-image: url('gfx/bot.jpg');
}

#menu {
	height: 30px;
	background-image: url('gfx/menu.jpg');
}
#menu div {
	position: relative;
	top: 6px;
	left: 90px;
	text-align: left;
	width: 650px;
}
#content {
	background-image: url('gfx/cont.gif');
	padding: 10px;
	color: #666;
	height: 100%;
}

h2 {
	background-image: url('gfx/point.gif');
	background-position: center left;
	background-repeat:	no-repeat;
	font-variant: small-caps;
	height: 20px;
	padding-left: 25px;
	color: #033387;
	font-size: 13px;
	font-style: italic;
	margin-top: 0;
}

#drop_down_menu, #drop_down_menu li ul , #drop_down_menu li ul li a, #drop_down_menu li ul li  {
	display: block; 
	margin: 0;
}

#drop_down_menu {
	width: 700px; 
	padding: 0; 
	position: absolute; 
	clear:both; 
	list-style-type:none; 
	left:-19px; 
	top:0px; 
}
#drop_down_menu li, #drop_down_menu li ul li a, .footer a , #menu a {
	font-variant: small-caps;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.footer a:hover, #menu a:hover, #drop_down_menu li ul li a:hover {
	color: #9FD21E;
	text-decoration: none;
}

#drop_down_menu li { 
	width: 90px;
	float: left; 
	cursor: pointer; 
}
#drop_down_menu li ul { 
	padding: 2px 0 5px 20px;
	list-style-type:none; 
	background: #34588C;
	width: 200px;
}
#drop_down_menu li ul li { 
	background: #34588C; 
	float: none;
	clear:both; 
	margin: 7px;
	width: 190px;
}

.data {
	font-weight: bold;
	font-style: italic;
	color: #9ACD16;
}

.left_menu {
	width: 250px;
	float: left;
}

.tresc {
	text-align: justify;
	width: 480px;
	float: right;
}

.sub {
	border: 1px solid black;
	color: #000;
	font-size: 11px;
	background-color: #ccc;
}
