/* Structure */

html,body
{
	margin:0px 0px 0px 0px;
	color:black;
}

html,body,td
{
   font-family:'Georgia',serif;
	font-size:10pt;
}

body.default
{
	background-color:#505050;
	background:url('/images/background.png');
}

a.plain
{
	text-decoration:none;
}

a.plain:hover,a.plain:active
{
	text-decoration:underline;
}

form
{
	margin:0px;
}

input.monospace,textarea.monospace
{
	font-family:monospace;
	font-size:9pt;
}

div.pageOuter
{
	width:818px;
	margin:0px auto 6px auto;
	background:url('/images/page/outer.png');
	background-repeat:repeat-y;
}

div.pageInner
{
	width:800px;
	margin:0px 9px 0px 9px;
}

div.pageBottom
{
	width:818px;
	height:19px;
	background:url('/images/page/bottom.png');
	background-repeat:no-repeat;
}

/* Header */

div.loginPanel
{
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	z-index:1000;
	padding:7px 7px 7px 10px;
	background:url('/images/login/background.png');
	_background:url('/images/login/background_solid.png');
	border-bottom:solid 1px #dddddd;
	border-right:solid 1px #dddddd;
}

span.loginMessage
{
	color:red;
	font-weight:bold;
}

div.header
{
	width:800px;
	height:64px;
	background-color:#005124;
	background:url('/images/header/background.png');
	background-repeat:repeat-y;
}

div.tabs
{
	float:left;
	width:150px;
}

#header a
{
	display:block;
	position:absolute;
	left:682px;
	width:325px;
	height:63px;
	text-decoration:none;
}

#tabs a
{
	display:block;
	padding:10px 10px 10px 20px;
	text-decoration:none;
	font-size:11pt;
	border-bottom:1px dotted #e4f5ec;
}

#tabs a:hover
{
	text-decoration:underline;
	background:url('/images/header/tabs/lit.png');
	background-repeat:repeat-x;
	background-color:#b3cbbe;
}

#tabs a.activeTab
{
	font-weight:bold;
	background:url('/images/header/tabs/active.png');
	background-repeat:repeat-x;
	background-color:#9abaa8;
}

div.sidebarContent
{
	padding:20px;
}

div.login
{
	padding:0px 20px 0px 20px;
}

#login,#login a
{
	color:white;
	font-size:7pt;
	text-decoration:none;
	border:none;
}

#login a
{
	display:inline;
	padding:0px;
}

#login a:hover
{
	text-decoration:underline;
	background:none;
}
	
/* Body */

div.body
{
	background-color:white;
}

div.content
{
	padding:20px 20px 20px 170px;
}

div.photos
{
	padding:0px 0px 10px 20px;
	float:right;
}

/* Content */

p,ul,ol,h1,h2,h3,h4,h5,h6,.paragraph
{
	margin-top:0px;
}

p,h1,h2,h3,h4,h5,h6,.paragraph
{
	margin-bottom:15px;
}

h1
{
	font-size:15pt;
}

h2
{
	font-size:12pt;
}

h3,h4,h5,h6
{
	font-size:11pt;
}

ul,ol
{
	margin-top:0px;
	margin-bottom:0px;
}

ul
{
	list-style-type:square;
}

li
{
	margin:0px 0px 10px 0px;
}

hr
{
	margin:0px;
	padding:0px;
	border-top:1px solid #dddddd;
	height:1px;
}

#photos img
{
	margin:0px 0px 1px 1px;
}

div.footer
{
	font-size:8pt;
}

div.map
{
	margin-top:20px;
	border:1px solid black;
}

div.footer
{
	clear:both;
	padding:0px 20px 10px 170px;
}

/* Colours */

h1,h2,h3,h3,h4,h5,h6,a
{
	color:#005124;
}

a:hover
{
	color:#009644;
}

a:active
{
	color:#00c95b;
}

div.map
{
	border-color:black;
}

span.error
{
	color:red;
	font-weight:bold;
}
