/* 

*/

.MenuBC
{
	/* menu table color */
    background-color: navy; /*cc6600;*/
    
}
.ListPosition
{
  padding-left: 20px;
   padding-right: 20px;
}

.ListTitle
{
	font-family: Comic Sans MS,Arial;
	font-size: 18px;
	color: white;
	font-weight: bold;
	/*padding-left: 40px;*/
	border-left : solid 1px black;
	border-right : solid 1px black;
	border-top : solid 1px black;
	/*border-bottom : solid 1px black;*/
	background-color: #cc3300; /*#9999cc;*/
	HEIGHT: 17px;
}

.ListTable
{
	border-left : solid 1px Blue;
	border-right : solid 1px Blue;
	border-top : solid 1px Blue;
	border-bottom : solid 1px Blue;
	background-color: #ffffff;
	
}
.BottTable
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #ccffcc;
	border-left : solid 1px lime;
	border-right : solid 1px lime;
	border-top : solid 1px lime;
	border-bottom : 1px solid Teal;
	HEIGHT: 13px;

}
.ListHead
{
	border-bottom: dimgray;
	color: blue;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 20pt;
	/*padding-left: 20px;*/
	text-decoration : underline;
	
}
.ListBott
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: maroon;
	
}

.ListItem
{
	/*background-color: #ffffff;*/
	border-bottom: dimgray;
	color: blue;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-left: 4px;
	/*white-space : nowrap;
	*/
	vertical-align : middle;
	text-decoration : none;
}

.ListItemAlt
{
	border-bottom: dimgray;
	color: blue;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-left: 40px;
	vertical-align : middle;
	text-decoration: none;
}
.ListContent
{
    color: blue;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	text-indent: 20px;
	line-height: 12pt;
}
/* text menu style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    color: #dddddd;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold;
	HEIGHT: 17px;
}

A.SiteLink:hover    
{
    text-decoration: none;
    color: white;
}

A:link  {
    text-decoration: none;
    color:  blue;
}

A, A:hover {
    text-decoration: underline;
    color:  red;
}