.top
{
	width:auto;
	margin-left:5em;
	margin-right:5em;
	min-width:40em;
	max-width:80em;
}


div#logo
{
	margin-left:5em;
}

.main
{
	width:auto;
	margin-left:5em;
	margin-right:5em;
	min-width:40em;
	max-width:80em;
	margin-bottom:1em;
}

p
{
	font-size:1.2em;
	margin:1em 1em 0 1em;			/* T R B L */
}

h2
{
	margin-top:0;
	color:#fff;
	border-bottom:solid 1px #9bf1af;
	padding-bottom:0;
	font-size:1.8em;
}
h3
{
	margin:0;
	margin-top:-1em;
	padding-top:0;
	margin-bottom:1em;
}
h3 a
{
	display:block;
}
h3 a:hover
{
	background-color:#24353e;
}



kbd
{
	color:#9bf1af;
	font-weight:bold;
}

dfn
{
	color:#9bf1af;
	color:#667cb2;
}
dfn::after
{
	content: ":";
	color:#8daeff;
}


.tutorial
{
	margin-top:2em;
	width:100%;
}

.tutorialImage
{
	float:right;
	margin-right:1em;
	margin-bottom:3em;
	margin-top:0;
} 
 
.tutorialImage img
{
	border:solid 2px #667cb2;
}                                 

.im
{
	clear: both;
	float: left;
	
	width:250px;
	text-align: right;
	border: 0;
	margin: 0 0 0 10px;
}
.im img.b
{
	border:solid 3px #9bf1af;
}


.section
{
	min-height:300px;
	margin: 0 0 0 330px;

	margin-bottom:2em;
	border-top:solid 3px #9bf1af;
	clear:right;

/* ie hack */
	width:auto !important;
	width:100%;
}

.number
{
	position:relative;
	font-family:verdana;
	font-size:3em;
	font-weight:600;
	line-height:0.8em;
	float:left;
	padding-right:0.2em;
	padding-bottom:1em;
	margin-right:0.2em;

	margin-top:-2px;

	color:#9bf1af;
	border-right:solid 4px #9bf1af;

/* ie hack */
	margin-left:-0.91em !important;
	margin-left:-2em;
	background-color:#121a2c;
	padding-left:0 !important;
	padding-left:1em;
	border-top:0 !important;
	border-top:solid 3px #121a2c;
	top:auto !important;
	top:-2px;
}
.twoDigit
{
	left:-0.7em;
}


.title
{
	color:#9bf1af;
	color:White;
	background-color:#252e42;
	border-bottom:1px dotted #b8bbc0;
}

.helpSection
{
	float:right;
	margin:0.5em;
	margin-top:-0.9em;
}

.tip
{
	float:right;
	margin:0.5em;
	padding:0.5em;
	border:solid 1px #252e42;
	background-color:#182033;
	width:12em;
}
.tip::before
{
	color:#a6c0ff;
	content: "Tip:";
	text-transform:uppercase;
}

.indent
{
	padding:0.2em;
	margin-left:2em;
}

.downloads
{
	margin-top:1em;
	clear:both;
	background-color:#252e42;
	border-bottom:1px dotted #b8bbc0;
	border-top:1px dotted #b8bbc0;
}

.glowbg
{
/*	background:#252e42 url(../ufo_glow/images/glow_final_500x130.gif) no-repeat right;
*/
}


.w10em
{
	width:10em;
}
