body{
	background:black;
	background-image:url('burn.gif');
	background-position:bottom right;
	background-attachment:fixed;
	background-repeat:no-repeat;
	color:white;
	font-weight:bold;
	margin-top:36px;
	margin-bottom:36px;
	padding-left:24px;
	padding-right:24px;
	margin-left:24px;
	height:100%;
}

body > div{
	margin-top:24px;
	background:#c69c6d;
	background-image:url('wood.jpg');
	background-repeat: repeat;
}

div{
	padding-top:0px;
	padding-bottom:5px;
}

.top{
	background:url('bar.jpg');
	background-repeat:repeat-x;
	left:0px;
	height:24px;
}

#header{
}

#banner{
	background-image:url('lmswanbanner.gif');
	background-repeat:no-repeat;
	background-position:center center;
	color:#43280D;
	font-size:1em;
	font-weight:bold;
	height:150px;
	text-align:center;	
}

#menu{
	text-align:center;
}

#menu a{
	color:white;
}

#content{
	min-height:400px;
}

#footer{
	font-size:0.75em;
	text-align:justify;
}

h1{
	color:#0089E6; 
	font-size:2.25em;
	font-weight:bold;
	text-align:center;
}

h2{
	color:#43280D;
	font-size:1.75em;
	font-weight:bold;
	text-align:center;
}

h3{
	color:#5E1360;
	font-size:1.5em;
	font-weight:bold;
	padding-bottom:0em;
	padding-left:2em;
	padding-right:2em;
	text-align:left;
}

h4{
	color:#332200;
	font-size:1.25em;
	font-weight:bold;
	padding-left:2em;
	padding-right:2em;
	margin-bottom:0;
	text-align:left;
}

p, ul, ol{
	color:black;
	padding-left: 3em;
	padding-right: 3em;
	margin-top:0.75em;
	margin-bottom:0.5em;
	font-size:1em;
}

.question{
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
	margin-top:1em;
}

q:before{
	font-size:1.5em;
}

q{
	font-style:italic;
}

q:after{
	font-size:1.5em;
}

li{
}

strong{
	color:#0089E6; 
	font-weight:bold;
}

a{
	text-decoration:underline;
}

a:link{
	color:#0089E6;
}

a:visited{
	color:#5E1360;
}

a:active{
	color:white;
}

a:hover{
	color:white;
}

a img{
	background:transparent;
	border:none;
	text-decoration:none;
}