/* CSS for top navigation */
body	{
	background-color:#FFF8DC;
	font-family: sans-serif;
	}
div#topnav {
	text-align: left;
	margin-left: 14em;
	margin-right: 1em;
	color:#003;
	font-style:italic;
	}	

span.arrow {
	color:#06c;
	}
/* CSS for main navigation box */
div#nav	{
	float:left;
	width: 14em;
	}
#nav a {
	text-decoration:none;
	}
#nav a:hover {
	text-decoration:underline;
	}
ul.nav 	{ 
	padding-left:0em;
	padding-right:1em;
	list-style:none;
	line-height:1.5em;
	}
ul.nav2 {
	list-style:disc;
	}

/* div body CSS definitions */
div#body{
	margin-left: 14em;
	margin-right: 1em;
	border: 1px solid;
	border-color:#000;
	padding-left: 1em;
	padding-right: 1em;
	background-color:#fff;
	text-align:justify;
	width:50em;
	}
#body a {
	text-decoration:none;
	}
#body a:hover {
	text-decoration:underline;
	}
#body h1{
	background-color:#B0C4DE;
	text-align:center;
	}
#body h2{
	background-color:#B0C4DE;
	}
#body h3{
	background-color:#B0C4DE;
	}
#body table{
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	border: 1px solid;
	border-color:#000;
	border-collapse:collapse;
	}
#body table th{
	border: 1px solid;
	background-color:#FFF8DC;
	padding:0.5em;
	}

#body table td{
	border: 1px solid;
	padding:0.5em;
	}
#body img{
	border: none;
	}
/* RAID on Home Desktop Systems */
img.raid {
	width: 49.88em;
	height: 36.75em;
	}
/* 320x240px 3ds max image renders: half 640x480 */
img.s320x240 {
	width: 20em;
	height: 15em;
	}
/* Elite pages image scales */
/* index page */
img.beebelite {
	width: 16em;
	height: 15.56em;
	}
img.frontier {
	width: 20em;
	height: 12.50em;
	}
/* Starsys page */
img.hrdiag {
	width: 18em;
	height: 12.81em;
	}
img.starsys {
	width: 20em;
	height: 9.13em;
	}
/* Pro/ENGINEER pages image scales */
/* Install page */
img.proeinstall495592 {
	width: 30.94em;
	height: 37em;
	}
img.proeinstall467146 {
	width: 29.19em;
	height: 9.13em;
	}
img.proeinstall384423 {
	width: 24em;
	height: 26.44em;
	}
/* Syndicate pages */
/* Vehicles image scales */
img.synd100x77 {
	width: 6.25em;
	height: 4.81em;
	}
img.syndmono {
	width: 14.31em;
	height: 10em;
	}
/* Mods image scales */
img.synd340x266 {
	width: 21.25em;
	height: 16.63em;
	}
/* Weapons image scales */
img.syndweapon {
	width: 7.75em;
	height: 5.25em;
	}