/*Thanks to glish.com for the three column layout CSS*/
body, table, p, span, td, div
{
	font-family: Tahoma;
	font-size: 12px;
}

.ulstyle
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 15px;
}

.lbl
{
	width: 70px;
	border: 1px solid white;
	di80%ay: block;
	margin-right: 10px;
}

.eventlbl
{
	height: 1.2em; 
	padding: 6px; 
	display: block; 
	background-image: url('images/greybar_bg.gif'); 
	background-repeat: repeat-x; 
	border: 1px solid black; 
	font-weight: bolder; margin-bottom: 7px;
}

.ulstyle li
{
	margin-top: 3px;
}

body
{
	text-align: center;
	background-color:#FFFFCC;
}

#canvas
{
	width: 850px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid green;
	background-color: #FFFFFF;
	min-height: 48em;
}

.navmenu
{
	display: block;
	padding: 4px 45px;
	height: 20px;
	border: 1px solid gray;
	clear: both;
	background-color: #F5F5F5;
	border-bottom: 5px solid green;
	background-image: url('images/greybar_bg.gif');
	text-align: center;
white-space: nowrap;
}

.navmenu #menuContainer
{
	margin: 0 auto;
	width: 100%;
white-space: nowrap;
}

.navmenu span
{
	padding: 4px 7px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;	
	/*border: 1px solid purple;*/
	margin-left: 10px;
	white-space: nowrap;
}

#rightcontent
{
	
}

#footer
{
	clear:both;
	height: auto;
font-size: 9px;
	text-align: center;
	padding: 4px 6px;
}

	#leftcontent {
		position: relative;
		/*left:10px;
		top:140px;border:1px solid #000;*/
		float:left;
		width:156px;
		background:#fff;
		di80%ay: block;
		text-align: left;
		}

	#centercontent {
		background:#fff;
   		margin-left: 199px;
   		margin-right:199px;
		/*border:1px solid #000;*/
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 201px;
   		margin-right:201px;
		}
	html>body #centercontent {
   		margin-left: 201px;
   		margin-right:201px;
		}

	#rightcontent {
		position: relative;
		/*right:10px;
		top:140px;
		clear: left;border:1px solid #000;*/
		float: right;margin-left: -156px;
		width:156px;
		background:#fff;
		
		}
	
	#banner {
		height:100px;
		voice-family: inherit;
		height:99px;
		BACKGROUND-image: url('images/splamain2.jpg');
		background-repeat: no-repeat;
		background-position: center center;
		}
	html>body #banner {
			height:99px;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p {
		font-size:10px
		}

.menulist
{
	list-style-type: none; 
	margin-left: 0px; 
	padding-left: 15px;
}

.menulist li
{
	padding-top: 3px;
}

.menulist li a, .navmenu span a
{
	color: blue;
	text-decoration: none;
}

.menulist li a:visited
{
	color: green;
}

.menulist li a:hover
{
	color: silver;
}

.ok
{
	color: #006600;
	font-weight: bolder;
}

.error
{
	color: #FF0000;
	font-weight: bolder;
}