<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover3.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
}

#home ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#home ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#home a, #home h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
}  
</style>
<![endif]-->

#content {clear: none; margin-right:135px; padding-top:2px; padding-left:4px;}
#content  ul {margin-left: 12px;}
#content  li {color:#558ed5; margin-left: 8px;}
#content  h1 {font-size: 1em; color:#1f497d; border-bottom: solid 2px #558ed5;}
#content  p.sec_header {padding-bottom:5px; font-weight:bold; font-size: 1.3em;}
#content a:link {text-decoration:none;}
#content a:hover {text-decoration: underline;}
#content .highlight {font-size:1.1em; padding-top: -4px; padding-bottom: -4px;}


#menu {float:right; width:134px; margin-top: 45px;}

#menu ul { /* remove bullets and list indents */
list-style: none;
padding: 0px;
margin: 0px;
}

/* style, color and size links and headings to suit */
#menu a, #menu h1 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #ccc #ccc #bbb;
margin: 0px;
padding: 2px 3px;
}


#menu h1 {
color: #efefef;
background: #3953a2;
}

#menu h1.home {
background: #4f82c1;
}

#menu h1.resources {
color: #efefef;
background: #4b85a6;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a.resources {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #1a264a;
background: #d6d6d6;
}

#home a {
font-size: 1.2em;
color: #efefef;
background: #4f82c1;
}