#menu_vert{
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  width: 153px;
}

#menu_vert ul {
margin-left: 0px;
}

#menu_vert li {
  list-style-image: url(uploads/images/bullet_off.gif);
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}

#menu_vert li a, #menu_vert li a:link, #menu_vert li a:visited {
  display: block;
  text-decoration: none;
  color: white;

}

#menu_vert li a:hover {
  display: block;
  text-decoration: none;
  color: black;
    list-style-image: url(uploads/images/bullet.gif);
}

div#menu_vert ul ul li {
    display: block;
    border-bottom: none;
    font-size: 12px;
    line-height: 12px;
    list-style-image: none;
    list-style: none;
    list-style-position: outside;
}

div#menu_vert ul ul  {
  border-right: none;
  border-top: none;
  margin-left: -15px;
  margin-bottom: -4px;
}

div#menu_vert ul ul ul li a, 
div#menu_vert ul ul ul li a:link, 
div#menu_vert ul ul ul li a:visited  {
}

div#menu_vert ul ul ul  {
  border-bottom: none;
}
#menu_vert li ul li a { padding: 5px 5px; } /* Sub Menu Styles */

.current

#menu_vert li.activeparent {
   background-color: #abb0b6;
   list-style-image: none;
}

#menu_vert li.active01 h3 {
  display: block;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #006699;
  color: #18507C;
  margin: 0;
  font-size: 1em;
  line-height: 1em;
  background-color: #abb0b6;
  }

#menu_vert li.active02 h3
{
  display: block;
  padding: 3px 5px 3px 25px;
  border-bottom: none;
  font-size: 90%;
  font-weight: bold;
  color: #18507C;
  margin: 0;
}

#menu_vert li.active03 h3
{
  display: block;
  padding: 3px 5px 3px 40px;
  border-bottom: none;
  font-size: 90%;
  font-weight: bold;
  color: #18507C;
  margin: 0;
}

li.sectionheader {
  margin: 0;
  margin-right: -1px;
}
li.sectionheader h3 {
   margin: 0;
   padding: 1em 10px 0.5em 10px;
   border: none;
   background-color: #fff;
   border-bottom: 1px solid #006699;
   z-index: 90;
}

li.separator {
   height: 1px;
   padding: 0.5em 0;
   margin: 0;
   width: 100%;
   border-bottom: 1px dotted black;
}


/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
/* end accessibility */

/*  Superseded by Pearson Treehouse..
 *  body {
 *  	background-color: #D4DFFC;
 *  }
 */

#seo {
	background-color: #D4DFFC;
}

.bluefooter {
	background-image: url("look/something-or-other");
}

.bluebars {
	background-color: #3058C0;
}

.bluebox {
	width: 100%;
	border: 1px solid #0336B5;
}

.blueboxheader {
	background-color: #869DDC;
	border-bottom: 1px solid #0336B5;
	color: #0434B3;
	font-size: 15px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: bold; 
	padding: 2px 10px 2px 10px;
}

.blueboxmain {
	background-color: white;
	padding: 10px 10px 10px 10px;
}

/* NAV BAR ON THE LEFT AND ONE COLUMN OF CONTENT */
    div#content {
        position: relative;
        width: 100%;
        margin: 1.5em auto 2em auto;
        padding: 0;
        text-align: left;
    }
    div#main {
        float: right;
        width: 70%;
        margin-right: 2%;
        display: inline;
    }
    div#menu_vert {
        float: left;
        width: 25%;
        display: inline;
        margin-left: 0;
    }
    div#content2 {
        display: none;
    }
    div#menu_horiz {
        display: none;
    }


.NewsSummary{
border: 1px solid black;
margin-bottom: 10px;
padding: 10px;
background: url(uploads/images/news_sid.jpg) right bottom no-repeat;
}

.NewsSummaryLink{
font-size: 14px;
margin-bottom: 6px;
font-weight: bold;
}

.NewsSummaryLink a:link, a:visited {
color: #4678FF;
text-decoration: none;
}

.NewsSummaryLink a:hover {
color: #2C468C;
text-decoration: none;
}

.NewsSummaryCategory{
font-size: 10px;
color: #002FAA;
margin-bottom: 6px;
}

.NewsSummaryMorelink a:link, a:visited {
color: #4678FF;
text-decoration: none;
}

.NewsSummaryMorelink a:hover {
color: #2C468C;
text-decoration: none;
/* text-decoration: underline; */
}

#NewsPostDetailTitle{
font-size: 14px;
margin-bottom: 6px;
font-weight: bold;
color: #4678FF;
}

#NewsPostDetailAuthor{
font-size: 10px;
color: #002FAA;
margin-bottom: 6px;
}

#NewsPostDetailSummary{
font-weight: bold;
font-size: 13px;
line-height: 14px;
margin-bottom: 6px;
}

#NewsPostDetailContent{

}
#NewsPostDetailPrintLink{

}
#NewsPostDetailReturnLink{

}



/* END CONTENT */

/* End of 'ile01site_layoutblue' */

/* Start of CMSMS style sheet 'Typography' */
/* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
	body {
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 75.01%;
	}
	div {
		font-size: 1em;
	}
	img {
		border: 0;
	}
	
/* LINKS */
	a,
	a:link 
	a:active, a:visited {
		text-decoration: none;
		/* text-decoration: underline; */
	}

        div#footer a, 	
        div#footer a:link 
	div#footer a:active, div#footer a:visited {
               color: #fff;
        }

	a:hover {
	text-decoration: none;
	}
/* END LINKS */
	
/* HEADINGS */
	h1 {
		font-size: 15px;
		line-height: 18px;
		margin: 0;
		padding: 0;
	}
	h2 {
		font-size: 14px;
                line-height: 18px;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	h3 {
		font-size: 13px;
		line-height: 18px;
		margin: 0 0 0.5em 0;
		padding:0;
	}
	h4 {
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h5 {
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h6 {
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
/* END HEADINGS */

/* TEXT */
	p {
		font-size: 12px;
		margin: 0 0 12px 0;
		padding: 0;
	}
	blockquote {
		border-left: 10px solid #ddd;
		margin-left: 10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
	
/* LISTS */
	#main ul {
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	#main ul li {
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table {
        font-size: 1em;
		margin: 0 0 1.5em 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1em;
	}
/* END TABLE */	
	
	hr {
		display: none;
	}

	div.hr {
		height: 1px;
		margin: 1em 10px;
		border-bottom: 1px dotted black;
	}

	
/* END TYPOGRAPHY */	
/* End of 'Typography' */

/* Start of CMSMS style sheet 'Forms' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	label {
		font-weight: bold;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 200px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}
/* END FORM ELEMENTS */
		
/* End of 'Forms' */

/* Start of CMSMS style sheet 'ile01site_layout' */
body {
        margin: 0px 0px 0px 0px;
}

#main {
	width:100%;
}

.navigate {
	width: 153px;
	background: #9FB1E1 url(look/navbac.gif) repeat-y;
	vertical-align: top;
}

.contentcell {
	vertical-align: top;
}

#seo {
	height: 13px;
	width: 100%;
	font-size: 7px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	text-align: center;
}

#header {
	height: 38px;
	width: 100%;
        margin-bottom: 0px;
}

#ticker {
	height: 20px;
	width: 100%;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
        margin-bottom: 0px;
}

#mainpage {
	height: 100px;
	width: 100%;
}

#footer {
	height: 62px;
	width: 100%;
}

.topleft {
	text-align: left;
	width: 50%;
        height: 38px;
}

.topright {
	text-align: right;
	width: 50%;
        height: 38px;
}

.lefthandcontent {
	width: 85%;
	vertical-align: top;
	padding: 0px 10px 10px 10px;
}

.righthandad {
	background-color: #0434B4;
	width: 15%;
	text-align: center;
	vertical-align: top;
}

.left {
	text-align: left;
	width: 50%;
}

.right {
	text-align: right;
	width: 50%;
}

.fooright {
	text-align: right;
}

.loginbox {
  border: 1px solid white;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #7A90C8;
  color: white;
  padding-left: 5px;
  padding-bottom: 5px;
}

.loginbox input {
border: 1px solid white;
background-color: #E2EAFF;
}

.loginbox a.link {
color: #002076;
}

.loginbox a.visited {
color: #002076;
}

.loginbox a.hover {
color: #002076;
}

#memberlink {

}

#memberlink a:link, #memberlink a:visited {
color: white;
background-color: #7A90C8;
display: block;
width: 100px;
border: 1px solid white;
padding: 4px;
margin-left: 30px;
margin-bottom: 10px;

}

#memberlink a:hover {
color: white;
background-color: blue;
display: block;
width: 100px;
border: 1px solid white;
padding: 4px;
margin-left: 30px;
margin-bottom: 10px;
}

/* JL/Axoria -- Our additions and overrides. In fact we ignore most of the CMS stuff from their main site above.
                Will tidy it all up one day, deleting anything that's _definitely_ not required above.  One day.  */

html, body, input, select, textarea, option, table, th, tr, td, h1, h2, h3, p, ul {
	font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	/* font-size: small; */
	/* color: #000000;   */ }

pre  { font-size: small; text-decoration: none; }
sub  { font-size: xx-small; }
sup  { font-size: xx-small; }

.smallprint {
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size: 10px;
      font-weight: normal;
      color: #666666;
      text-decoration: none;
      padding: 0px; }

.headerstrip {
    display: block;
    height: 50px;
    background-image: url('/gfx/head-bg.png');
    background-repeat: repeat-x;
    margin:  8px  0px 12px  0px;
    padding: 0px 10px  0px 10px;
}

.mainbody {
    XX_display: block;
    margin-right: 10px;
    margin-left:  18px;
}

.footerstrip {
    display: block;
    height: 30px;
    /* background-image: url('/gfx/foot-bg.png');
       background-repeat: repeat-x;               */
    border-top: solid 4px #3159c6;
    margin-top:  30px;
    padding: 1px 12px  1px 18px;
    vertical-align: top;
}

.err_box	{ background: #ffffee; border: 1px solid #000000; padding: 10px; }

.app_container	{ padding: 12px 10px 10px 15px }
.app_form	{ background: #ffffff; border: 1px solid #0336B5; }
.app_alert	{ background: #ffddee; }
.fld_alert	{ background: #ffffee; }
.app_head	{ font-family: Verdana, Arial, sans-serif; font-weight: bold; }
.app_text	{ font-family: Verdana, Arial, sans-serif; }
.app_label1	{ font-family: Verdana, Arial, sans-serif; font-size: 75%; white-space: nowrap; font-weight: bold; }
.app_label2	{ font-family: Verdana, Arial, sans-serif; font-size: 75%; white-space: nowrap; }
.app_label3	{ font-family: Verdana, Arial, sans-serif; font-size: 75%; }
.app_subsect	{ border: 1px solid #0434b3; background: #a5b6de; padding: 14px 0px 14px 0px; }
.app_subtext	{ font-family: Verdana, Arial, sans-serif; font-size: 75%; color: #0434b3; font-weight: bold; }

.app_form input, textarea, select { border: 1px solid #000000; background-color: #E2EAFF; }

.app_type_optinfo {  }
.app_type_opthead { background: #99ccff; font-weight: bold; color: #000000; }
.app_type_optitem {  }

.evsumhead	{ font-family: Verdana, Arial, sans-serif; margin-left: 30px;
		  font-size: 150%; font-weight: bold;
		  padding-bottom: 0.3em; }
.evsumtext	{ font-family: Verdana, Arial, sans-serif; margin-left: 30px;
		  padding-bottom: 1.5em; }

.menubox {
      float: right;
      //echo "	border: 1px solid #0034ab;
      //echo "	background: #99ccff;
      background-image: url(\"/gfx/bg_fade.gif\");
      background-repeat: repeat-y;
      background-position: right;
      margin: 3px 2px 0px 0px;
      width: 190px; height: 73px;
      padding: 0px 10px 0px 0px;
      text-align: right;
      text-decoration: none;
      font-weight: bold;
      font-family: Verdana, Arial, sans-serif;
      font-size: 60%; }
.menulink:link  { text-decoration: none; color: #0034ab; padding-top: 8px; }
.menulink:hover { text-decoration: underline; background: #0034ab; color: #ffffff; }

/* *** */

.hi_jumpout        { font-size: small; font-weight: bold; color: #990000; }
.hi_menuref        { padding: 1px 5px 1px 4px; font-size: 15px; font-weight: bold; color: #990000; 
                     font-family: Times, "Times New Roman", serif; border: 1px solid #990000; }
.about             { font-size: 8px; }
.box_insetright    { border: 1px solid #990000; background: #cc8888; padding: 8px 8px 10px 8px; margin: 5px 0px 5px 8px; 
                     width: 210px; float:right; text-align: center; }
.box_insetright h2 { border: 1px solid #990000; background: #ffffcc; padding: 5px 4px 3px 4px; 
                     color: #990000; font-weight: bold; }
.box_insetright h3 { color: #990000; font-weight: bold; text-decoration: underline; }
.box_insetright p  { color: #ffffff; font-weight: bold; }

a         { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none }
a:link    { color: #0000ff }
a:visited { color: #551A8B }
a:active  { color: #008800 }
a:hover   { color: #008800 }
/* a:hover   { color: #009900; background-color: #ffffcc; } */
/* a:hover   { text-decoration: underline; } */

.BlueA         { color: #0000ff; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; }
.BlueA:link    { color: #0000ff; }
.BlueA:visited { color: #0000ff; }
.BlueA:active  { color: #008800; }
.BlueA:hover   { color: #008800; text-decoration: underline }

.BlueBoldA         { color: #0000ff; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; font-weight: bold; }
.BlueBoldA:link    { color: #0000ff; }
.BlueBoldA:visited { color: #0000ff; }
.BlueBoldA:active  { color: #008800; }
.BlueBoldA:hover   { color: #008800; text-decoration: underline }

.Blue2aryA         { color: #000080; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; font-weight: bold; }
.Blue2aryA:link    { color: #000080; }
.Blue2aryA:visited { color: #000080; }
.Blue2aryA:active  { color: #008800; }
.Blue2aryA:hover   { color: #008800; text-decoration: underline }

.Blue3aryA         { color: #404080; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; font-weight: bold; }
.Blue3aryA:link    { color: #404080; }
.Blue3aryA:visited { color: #404080; }
.Blue3aryA:active  { color: #008800; }
.Blue3aryA:hover   { color: #008800; text-decoration: underline }

.GuestbkBtn         { font-weight: bold; border: 1px solid #990000; }
.GuestbkBtn:link    { background-color: #ccddff; color: #0000ff; border: 1px solid #990000; }
.GuestbkBtn:visited { background-color: #ccddff; color: #0000ff; }
.GuestbkBtn:active  { background-color: #ccddff; color: #0000ff; }
.GuestbkBtn:hover   { background-color: #ff2222; color: #ffffff; border: 1px solid #990000; }
.GuestbkPendBtn         { font-weight: bold; border: 1px solid #808000; }
.GuestbkPendBtn:link    { background-color: #ffffcc; color: #bb8800; border: 1px solid #808000; }
.GuestbkPendBtn:visited { background-color: #ffffcc; color: #bb8800; }
.GuestbkPendBtn:active  { background-color: #ffffcc; color: #bb8800; }
.GuestbkPendBtn:hover   { background-color: #cccc44; color: #000000; border: 1px solid #808000; }
.GuestbkApproveBtn         { font-weight: bold; border: 1px solid #008000; }
.GuestbkApproveBtn:link    { background-color: #ccffcc; color: #00aa00; border: 1px solid #008000; }
.GuestbkApproveBtn:visited { background-color: #ccffcc; color: #00aa00; }
.GuestbkApproveBtn:active  { background-color: #ccffcc; color: #00aa00; }
.GuestbkApproveBtn:hover   { background-color: #00cc00; color: #000000; border: 1px solid #008000; }
.GuestbkEditBtn         { font-weight: bold; border: 1px solid #990000; }
.GuestbkEditBtn:link    { background-color: #ccddff; color: #0000ff; border: 1px solid #990000; }
.GuestbkEditBtn:visited { background-color: #ccddff; color: #0000ff; }
.GuestbkEditBtn:active  { background-color: #ccddff; color: #0000ff; }
.GuestbkEditBtn:hover   { background-color: #2288ff; color: #ffffff; border: 1px solid #990000; }
.GuestbkSpamBtn         { font-weight: bold; border: 1px solid #ff00ee; }
.GuestbkSpamBtn:link    { background-color: #503099; color: #ffffff; border: 1px solid #ff00ee; }
.GuestbkSpamBtn:visited { background-color: #503099; color: #ffffff; }
.GuestbkSpamBtn:active  { background-color: #503099; color: #ffffff; }
.GuestbkSpamBtn:hover   { background-color: #ccbbee; color: #000000; border: 1px solid #ff00ee; }
.GuestbkDeleteBtn         { font-weight: bold; border: 1px solid #800000; }
.GuestbkDeleteBtn:link    { background-color: #ffdddd; color: #cc0000; border: 1px solid #800000; }
.GuestbkDeleteBtn:visited { background-color: #ffdddd; color: #cc0000; }
.GuestbkDeleteBtn:active  { background-color: #ffdddd; color: #cc0000; }
.GuestbkDeleteBtn:hover   { background-color: #ff2222; color: #000000; border: 1px solid #800000; }

.PlainFormOuter    { border: 0px; background-color: #0000c0 }
.PlainFormInner    { border: 0px; background-color: #ffffff }
.PlainFormLabel    { vertical-align: top; text-align: left; background-color: #eeeeee; color: #000000; font-weight: bold }
.PlainFormField    { vertical-align: top; text-align: left; background-color: #eeeeee; color: #000000 }
.PlainFormAlertLbl { vertical-align: top; text-align: left; background-color: #ffcccc; color: #000000; font-weight: bold }
.PlainFormAlertFld { vertical-align: top; text-align: left; background-color: #ffcccc; color: #000000 }

.SectSelector           { font-family: Times, "Times New Roman", serif; background: #ffffff; float: left; } /* width: 200px; */
.SectSelector img       { border: 0px; hspace: 0px; vspace: 0px; }
.SectSelector A,
.SectSelector A:visited { width: 197px; color: #000000; font-size: 15px; font-weight: bold; }
.SectSelector A:hover   { width: 197px; color: #ffffff; font-size: 15px; font-weight: bold; background: #000000; }

.MenuHead              { padding: 2px 0px 2px 0px; width: 118px; background: url('/decor/bg-left.png'); background-repeat:y;
                         font-family: Times, "Times New Roman", serif; }
A.MenuHead,
A.MenuHead:visited     { padding: 0px 9px 0px 8px; font-size: 14px; font-weight: bold; color: #ffffcc;
                         width: 101px; background: url('/decor/bg-left.png'); background-repeat:y; }
A.MenuHead:hover       { padding: 0px 9px 0px 8px; font-size: 14px; font-weight: bold; color: #990000; background: #ffffcc;
                         width: 101px;  ackground: url('/decor/bg-left.png'); background-repeat:y; }

.MenuItem              { padding: 2px 0px 2px 0px; width: 118px; background: url('/decor/bg-left.png'); background-repeat:y;
                         font-family: Times, "Times New Roman", serif; }
A.MenuItem,
A.MenuItem:visited     { padding: 0px 9px 0px 8px; font-size: 15px; font-weight: bold; color: #ffffcc;
                         width: 101px; background: url('/decor/bg-left.png'); background-repeat:y; }
A.MenuItem:hover       { padding: 0px 9px 0px 8px; font-size: 15px; font-weight: bold; color: #990000; background: #ffffcc;
                         width: 101px;  ackground: url('/decor/bg-left.png'); background-repeat:y; }

.MenuSelected          { padding: 2px 0px 2px 0px; width: 118px; background: url('/decor/bg-left.png'); background-repeat:y;
                         font-family: Times, "Times New Roman", serif; }
A.MenuSelected,
A.MenuSelected:visited { padding: 0px 9px 0px 8px; font-size: 15px; font-weight: bold; color: #990000; background: #ffffcc;
                         width: 101px;  ackground: url('/decor/bg-left.png'); background-repeat:y; }
A.MenuSelected:hover   { padding: 0px 9px 0px 8px; font-size: 15px; font-weight: bold; color: #990000; background: #ffffcc;
                         width: 101px;  ackground: url('/decor/bg-left.png'); background-repeat:y; text-decoration: underline; }

