body{
	
	font-family:"Trebuchet MS","Lucida Sans", "Bitstream Vera Sans",sans-serif;
	font-size:15px;
	color:#000;
	background-color:#233568;
	background-image:url("../images/LasiLogo.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#title{
	position:fixed;
	margin:0;
	padding:0;
	top:0;
	left:0;
	height:143px;
	width:100%;
}

#menu{
	position:fixed;
	border:solid 1px #7289ce;
	left:12px;
	top:148px;
	width:122px;
	overflow:auto;
	background-color:#fff;
}

#content{
	position:absolute;
	border:solid 1px #7289ce;
	left:150px;
	top:148px;
	right:15px;
	margin-bottom:15px;
	background-image:url("../images/gladiatorComponentsHeader_Masked.png");
	background-position:14px 59px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#fff;
}

#content p{
	margin:12px;
}

#content h1+p:first-letter{
	
	font-size:37px;
	color:#7289ce;
	font-weight:normal;
	
}

#content h1{
	color:#7289ce;
	background-color:#fff;
	border-bottom:2px solid #7289ce;
	font-size:27px;
	font-weight:bold;
	margin:12px;
	padding:2px;
	clear:both;
}

#content .h15{
	color:#7289ce;
	background-color:#fff;
	border-bottom:2px solid #7289ce;
	border-left:2px solid #7289ce;
	font-size:23px;
	font-weight:bold;
	margin:12px;
	margin-left:25px;
	margin-top:35px;
	padding:2px;
	padding-left:7px;
	clear:both;
}

#content .code{
	color:#7289ce;
	font-family:"Bitstream Vera Sans Mono",monospace;
	font-size:16px;
}

#content code{
	color:#7289ce;
	font-family:"Bitstream Vera Sans Mono",monospace;
	font-size:16px;
}

#content .NoteBene{
	font-weight:bold;
	color:red;
}

#content h2{
	
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	margin: 12px;
	margin-left:35px;
	border-bottom: 2px solid #7289ce;
	color: #7289ce;
	clear: both;
	
}

#content a{
	
	text-decoration:none;
	color: #7289ce;
	font-weight:bold;
	
}

#content a:hover{
	
	text-decoration:none;
	color:#fff;
	background-color: #7289ce;
	
}


#content li{
	margin:12px;
	list-style-image:url("../images/shieldBullet-20.png");
}

#content img{
	display:block;
	border:none;
	margin:12px;
	padding:0;
	float:left;
}

#menu h1{
	color:#4f421f;
	border-bottom:1px solid #4f421f;
	border-top:1px solid #4f421f;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:2px;
	clear:both;
	background-color:#f6f3eb;
	
}

#menu h1:first-letter{
	font-family:"Times New Roman",Roman,serif;
	font-size:22px;
	font-weight:bold;
	color:#797941;
}

#menu a{
	font-size:15px;
	display:block;
	text-decoration:none;
	color:#7289ce;
	font-weight:bold;
	margin:0;
	padding:3px;
}

#menu a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#7289ce;
	font-weight:bold;
}


