body
{
     margin: 10px 0 10px 0;
     font-family: verdana, sans-serif;
     font-size: 11px;
}

td
{
	vertical-align: top;
	border-color:#FFFFFF
}

div#top
{
     width: 935x;
     margin: auto;
/*background: url(/images/colouredspace.jpg);*/

}

#topnav a
{
     font-family: verdana,sans-serif;
     font-size: 9px;
     text-decoration: none;
	 font-weight: normal;
}

table#main 
{
     width: 935px;
     margin: auto;
}

table#main td#left
{
     background: #CDCDB5;
     width: 200px;
}

table#main td#right
{
     background: #eaeaea;
}

#menu ul
{
     list-style: none;
     padding: 0px;
     margin: 0px;
}

#menu ul li a
{
     display: block;
/*     height: 17px;*/
     width: 180px;
     color: #666464;
     font-family: verdana,sans-serif;
     font-size: 8t;
     text-decoration: none;
     padding-top: 8px;
     border-bottom: 1px solid #cccdb5;
     padding-left:  20px;
	 font-weight: normal;
}

#menu ul li a:hover
{
     color: gray;
     background: #e4e4d6 url("/images/nav_hover.jpg") no-repeat;
}

#footer a
{
/*     height: 17px;*/
     color: #666464;
     font-family: verdana,sans-serif;
     font-size: 9px;
     text-decoration: none;
	 font-weight: normal;
}

#footer a:hover
{
     color: gray;
}

div#main_content
{
     background: white;
     width: 695px;
     margin: 4px auto 4px auto;
     padding: 10px;
     font-size: 12px;
}

/* This is the style entry for a header */
h1
{
     font-family: verdana,sans-serif;
     color: gray;
     margin: 0 0 20px 0;
     padding: 0px;
     background: #CDCDB5;
     font-size: 15px;
     padding-left: 5px;
}

div#footer
{
     background: #e7e7dd;
     padding: 4px;
     border: 1px solid white;
     margin: 5px;
     text-align: right;
     font-size: 9px;
     color: #9e9e86;
}

#mainBody
{
  position: absolute;
	top: 200px;
	left: 220px;
	width: 275px;
	text-align: left;
}

/* This is the style for the tables we use in the Scottish Sample Report Page.*/
.scottish_table
{
	border: 1px solid black;
}

/* This is the style entry for normal links and visited links*/
a:link, a:visited
{
	color:#0000FF;
	text-decoration : none;
	font-size: 12px;
}

/* This is the style entry for the mouse hover over a link*/
a:hover
{
	color : #6E6E54;
	text-transform : underline;
}

/* This is the style entries for the quote boxes+*/
div#quote_box
{
     background: #d1d1bb;
     width: 275px;
     padding: 4px 0 4px 0;
}

.quoteBody
{
	margin: 10px;
	padding: 5px;
    font-size: 9pt;
	text-align:justify;
	border: 1px solid black;
	background-color: #CDCDB5;
}