html {
	margin: 10px;
	padding: 10px;
	}
body { 
	background: #000 url(rows.jpg) 0px 65px;
	margin: 2px;
	padding: 2px;
	}

p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: 10pt/14pt 'Gill Sans MT', Arial, Sans-Serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}

h1
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font: 10pt/14pt 'Gill Sans MT', Arial, Sans-Serif;
	text-align: left;
	margin: 10px;
}

a:link
{
	font-weight: bold;
	color: #b20000;
	text-decoration: none;
}
a:visited
{
	font-weight: bold;
	color: #932f2f;
	text-decoration: none;
}
a:hover, a:active
{
	color: #b20000;
	text-decoration: underline;
}
acronym {
	border-bottom: none;
	}


/* specific divs */
div#main
{
	border-right: red thin ridge;
	border-top: red thin ridge;
	border-left: red thin ridge;
	border-bottom: red thin ridge;
	position: absolute;
	background-color: white;
	width: 80%;
	right: 10%;
	left: 10%;
	top: 100px;
	height: auto;
	margin: 10px;
}

div#mainText
{
	font-size: 11pt;
	line-height: 15pt;
	font-family: 'Gill Sans MT' , Arial, Sans-Serif;
	text-align: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

div#topTitle
{
	background: url(JSBSimLogo.png) #b20000 no-repeat right top;
	border-right: #000 0px;
	border-top: #000 0px;
	border-left: #000 0px;
	border-bottom: #000 0px;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 61px;
	position: absolute;
	background-color: #b20000;
}

#redBlockText em 
{
	color:White;
	font-style:normal;
}
div#redBlockText
{
	font-family: 'Gill Sans MT' , Arial, Sans-Serif;
	color: black;
	line-height: 12pt;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#linkList {
	margin-left: 600px; 
	position: absolute; 
	top: 0; 
	right: 0;
	}
#linkList2 { 
	font: 10px verdana, sans-serif; 
	background: transparent url(paper-bg.jpg) top left repeat-y; 
	padding: 10px; 
	margin-top: 150px; 
	width: 130px; 
	}
#linkList h3.select { 
	background: transparent url(h3.gif) no-repeat top left; 
	margin: 10px 0 5px 0; 
	width: 97px; 
	height: 16px; 
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background: transparent url(h4.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width: 60px; 
	height: 18px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	background: transparent url(h5.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width:57px; 
	height: 14px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	background: transparent url(h6.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width:63px; 
	height: 10px; 
	}
#linkList h3.resources span {
	display:none
	}


#linkList ul {
	margin: 0;
	padding: 0;
	}
#linkList li {
	line-height: 2.5ex; 
	background: transparent url(cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	list-style-type: none;
	}
#linkList li a:link {
	color: #988F5E;
	}
#linkList li a:visited {
	color: #B3AE94;
	}

.accesskey {
	text-decoration: underline;
	}

.solidblockmenu
{
	border-right: #625e00 0px solid;
	border-left: #625e00 0px solid;
	border-top: #625e00 1px solid;
	border-bottom: #625e00 1px solid;
	padding: 0px;
	margin: 0px;
	background: url(blockdefault.gif) black repeat-x center center;
	top: 61px;
	left: 0px;
	font: bold 8pt Arial;
	width: 100%;
	position: absolute;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 4px 6px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(blockactive.gif) center center repeat-x;
}
