body {
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; background-color:#FFFFFF;}

.columnRT {
	background-image: url(images/right_column_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;}

#content{padding:5px; text-align:center;}

.columnLFT {
/*background-color:#2c9e8c;*/
	background-image: url(images/left_column_bg.jpg);
	background-repeat: repeat-y;	
	width: 129px;}

.bgColor {	background-color: #000000;}

td {	font-family: Arial, Helvetica, sans-serif;}
th {	font-family: Arial, Helvetica, sans-serif;}

.small {font-size: 9px; color: #666666;}

/* css for the verticle menu */
#menu {
width: 128px;  /*set width of menu */
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;}

/* style, color and size links and headings to suit */
#menu a, li, ul{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:12px;
display: block;
margin: 0;
padding: 0px;}

#menu a {
color: #000;
text-decoration: none;}

#menu a:hover {
color: #a00;
background: #fff;}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
border-top: solid .05em #333;
border-bottom: solid .05em #333;
margin-bottom: 5px;
margin-top:3px;
background: #5e9b93;
padding-top:1px;
padding-bottom:2px;} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}
div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

<![endif]-->
/* end styles for the verticle menu */

/* used in the footer of every page for copyright information */
.footer {font-size:x-small; color:#333333;}
#footer {font-size:x-small; color:#333333;}
a.footer:link {font-size:x-small; color:#999999;}
a.footer:hover {font-size:x-small; color: #FF0000;}
a.footer:visited {font-size:x-small; color:#999999;}
a.footer:active {font-size:x-small; color:#999999;}