body 
{
	background-image:url('gradient.jpg');
	font-family:Verdana,Arial,"Time New Roman";
}

#allcontent {
	width: 100%;
	margin: 10px auto;
	background-color: #ddd;
	color: #333;
	border: 1px solid gray;
	line-height: 130%;
}

#top {
	padding: .5em;
	background-color: #ddd;
	border-bottom: 1px solid none;
}

#heading {
	border:solid 1px none;
	clear:both;
}

#septalogo {
	float:left;
	border:solid 1px none;
	text-transform:uppercase;
	letter-spacing:4px;
	font-weight: bold;
	color:black;
	padding-right:10px;
}

#septalogo .logo {
	color:red;
}

A.inactive, A.inactive:visited, A.inactive:active, A.inactive:link, A.inactive:hover {
	text-decoration:none;
	color:inherit;
}

/*
#septalogo A, A:visited, A:active, A:link, A:hover {
	text-decoration:none;
	color:inherit;
}
*/

#septabanner {
	border:solid 1px none;
}

#septabanner H1,H2,H3,H4{
	color:black;
	white-space:nowrap;
}

#lmenu {
	border:solid 1px none;
	width:21%;
	float:left;
	background-color: #ddd;
	margin-right:.1em;
}

#lmenu UL {
	list-style-type: none;
	padding:0;
	margin:0;
}

#lmenu LI {
	display:block;
	border-bottom:1px solid black;
	padding:5px;
}

#lmenu IMG {
	width:50px;
	height:30px;
	float:left;
	padding:2px;
}

#footer {
	border:solid 1px none;
	clear:both;
}

#maincontent {
	border:solid 1px gray;
	width:78%;
	float:left;
	background-color:#fff;
	min-height:20em;
}

#maincontent P {
	padding:.5em;
}

#maincontent P.question {
	margin-left:1em;
	font-weight:bold;
	padding-bottom:0em;
	margin-bottom:0em;
	margin-right:1em;
}

#maincontent P.answer {
	font-weight:normal;
	padding-top:0em;
	margin-top:.5em;
	margin-left:3em;
	margin-right:3em;
}

#maincontent UL.answer {
	list-style-type: square;
	padding-top:0em;
	margin-top:.5em;
	margin-left:2em;
	margin-right:3em;
}

#maincontent UL.answer LI {
	padding-left:0px;
	margin-left:0px;
}

#maincontent DL {
	padding-left:2em;
}

#maincontent DT {
	font-weight:bold;
}

#maincontent DD {
	padding-bottom:1em;
}

#maincontent H1, H2, H3, H4, H5, H6 {
line-height:80%;
}

#footer a {
	font-size:60%;
}

.urgent {
font-weight:bold;
color:red;
}

			