/* Main font definitions*/

body
{
	font-family: verdana, sans-serif;
	font-size: smaller;
	margin:0;
}

a
{
	color: #0B4089;
}

h1
{
	text-align:right;
	font-size: large;
	color: #0B4089;
	margin:0;
}

h2
{
	font-size: larger;
	text-align:left;
	color: #0B4089;
	margin:0;
	margin-bottom:0.8em;
	margin-top: 1em;
}

h3
{
	font-size:small;
	text-align:left;
	font-weight: bolder;
	color: #0B4089;
	margin:0;
	margin-top:1em;
}

h4
{
	font-size:small;
	text-align:left;
	font-weight: bold;
	color: #0B4089;
	margin:0;
	margin-top:1em;
}
p
{
	margin-top:0;
	margin-bottom:1em;
	padding-top:0;
}

.change
{
	color:#ff0000;

}
/* specific font definitions*/
p.listheader
{
	margin-bottom:0;
}

p.quote
{
	font-style: italic;
}

p.strapline
{
	font-size: xx-small;
	margin:0;
	margin-top:0.1em;
	text-align: right;
}

div.menu p
{
	border: solid 1px #0B4089;
	margin-top:0.4em;
	margin-bottom:0.4em;
	padding:0.25em;
	background-color: #DDEBFD;
}

div.menu a
{
	text-decoration: none;
}

div.menu a:hover
{
	text-decoration: underline;
}
div.footer p
{
	font-size: xx-small;
	margin:0;
	text-align: center;
}

/* div definitions */
div.main
{
	margin:0;
	padding: 1em;
	width:90%;
	/*padding-left: 0;*/
	padding-top: 0.25em;
}
div.pageheader
{
	padding-bottom:0.5em;
	margin:1em;
	margin-bottom:0;
	padding-top: 0.5em;
	border-top: solid 2px #0B4089;
	border-bottom: solid 2px #0B4089;
	padding-left:2em;
	width:90%;
}

div.footer
{
	margin:0;
	margin-top:2em;

}

div.menu
{
	display:none;
	padding: 1em;
	background-color: #ADCDF9;
	color:#000000;
	font-weight: bold;
	text-align:center;

}
div.sidebar
{
	display:none;
	padding: 0;
	margin: 1em;
	margin-right:0;
	margin-left:0.5em;
	height:100em;
}

div.photofloat
{
	display:none;
	margin: 0.5em;
	margin-right:0;
	float:right;
	border: solid 1px #0B4089;
}

ul
{
	margin-top:0;
	padding-top:0;
	margin-left:1em;
	padding-left: 1em;

}
