/*       --------  general styles      ----------    */
body {
margin: 0;
padding: 0;
color: #333;
}
td {
background-color: #fff;
text-align: left;
vertical-align: top;
}
p, li {
font: normal 90% Arial, Helvetica, sans-serif;
}
h1 {
font: bold 120% Arial, Helvetica, sans-serif;
color: #100E68;
}
h2 {
font: bold 100% Arial, Helvetica, sans-serif;
color: #100E68;
}
h3 {
color: #000;
font: bold 90% Arial, Helvetica, sans-serif;
}

blockquote {
margin:0;
}
a:link {
text-decoration: underline;
background-color: #fff;
color: #000;
}
a:visited {
text-decoration: underline;
background-color: #fff;
color: #666;
}
a:hover, a:focus {
text-decoration: underline;
background-color: #f0f0f0;
color: #333;
}

/*       --------  layout styling      ----------   */
#outerwrap {
width:100%;
border: 1px solid #CCCCCC;
background: #fff;
}
#logo {
width:180px;
}
#menu {
width: 180px;
}
#mainquote td {
background: #FFCCCC;
font: normal 90% Georgia, "Times New Roman", Times, serif;
color: #000;
}
#mainquotetext {
vertical-align: middle;
}
#footer {
font-size: 80%;
margin: 20px 0 10px;
}

/*       --------  menu top level      ----------    */
#menu ul {
	list-style: disc;
}

/*       -------- accessibility links   ----------    */
.accessnav {
margin-bottom:20px;
}
.accessnav a:link, .accessnav a:visited, .accessnav a:hover {
font: normal 90% Arial, Helvetica, sans-serif;
color: #fff;
background-color: #fff;
}
.accessnav a:focus, .accessnav a:active {
font: normal 90% Arial, Helvetica, sans-serif;
color: #000;
background-color: #fff;
}

/*       -------- specific styles   ----------    */

.standfirst {
font-weight:bold;
}
.nobullet {
list-style: none;
}
.nobulletnospacebefore {
list-style: none;
}
.nobulletspaced {
list-style: none;
}
.jumplist {
list-style: none;
}
.imageright {
float:right;
}
