
html,body{margin:0;padding:0;background-color:#fff}
body{font: 76% arial,sans-serif}
p{margin:0px 5px 15px 5px}

/*a{display:block;color: #981793;padding:10px}*/

hr { color: #808080; height: 1px; width: 130px; }

div#header{	height:100px;
background:#fff;
margin:5px 0px 20px 0px}
.fcl{
	clear:both;
	height:1px;
	overflow:hidden;/*margin-top:-1px;*/
}

div#content p{line-height:1.5}

div#contentnews h3{
	color: #003399;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
}

div#content h3{
	color: #003399;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
}
div#content ol{
	list-style-type: square;
	line-height: 2;
}


div#wrapper{float:left;width:100%}
div#contentnews p{line-height:1.5}
div#contentnews{
	margin: 0px 0px 30px 150px;
	padding:5px 10px 10px 5px;
	background-color:#FFFFFF;
	border-top-width: inherit;
}

div#contentnews h1{
	margin:0px 0px 15px 0px;
	padding:3px 3px 2px 3px;
	color: #404040;
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;border-bottom-style: solid;
	border-bottom-width: thin;	
}


div#content{
	margin: 0px 270px 30px 150px;
	padding:5px 10px 10px 5px;
	background-color:#FFFFFF;
	border-top-width: inherit;
}

div#content h1{
	margin:0px 0px 15px 0px;
	padding:3px 3px 2px 3px;
	color: #404040;
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	border-bottom-style: solid;
	border-bottom-width: thin;	
}

div#navigation{
	float:left;
	width:135px;
	margin-left:-100%;
	background-color: #fff;
	font-size: 0.8em;
}

div#extra{
	float:left;
	width:250px;
	margin-top:30px;
	margin-left:-255px;
	background-color: #FFFFCC;
	border: 1px #cc0000;
	border-style: dashed;
	
}

div#navigation p{padding:0px 0px 5px 5px;	color: #000; font-size:1.1em}
div#footer p{margin:0px;padding:0px 10px;	color: #990066; }
.footertext {
	color: #FFFFFF;
	font-size:0.8em;
	text-align: center;
}
div#footer{
	clear:left;
	width:100%;
	padding: 5px 0px;
	/*margin-top:50px;*/
	background-color:#003399;
	border-bottom: 1px solid #ff0000;
	height:50px;
	background-image: url(graphics/back8.gif); background-repeat: repeat-x;
	background-position:bottom;
}
div#content a:visited {
	color: #003399;
	text-decoration: underline;
}
div#content a:link {  color: #003399; text-decoration: underline; }
div#content a:active {  color: #003399; text-decoration: underline; }
div#content a:hover {
	color: #FF0000;
	text-decoration: underline;
}


div#footer a:visited {color: #CCCCCC;text-decoration: underline;}
div#footer a:link {  color: #cccccc; text-decoration: none; }
div#footer a:active {  color: #cccccc; text-decoration: underline; }
div#footer a:hover {color: #cccccc;	text-decoration: underline;}

div#address a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
div#address a:link {  color: #cccccc; text-decoration: underline; }
div#address a:active {  color: #cccccc; text-decoration: underline; }
div#address a:hover {color: #cccccc;	text-decoration: underline;}


#Menu {
	position:absolute;
	top:100px;
	left:0px;
	width:130px;
	padding:0px;

/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:125px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:130px;}

  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 132px; /* Width of Menu Items */
	border-bottom: 1px solid #000000;
	}

ul li {	position: relative;	}

li ul {
	position: absolute;
	left: 131px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
/*width: 160px;*/
    display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #000000; /* IE6 Bug */
	padding: 3px 6px;
	border: 1px solid #000000;
	border-bottom: 0;
  font-size: 1.2em
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #ffffff; background: #404040; } /* Hover Styles */

li ul li a { padding: 3px 6px; } /* Sub Menu Styles */

li:hover ul, li.over ul { display: block; } /* The magic */