/* CSS Document */
/* This is fixed but unfortunately optimised for IE */

body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: verdana, arial, helvetica, sans-serif;
color: #000;
background-color: #fff;
}
html>body {
	width: 100%; /* ie5win fudge ends */
	}

#container
{
width: 1000px auto;
height: 100% auto;
margin: 10px;
background-color: #999999;
color: #333;
border: 8px solid gray;
}
html>container {
	width: 100%; /* ie5win fudge ends */
	}

#top
{
height: 80px;
overflow:auto;
letter-spacing:1.3px;
background-color: #c2c2c2;
background-image: url(./images/400darkbanner.jpg); 
background-repeat: no-repeat;
background-position: right;
margin:0px;
padding:0px;
}

#topnav
{
margin: 20px 20px 0px 20px;
padding: 10px;
height: 100px; /* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
height: 70px;
text-align:left;
	}
html>body #topnav {
	height: 100px; /* ie5win fudge ends */
	}

#leftnav
{
position: absolute;
top: 95px;
left: 0px;
margin: 15px;
padding: 10px;
width: 120px; /* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 120px;
	}
html>body #leftnav {
	width: 120px; /* ie5win fudge ends */
	}

#rightnav
{
	position: absolute;
	top: 95px;
	right: 0px;
	margin: 15px;
	padding: 10px;
	width: 190px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 190px;
}
html>body #rightnav {
	width: 190px; /* ie5win fudge ends */
	}

#content
{
margin: 0px 210px 0px 120px;
padding: 10px;
background-color: #F4F4F4;
border-left: 8px solid gray;
border-right: 8px solid gray;
}

#footer
{
margin: 0px 0px 0px 0px;
padding: 10px;
background-color: #c2c2c2;
border-top: 8px solid gray;
}

a {font: 9pt Verdana, Times New Roman, Times, serif; color: #0000FF; text-decoration: underline;}
a:visited {font: 9pt Verdana, Times New Roman, Times, serif; color: #0000FF; text-decoration: underline;}
a:hover {font: 9pt Verdana, Times New Roman, Times, serif; color: #FF0000; text-decoration: underline;}

a.nav {font: 8pt Verdana, Times New Roman, Times, serif; color: #0000FF; text-decoration: underline;}
a.nav:visited {font: 8pt Verdana, Times New Roman, Times, serif; color: #0000FF; text-decoration: underline;}
a.nav:hover {font: 8pt Verdana, Times New Roman, Times, serif; color: #FF0000; text-decoration: underline;}

p {font: 9pt Verdana, Times New Roman, Times, serif; line-height: normal; font-weight: normal; color: #000;}
h1 {font: 24pt Verdana, Times New Roman, Times, serif; font-weight: normal; color: #F4F4F4;}
h2 {font: 11pt Verdana, Times New Roman, Times, serif; font-weight: bold; color: #000;}
h3 {font: 9pt Verdana, Times New Roman, Times, serif; font-style: italic; color: #000;}
ul {font: 9pt Verdana, Times New Roman, Times, serif; line-height: normal; font-weight: normal; color: #000;}
li {font: 9pt Verdana, Times New Roman, Times, serif; line-height: normal; font-weight: normal; color: #000;}

.clipping { font: 8pt Verdana, Times New Roman, Times, serif; line-height: normal; font-weight: normal; color: #000000;}
.title {font: 7pt Verdana, arial, helvetica, sans-serif; font-weight: normal;color:#666; align:center;}
.footer {font: 7pt Verdana, arial, helvetica, sans-serif; font-weight: normal;color:#333; align:left;}
.nav { font: 8pt Verdana, Times New Roman, Times, serif; line-height: normal; font-weight: normal; color: blue;}
.indent {padding-left: 14px; padding-top: 14px;}
