/* CSS Document */
body {
	color: #212A51;http
	 	font: "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
#logo {
	background-color: #FFF;
	} 
#footer {
	background-color: #E1FEFE; /* set the background colour for the footer div */
	border: 1px dotted #000; /* set the border size, style and colour for the div */
	font-size: .65em;
	text-align: center; /* align the text in the centre of the div */
	}
#footer li {
	display: inline; /* style the list of links for the footer to appear inline and not as a column */
	padding: 0 5px 0 9px;
	}
#footer ul li a{
	text-decoration: none;
	}
#footer ul li a:hover{
	color: #00FF00; /* change the colour of the link text in the footer on mouseover */
	text-decoration: underline; /* cause the text for the links in the footer to be underlined on mouseover */
	}
#navigation{
	background-color: #FFF;
	}
#logo hr, #footer hr {
	display: none; /*this hides the horizontal rules that are in the markup*/
	}
#navigation {
	position: absolute;
	left: 0;  /*this causes the navigation div to disappear when viewd with Firefox if a negative value
	is used to correct the problem experienced in IE/PC */
	top: 0;
	width: 175px; /* sets the width of the navigation divto 175 pixels */
	}
/* hide from Mac IE5 \*/
*html #container {
	height: 1%;
	}
/* END hide from Mac IE5 */
#news {
	position: absolute;
	right: 0;
	top: 0;
	width: 175px;
	Border: 1px solid #212A51;
	text-indent: 3 px;
        background-color: #E1FEFE;
	}
#container {
	position: relative;
	}
#content {
	margin: 0 190px;
	}
#header, #container {
	max-width: 700;
	}
#menu {
	width: 12em;
	background: #FFF;
	text-indent: 5px;
	}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #212A51;
	margin: 0;
	padding: 2px 3px;
	}
#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
	}
#menu a {
	color: #000;
	background: #E1FEFE;
	text-decoration: none;
	}
#menu a:hover {
	color: #00FF00;
	background: #212A51;
	}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 0;
	}
#menu li {
	position: relative;
	}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	}
div#menu ul ul ul {
	display: none;
	}
div#menu ul ul li:hover ul {
	display: block;
	}
div#menu ul ul ul,
div#menu ul ul li:hover ul ul{
	display: none;
	}
div#menu ul ul li:hover ul {
	display: block;
	}
div#menu ul ul ul,
div#menu ul ul li:hover ul ul{
	display: none;
	}
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul{
	display: block;
	}
* {
	font-family:arial,tahoma,verdana,helvetica;
	font-size:12px;
	}
.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
	}
.rightimage {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
	}
