body  {
	background-color:#97cfff;
	background-image:url(../Images/BG-Site.jpg);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
}

.tbl a {
	width:65px;
	height:70px;
	background-color: #d9e4f5;
	display:block;
	text-decoration: none;
	color:#000;
}
.tbl a:hover {
	text-decoration: none;
	background-color: #d4f38a;
	color: #FF0000;
}

#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin:auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;

}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;

}
.mainText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#202020;
	text-align:justify;
}


.leftmenu A
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 12px;

	color: #333333;
	display:block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-bottom:3px;
	padding-top:6px;
	padding-left:2px;
}

.leftmenu A:hover
{
	
background-color:#59b3ff;
	text-decoration:none;
	
}

.main-cont
{
margin-right:3px; background-image:url(../Images/Main-sub-cont.gif); width:216px; height:214px;

}

.footer-link A
{

color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

.smallfont 
{
font-family:Arial, Helvetica, sans-serif; 
font-size:10px; 
color:#333333;

}
input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
}
.highlight
{
font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#666666; font-size:12px; vertical-align:middle;
background-image:url(../images/Panel-Headert.jpg); background-repeat:no-repeat; height:35px;
}

.tableBTMbrd
{
border-bottom:dotted 1px #999999;

}
.tableSeperator
{
border-bottom:solid 2px #999999;
}

.showcase
{
width:95%; padding:3px; border-bottom:dotted 1px #CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}
.showcase a
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
}

.showcaseitem
{
PADDING-LEFT: 2px; OVERFLOW: auto; WIDTH: 213px; HEIGHT: 135px;overflow-X:hidden;
}

.eventstyle{
border-right:#666666 dotted 1px;
background-color:#E4E4E4;
font-weight:bold;}

.eventstyle2{
border-bottom:#666666 dotted 1px;
}

.eventstyle3{
border-bottom:#666666 dotted 1px;
background-color:#EDFEC7;
}
