body {
	margin:0px 0px 0px 0px;
    color:#333333;
	font:80% Verdana,sans-serif;
    text-align:center;
    background:#EEEEEE;
    background-image: url(../ui_images/bg_greystripe.png);
    background-repeat: repeat-y
}

a:link { color:#000055; }
a:hover { color:#990000 }

h1 { font: bold 1.6em verdana,helvetica,sans-serif; margin:0px 0; }
h2 { font: bold 1.4em verdana,helvetica,sans-serif; margin:0px 0; }
h3 { font: bold 1.2em verdana,helvetica,sans-serif; margin:0px 0;}
h4 { font: bold 1em verdana,helvetica,sans-serif; margin:0px 0;}
h5 { font: bold 0.8em verdana,helvetica,sans-serif; margin:0px 0;}

p {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:1em;
}
ul {
	margin:20px 50px;
}
pre {
	margin:10px 0;
	padding:10px;
	font-size:1em;
	font-family:courier,serif;
    background:#EEE;
    border:1px dashed #ccc;	
}
#page {
    text-align:left; /* reset text alignment */
    width:800px; /* or a percentage, or whatever */
    min-height:2000px;
    margin:0px auto; /* for the rest */
    padding:20px 50px;
    background:#FFFFFF;
    border:1px solid #ccc;
}
#header {
	width:auto;
	height:50px;
	color:#F00;
	background-image: url('../ui_images/headerImage.png');
    background-repeat: no-repeat;
}
#header h1 {
	font-size:1.8em;
	font-family:times,serif;
}
#toc {
	margin:0 0 20px 0;	
}
#toc ul {
	margin: 0 0 0 50px;
}
#obsdBanner {
    margin:10px 30px 0 0;
    float:right;
}
#lhhead {
	padding:0px 0 0px 0px;
	float:left;
}
#rhhead {
	padding:0 0px 0 0;
	float:right;
}
#loading {
    float:left;
    margin:39px 0px 0 280px;
    width:50px;
    text-indent:0.2em;
    font-size:0.8em;
    font-weight:bold;
    border:1px solid #F00;
    background:#FA3;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.spacer10 {
    height:10px;
    width:10px;
}
.spacer20 {
    height:20px;
    width:20px;
}
.spacer50 {
    height:50px;
    width:50px;
}
#port1 {
    
}
.article {
	margin:20px 50px;
}
.article ul {
	margin:20px 25px;
	list-style-type:disc;
}
#movie1 {
	float:right;
	margin:0 0px 10px 0;
}
