/* Standard Type redefinitions */

a	{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	}

a:link	{
	color: #006699;
	text-decoration: none;
	}

a:visited	{
	color: #006699;
	text-decoration: none;
	}

a:hover	{
	color: #006699;
	text-decoration: underline;
	background-color: silver;
	}

body	{
	margin:10px 10px 0px 10px;
	padding:0;
	background-color: white;
	color: black;
	font-size: 10pt;
	font-family: sans-serif;
	}

pre	{
	font-family: sans-serif;
	}	

img	{
	border-style: none;
	}

h1, h2, h3, h4	{
	margin: 0;
	padding: 0;
	}

h1	{
	font-size: 18pt;
	}

h2	{
	font-size: 16pt;
	}

h3	{
	font-size: 14pt;
	}

h4	{
	font-size: 12pt;
	}



/* Layout stuff */

#toplogoarea	{
	}

#qotdarea {
	position: absolute;
	left:586px;
	top: 50px;
	}

#topnavarea	{
	margin-left: 0px;
	margin-top:10px;
	}

#mainheadlinearea	{
	margin-top: 20px;
	}

#floatarea	{
	margin-top: 14px;
	margin-right: 20px;
	margin-bottom: 50px;
	height: 300px;
	float: left;
	}

#leftnavarea	{
	padding: 5px;
	width: 200px;
	height: 300px;
	border: solid 1px silver;
	}

#articlecreditarea	{
	margin-top: 20px;
	width: 200px;
	}

#boxoutheadlinearea	{
	margin-top: -16pt;
	margin-left:240px;
	}

#articleheadlinearea	{
	margin-top: 20px;
	clear: left;
	}

#boxoutarticlearea {
	margin-top: 10px;
	}

#articlearea	{
	margin-top: 30px;
	}

#testit {
        clear: right
	}

#bottomnavarea	{
	}

#bottomlogoarea	{
	margin-top: 40px;
	clear: right;
	text-align: center;
	}

#toplogoimage	{
		}

#boxoutimage	{
	margin-left: 240px;
	margin-top: -312px;
	height: 190px;
	width: 220px;
	}



/* Styles */

.qotdtext	{
	font-style: italic;
	font-weight: bold;
	}

.topnavtext	{
	font-size:8pt;
	color: #666666;
	/* background-color: white; */
	}

.articlecredtext {
	font-size: 8pt;
	}

.leftnavtext	{
	font-size:8pt;
	}

.picturecredit	{
	font-size:7pt;
	}

.bottomnavtext	{
	font-size: 8pt;
	}

.colourfadetext {
	font-size: 10pt;
	color: white;
	background-color: #474E90;
	}

.rentboxtext {
	font-family: monospace;
        font-size: 8pt;
        font-weight: bold;
        color: white;
	background-color: #474E90;
	text-align: center;
}

.typewriter {
	font-family: monospace;
	font-size: 0.8em;
	}

#locallink {
	color: black;
	text-decoration: none;
	background-color: white;
	}

