body, P, TD {
	font-family: Comic Sans MS, Arial, Helvetica;
	color: #000080;
	font-size: 12pt;
}

img {
  border: 0;
}

a:link     { color: #0066FF; text-decoration: none }
a:visited  { color: #0066FF; text-decoration: none }
a:active   { color: #FF0000; text-decoration: none }
a:hover    { color: #000080; text-decoration: underline }

#main {
  padding-left: 10px;
  padding-right: 10px;
  text-align:left;
}

#home {
  background-color: rgb(255,255,255);
  text-align:left;
  padding-left: 10px;
  padding-right: 10px;
}

#navigation {
  height: 36px;
}

/* div.Section1 {
  page:Section1;
} */

h1 {text-align: center;}
h2 {text-align: center;}

/*-------------------------------------*/
/*   Horizontal Drop-Down Menu Style   */
/*-------------------------------------*/

.horbar	{   /* Color of main horizontal menubar and border */
	background-color: rgb(255,255,255);
	border-bottom: 2px solid rgb(250,0,0);
}

.horizitem	{          /* Behaviour of main horizontal menu items, leave as is for proper operation */
	float: left;
	vertical-align: top;
	height: 34px;
	white-space: nowrap;
	border-left: 1px solid rgb(0,0,105);
	padding-left: 10px;
	padding-right: 10px;
}

.horizitem a {              /* Font style, size of submenu items */
	font-family: Comic Sans MS, Arial, Helvetica;
	font-size: 11px;	
	font-weight: bold;
	text-decoration: none;
	position: relative;	
	display: block;	
	text-align: center;
}

.horizitem a:link, .horizitem a:visited 	{      /* Font style & color of main menu items */
	color: rgb(0,0,105);
	font-family: Comic Sans MS, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.horizitem a:hover	{       /* Font style & color, background menu color of main menu item when hovered over */
	color: rgb(250,0,0);
	background-color: rgb(255,255,255);
	font-family: Comic Sans MS, Arial, Helvetica;
	font-size: 11px;	
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */
	color: rgb(250,0,0);
	background-color: rgb(255,255,255);	
	font-family: Comic Sans MS, Arial, Helvetica;
	font-size: 11px;	
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.horizsubmenu	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.horizsubframe	{      /* Color of submenu item and border */
	background-color: rgb(255,255,255);
	border: 1px solid rgb(0,0,105);
	position: relative;
	display: block;	
}

.horizsubitem	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	text-align: center;
	white-space: nowrap;
	border: 1px solid rgb(0,0,105);
	padding: 5px 5px 5px 10px;
}

.horizsubitem a {            /* Font style, size of submenu items */
	font-family: Comic Sans MS, Arial, Helvetica;
	font-size: 11px;	
	font-weight: bold;
	text-decoration: none;
	position: relative;
	display: block;	
	text-align: center;
}

.horizsubitem a:link, .horizsubitem a:visited	{       /* Font color, style of submenu items */
	color: rgb(0,0,105);
	font-family: Comic Sans MS, Arial, Helvetica;
	font-size: 11px;	
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */
	color: rgb(250,0,0);
	background-color: rgb(255,255,255);
	font-family: Comic Sans MS, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */
	color: rgb(250,0,0);
	background-color: rgb(255,255,255);
	font-family: Comic Sans MS, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{      /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.horizsubseparator	{   /* Style for line-separator in horizontal submenus - Use '---' for Link title to display */
	background-color: #ff0000;
	border-top: 1px solid rgb(0,0,105);
	margin: 2px 0px 2px 0px;	/* top right bottom left */
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
