BODY {
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-FAMILY: arial;
	background-color: #999999;
}
TD {
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-FAMILY: arial;
}
TH {
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-FAMILY: arial; 
}
.leftCol {
	padding: 5px;
	width: 20%;
	background-color: #FFFFCC;
	vertical-align: text-top;
}
.rightCol {
	line-height: 35px;
	background-image:  url(../images/clock.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	width: 20%;
	vertical-align: text-top;
	text-align: center;
	background-color: #FFFFCC;
	background-position: center bottom;

}
.contentArea {
	background-color: #FFFFFF;
	padding: 3px;
	width: 60%;
	vertical-align: text-top;

}
#navigation {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
}
#navigation ul{
	list-style:none;
	margin:0;
	padding:0;
}
#navigation li a{
	display: block;
	padding: 2px 3px 1px 0.5em;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
#navigation li a:hover{
	color:#336600;
}
.footer {
	font-size: 9px;
	height: 30px;
	border-top-width: 1px;
	border-top-color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: text-bottom;
}
.pageTitle {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #006600;
}
.elementBox {
	background-color: #FFFFCC;
	padding: 3px;
	border: 1px solid #000000;
	color: #000000;
}

