html,body{
	margin:0;
	padding:0;
	background: #FFFFFF;
	/* background: #000000; */
	/* background-image: url(images/bg.jpg); */
	background-repeat: repeat-x;
}

body{
	font: 76% sans-serif;
	text-align:center;
}

p{
	padding:0 10px 10px;
	margin: 0;	
}

a{
	color: #981793;
}

div#header{
	height:527px;
	margin:0;
	/*padding-left:10px;*/
	color: #003399;
	/*background-image: url(images/header-observatory.jpg);
	background-repeat: no-repeat;
	background-position: 0px 15px; */
}

div#header p{
	margin-left: 150px;
	margin: 0;
}

div#header h1{
	margin-left: 150px;
	margin: 0;
	padding: 15px;
	font: bold 175% sans-serif;
}

div#content p{
	line-height:1.4;
}

div#horizontal-nav{
	background: #FFFFFF;
	margin:0;
}

div#container{
	text-align:left;
	width: 768px;
	/* width:90%; */
	margin:0 auto;
	background: #FFFFFF;
	/* background:#DDDDDD; */
	/* border-bottom: solid #000000 1px; */
	background-image: url(images/orange-stripe.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

div#content{
	/* width: 100%; */
	margin-left: 155px;
	margin-right: 150px;
	/*border-left: solid #000000 1px;
	border-right: solid #000000 1px;*/
	min-height:400px;
	_height:auto !important;
	height:auto !important;
	height:400px;
}

div#navigation{
	background:#B9CAFF;
	float:left;
	width:150px;
}

div#right-navigation{
	float:right;
	width:145px;
	/* border-bottom: solid #000000 1px;
	border-left: solid #000000 1px; */
}

div#right-navigation p {
	font-size: 11px;
	font-family: sans-serif;
	text-align: center;
}

div#extra{
	background:#003399;
	color: #FFFFFF;
	margin-left: 200px;
}

div#footer{
	background: #FFFFFF;
	color: #000000;
	clear:both;
	width:100%;
	font: 85% sans-serif;
	background-image: url(images/orange-stripe.gif);
	background-repeat: repeat-y;
	background-position: top left;
	/* border-top: solid #000000 1px; */
}

div#footer p{
	text-align: center;
	margin:0;
	padding:5px 10px;
}

div#footer a{
	color: #000000;
}
p.data {
	font-size: 13px;
	font-family: sans-serif;
	padding: 5px;
	margin-left: 15px;
	margin-right: 15px;
}
p.title {
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	padding: 5px;
	padding-bottom: 0px;
}

p.pagetitle {
	font-size: 20px;
	font-weight: bold;
	font-family: sans-serif;
	padding: 5px;
	padding-bottom: 0px;
}

p.pagesubtitle {
	font-size: 11px;
	font-family: sans-serif;
	padding: 5px;
	padding-bottom: 0px;
	margin-left: 5px;
}

p.subtitle {
	font-size: 11px;
	font-style: italic;
	font-family: sans-serif;
	padding: 5px;
	padding-top: 0px;
	margin-left: 5px;
}

p.address {
	font-size: 11px;
	font-family: sans-serif;
}

#left-navigation { 
	width: 150px;
	float: left;
}

/*******************/
/* NAVIGATION LIST */
/*******************/
/*
#navcontainer { 
	width: 150px;
	float: left;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
margin-top: 0;
padding-top: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 97%;
background-color: #000000;
border-bottom: 1px solid #DDDDDD;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #AE251D;
color: #fff;
}

#navlist a#current {
	background-color: #AE251D;
	color: #fff;
}
*/

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top: 0;
padding-top: 0;
margin-bottom: 0;
padding-bottom: 0;
background-color: #B6CEDB;
color: #000;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
filter: alpha(opacity=75); 
-moz-opacity: 0.75;
}

#navcontainer ul li { 
display: inline;
}

#navcontainer ul li a
{
width: 110px;\
padding: 6px;
background-color: #B6CEDB;
color: #000;
text-decoration: none;
float: left;
/* border-right: 1px solid #fff; */
/* border-bottom: 1px solid #fff; */
}

#navcontainer ul li a:hover
{
background-color: #036;
color: #fff;
}