body{
	padding:1px;
	margin:1px;
	margin-top:15px;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:90%;
	background:#f9f5ae;
	color:black;
}

div#banner{ /* The image, The text bits are transparent gifs added after. */
	border:1px solid black;
	z-index:999;
	position:absolute;	
	top:25px;
	right:50%;
	margin-right:-28em;
	background:url('../layout/banner.jpg') no-repeat #000000;
	color:white;
	width:56em;
	height:104px;
}
div#banner img#titimg{ /* Title Text */
	position:relative;
	float:left;
	margin-top:0;
	margin-left:22px;
}
div#banner img#urlimg{ 
	float:right;
	width:325px;
	margin-top:73px;
	margin-right:5px;
	border:none;
}

div.wrapper{ /* This box forces the content into the center */
	width:56em;
	margin-left:auto;
	margin-right:auto;
}

div.leftcol{ /* The useless orange bit */
	height:2em;
	width:7em;
	background:#ed9901;
	color:black;
	margin-left:0.5em;
	float:left;
	border:1px solid black;
	padding:0;
	padding-top:25em;
}
div.leftcol p{ 
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
	line-height:1.1em;
	margin:0;
	padding:0;
	text-align:center;
	margin-bottom:10px;
}

div.leftcol p.sbs a{ /* sbs==Site By Siserone */
	color:#804000;
	background:none;
	text-decoration:none;
	
}

div.menucol{ 
	padding-top:130px;
	float:left;
	width:16em;
	font-size:80%;
	padding-left:3px;
}

div.menucol ul{
	list-style:none;
	padding:0;
	margin:0;
	margin-left:13px;
}

div.menucol ul li{
	clear:both;
	padding:0;
	margin:0;
	margin-top:2px;
	margin-bottom:2px;
	display:block;
	position:relative;
}

div.menucol ul li.current a{	
	background:url('../layout/menumain.gif') 100% no-repeat;
	color:#000000;

}

div.menucol ul li img, div.menucol ul li a img{
	float:left;
	height:20px;
	margin-left:-11px;
	vertical-align:top;
	border:none;
	position:relative;
	zoom:1;
}

div.menucol ul li a{ /* We put the menu-button background on the A tag so that it auto-sizes (see ALA: sliding doors effect) */
	text-decoration:none;
	color:#4b4b4b;
	display:block;
	clear:none;
	float:left;
	background:url('../layout/unselmain.gif') 100% no-repeat;
	height:20px;
	line-height:20px;
	padding-right:12px;
	margin-bottom:5px;
	position:relative;
}

div.menucol ul li a:hover,div.menucol ul li a:active{
	text-decoration:underline;
	color:#000000;
	font-weight:normal;
	zoom:1;
}


div.mainarea{
	margin-right:0.5em;
	padding-top:114px; /* This makes the text clear the banner bar */
	background:#f9f5ae;
	width:34.5em;
	float:left;
}


h1{
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:140%;
	text-align:center;
	font-weight:bold;
}

h2{
	padding:0;
	margin:20px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	text-align:left;
	font-weight:bold;
}

h1.first{
	padding-top:20px;
}

p{
	margin:20px;
}

ul{
	margin-top:8px;
}

p.footnote{
	font-size:80%;
	color:#644000;
	margin:20px;
}


div.mainarea div.images{
	float:right;
	width:109px;
	min-height:20em;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:40px;
}

div.mainarea div.images img{
	border:none;
	margin-top:20px;
	margin-bottom:20px;
	width:109px;
	border:1px solid black;
	border-right-width:2px;
	border-bottom-width:2px;
}

a:link,a:visited,a:hover, a:active{
	color:#804000;
}

a:hover{
	font-weight:bold;
}


a img{
	border:none;
}

html body img.imgelement{  /* The HTML and BODY bits are to increase the specificity of this rule */
	border:none
} 
