body {
	margin: 10px;
	font-family: Lucida Grand, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13px;
	background-repeat: repeat-x;
}

td, th {
	font-family: Lucida Grand, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13px;
	color: #555555;
	background-color:#FFFFFF;
}

.infopad {
	padding: 15px;
}

a {
	color: #A41C2E;
}

a:hover{
	color: #555555;
}

h1 {
	font-size: 20px;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #000000;
}

h3 {
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	background-color: #A41C2E;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.footer {
	font-size: 9px;
	color: #7F7F7F;
	background-color: #FFFFFF;
	text-align: center;
}



#menu {
 width: 100%;  
}

#menu ul {
 list-style: none;
	padding-top: 1px;	/* padding of text within button */
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
 margin: 0 ;   /* indent from outside div */
}

#menu li {
 float: left;     /* left for horizonal menu, otherwise its vertical. */
}

#menu a, #menu a:visited {
	text-align: center;  /* position text within li button */
	font-weight: bold;
	text-decoration: none; /* remove typical underline */
	font-size: 10pt;    /* menu text size */
	display: block;    /* treats layout of buttons like they're table cells rather than list items */
	/*width: 100px;   /* button outside dimensions */
	color: #A41C2E;  /* link text colour */
	background-color: #fff;
	padding-top: 1px;	/* padding of text within button */
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	margin: 1;   /* padding of button within list item */
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

#menu a:hover {  /* override as neccesary for mouse over effects */
 color: #A41C2E; 
 background-color: #fff;
}


#menu ul ul {  /* this one is the dropdown */
	position: absolute; /* so we can hide it */
	left: -999em;  /* by default it is hidden */
	width: 110px;  /* relative position of the menu to the button... 0=tight on bottom.. */
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#menu ul ul ul {
	position: absolute;
	top: auto;  /* auto means that it will be in the typicall indented list position below the first menu */
	left: 15px;   /* 0 */
	margin: -20 110;       /* adjust the margins to position the 2nd level popout menu to the right*/
	width: 110px;   /* width is based on the containing block */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#menu ul ul a, #menu ul ul a:visited  {  /* override colours for drop down buttons */
 background-color:#A41C2E;
 color: #FFF;
 width: 110px;
 text-align:left;
 font-size: 10pt;
 border-top: 1px  solid #FFFFFF;
 border-left: 4px  solid #A41C2E;
 border-right: 2px  solid #A41C2E;
 border-bottom: 2px  solid #A41C2E;
 padding:2;
 margin: 0; 
 font-weight: normal;
}

#menu li ul a:hover {  /* override colours for drop down buttons */
 color: #ffffff;
 background-color: #A41C2E;
}


#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul 
{
 left: -999em;
}

#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul {
 left: auto;
}
