body
{
	font-size : 13px;
	font-family : Verdana, Arial, Sans-Serif;
	margin : 0;
}
#banner
{
	background-color : #069;
	color : #FFF;
	margin : 0;
	border-bottom : solid 3px #000;
	font-variant : small-caps;
	height : 175px;
	text-align : left;
	vertical-align : baseline;
}
#Banner1
{
	border-left : solid 3px #000;
	float : right;
}
#Banner2
{
	float : left;
}
#sidebar
{
	background-color: #FFF;
	color : #000;
	width : 210px;
	float : left;
	margin : 5px 0 0 0;
	padding : 0;
}
#mainbody
{
	margin : 5px 1em 0 225px;
	padding : 0;
}
#footer
{
	margin : 5px 1em 0 225px;
	padding : 0;
}
#layer2
{
	position : absolute;
	left : 180px; 
	top : 200px; 
	width : 242px; 
	height : 174px; 
	z-index : 2; 
	visibility : hidden;
	background-color : #600;
	color : #FFF;
	padding : 15px 15px 15px 15px;
	border-style : outset;
	border-width : thick;
}
#layer3
{
	position : absolute; 
	left : 180px; 
	top : 180px; 
	width : 280px; 
	height : 195px; 
	z-index : 3; 
	visibility : hidden;
	background-color : #600;
	color : #FFF;
	padding : 15px 15px 15px 15px;
	border-style : outset;
	border-width : thick;
}
#layer4
{
	position : absolute;
	left : 180px;
	top : 190px;
	width : 275px;
	height : 180px;
	z-index : 4;
	visibility: hidden;
	background-color : #600;
	color : #FFF;
	padding : 15px 15px 15px 15px;
	border-style : outset;
	border-width : thick;
}
#bottom-border
{
	border-bottom-style : solid;
	border-width : thin;
	width : 100%;
}
.content
{
	padding : 0 1em;
}
.highlight
{
	color : #069;
	font-variant : small-caps;
	font-weight : bold;
}
.layer-highlight
{
	color : #0FF;
	font-variant : small-caps;
	font-weight : bold;
}
.reverse-highlight
{
	background-color : #069;
	color : #FFF;
	font-variant : small-caps;
	width : 190px;
}
.emphasize
{
	font-style : italic;
}
.mouseover
{
	color : #900;
}
.clearfooter
{
	clear : both;
}
.quote
{
	font-style : italic;
	font-weight : bold;
	text-align : center;
}
a
{
	color : #900;
	text-decoration : none;
}
a:hover
{
	color : #060;
	text-decoration : none;
}
h1
{
	margin : 0;
}
h2
{
	margin : 0 0 5px;
}
h4
{
	font-variant : small-caps;
}