/* Colours */
BODY
{
	background-color: #fff;
	color: #000;
}

A, A:visited
{
	color: #000;
}

A:hover
{
	color: #999;
}

/* Main content area and default formatting */

BODY.main
{
	margin: 170px 60px 10px 220px;
	background-image: url(../graphics/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

BODY.day
{
	margin: 40px;
}

BODY,TH,TD, FORM.menu_forms SELECT
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}

TH
{
	text-align: left;
	font-weight: bold;
}

H1,H2,H3
{
	font-weight: bold;
}

H1
{
	font-size: 140%;
}

H2
{
	font-size: 120%;
}

H3
{
	font-size: 110%;
}

A
{
	text-decoration: underline;
}

DIV#menu A
{
	text-decoration: none;
}

/* Header formatting */

DIV#menu
{
	position: absolute;
	top: 30px;
	left: 13px;
	width: 125px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

IMG#section_title
{
	z-index: 0;
	position: absolute;
	top: 80px;
	right: 20px;
}

FORM.menu_forms
{
	margin: 5px -3px 20px 0px;
	padding: 0px;
}

.showsentry, .showsentrylist
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #eee;
}

.showsentrylist
{
	padding: 3px;
	margin-bottom: 1px;
}

.showsentry
{
	padding: 8px;
	margin-bottom: 2px;
}

.left_panel
{
	margin: 0px;
	padding-right: 15px;
}

.right_panel
{
	margin: 0px;
}

.footer
{
	font-size: 90%;
	text-align: right;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

UL
{
	list-style: square;
}

IMG.home_page_image
{
	margin: 0 0 20px 0;
	padding: 0;
	float: right;
}

div#home_page_text
{
	margin: 0 200px 0 0;
	padding: 0;
	clear: both;
}

IMG.show_image
{
	margin: 0px 0px 10px 10px;
	float: right;
}
