/* PAGE STYLES */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color:#E9E7E2;}
p,td,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;}
input,select {
 	background-color: #EBEBEB;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;}
img {
	border:0px;}
table {
	border-collapse:collapse;}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #333333;
	padding-left:15px;}
.headerpad {
	padding-left:25px;
	padding-top:25px;}
.contentpane {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color:#1B0C80;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
.contentblock1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#000000;
	padding-left:25px;
	padding-right:25px;
	padding-top:20px;
	padding-bottom:20px;
}   
  
  .contentblock1 td {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	font-weight:normal;
  	color:#000000;  
  }
  
.contentblock2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	color:#1B0C80;
	padding-left:20px;
	padding-right:45px;
	padding-top:20px;
}
.searchpad {
	padding-bottom:18px;
	padding-right:10px;
	color:#1B0C80;
 }
.footerlink {
	padding-left:8px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; }
.copyrighttext {
	padding-right:8px;
	color:#8D86C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 10px;
	height:12px; }

/* LINKS */

a.footerlinks, a.footerlinks:visited, a.footerlinks:link {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;}
a.footerlinks:hover, a.footerlinks:active {
	color:#CCCCCC; }
	
a.admin, a.admin:visited, a.admin:link {
	color:#8D86C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;}
a.admin:hover, a.admin:active {
	color:#CCCCCC; }
	
a.searchlink, a.searchlink:visited, a.searchlink:link {
	color:#1B0C80;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;}
a.searchlink:hover, a.searchlink:active {
	color:#CCCCCC; }

a, a:visited, a:link {
	color:#1B0C80v;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;}
a:hover, a:active {
	color:#555555; }
	
	/*
** FpcFlexMenu
*/

.MenuBar
{
	background-color: #FFCC00;
	cursor: pointer; 
	cursor: hand;
	height: 40px;
	width:auto;
}

.TopMenuItem
{
	cursor: pointer; 
	cursor: hand;  
	color: #1B0C80;
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	font-weight: bold; 
	background-color: #FFCC00;
	border-left:#8F6E45 solid 1px;
	height:30px;
	width:auto;
}

.TopMenuItem td /* Pad the cell containing the item */
{
	padding-left:4px;
	padding-right:4px;
	padding-bottom:2px;
	padding-top:4px;
	width:auto;
}

/* IE Specific Style
* html .TopMenuItem
{
	cursor: pointer; 
	cursor: hand;  
	color: #1B0C80;
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	font-weight: bold; 
	background-color: #FFCC00;
	border-left:#8F6E45 solid 1px;
	height:30px;
	padding-left:5px;
	padding-right:5px;
	margin-left:0px;
	margin-right:0px;
}
*/

    /* Everybody included for safety ... */
    .TopMenuItem a, .TopMenuItem a:link, .TopMenuItem a:visited, .TopMenuItem a:active, .TopMenuItem a:hover
    {
      /* Empty */
    }

.TopMenuItemOn
{
}

    /* Everybody included for safety ... */
    .TopMenuItemOn a, .TopMenuItemOn a:link, .TopMenuItemOn a:visited, .TopMenuItemOn a:active, .TopMenuItemOn a:hover
    {
      /* Empty */
    }

.ChildMenuBar
{
	z-index: 1000; 
	/* filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); */ 
	background-color: #FFCC00;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width:auto;
}

.ChildMenuBar td /* Pad the cell containing the item */
{
	width:auto;
}

.ChildMenuItem
{
	color: #1B0C80;
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	font-weight: bold; 
	background-color: #FFCC00; 
	border-bottom: #8F6E45 solid 1px;
	vertical-align:middle;
}

.ChildMenuItem td /* Pad the cell containing the item */
{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	height:30px;
}

    /* Everybody included for safety ... */
    .ChildMenuItem a, .ChildMenuItem a:link, .ChildMenuItem a:visited, .ChildMenuItem a:active, .ChildMenuItem a:hover
    {
      /* Empty */
    }

.ChildMenuItemOn
{
	color: #8D6C40; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold;
	background-color: #FFDB48;
	vertical-align:middle;
}

.ChildMenuItemOn td /* Pad the cell containing the item */
{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	height:30px;
}

    /* Everybody included for safety ... */
    .ChildMenuItemOn a, .ChildMenuItemOn a:link, .ChildMenuItemOn a:visited, .ChildMenuItemOn a:active, .ChildMenuItemOn a:hover
    {
      /* Empty */
    }

