*
{
	color: black;

	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	font-weight: normal;

	font-variant: normal;
	text-transform: none;
}

b
{
	font-weight: bold;
}

i
{
	font-style: italic;
}

a
{
	text-decoration:underline;
}
a:link, a:visited
{
	color:#990000;
}
a:hover
{
	color:#FF0000;
}

h1,h2,h3
{
	font-weight: bolder;
	color: #800000;
	text-decoration: none;
}

h1 { font-size: 12pt; font-variant: small-caps; }
h2 { font-size: 10pt; text-transform: uppercase; margin: 3em 0 0.5em 0; }
h3 { font-size: 10pt; text-transform: none; margin: 1.5em 0 0 2em; padding: 0; }


body
{
	background-color: #FFFDEE;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0;
	padding-right: 0;

	text-align: center; // For IE.
}

body *
{
	text-align: left; // For everything but IE because of the fix above.
}

#main
{
	background-color: #FBF2D0;
	border-style: solid;
	border-width: 1px;
	border-color: #990000;

	width: 90%;
	margin: 0.5em auto 0.5em auto;
}

#links,#admin
{
	background-image: url('banner.gif');
	background-repeat: repeat;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2.5em;
	padding-right: 0;
}

#links a,#admin a
{
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 3em;
}

#news_preview
{
	background-color: #FFEEAA;

	border-style: solid;
	border-width: 1px;
	border-color: #990000;

	margin-left: 2em;
	padding: 1em;

	float: right;
	width: 30%;
}

#news_preview h2
{
	margin: 0.5em 0 0.5em 0em;
}

#news_preview dt
{
	margin: 0.5em 1em 0.5em 0;
	font-weight: bold;
	font-size: 8pt;
}

#news_preview dd
{
	margin: 0.5em 1em 2em 0;
	font-weight: normal;
	font-size: 6pt;
	text-align: left;
}

#news_preview .linkon
{
	text-align: right;
}


#news dl dt
{
	margin: 2em 1em 0.5em 0em;
	font-weight: bold;
	color: #800000;
}

#news dl dt .date
{
	font-size: 6pt;
}

#news dl dd
{
	margin: 0em 1em 1em 2em;
}


#content
{
	margin: 3em 5% 3em 5%;
}

#content p
{
	margin-left: 2em;
	margin-top: 0;
}

#content ul,#content ol,#content dl
{
	margin: 1em 0 1em 3em;
}


#content > h2
{
	margin-left: 2em;
}

#content p.warning
{
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 2em;
	border-style: dashed;
	border-width: 2px;
	border-color: red;

	font-weight: bold;
}

#content p.confirmed
{
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 2em;
	border-style: dashed;
	border-width: 2px;
	border-color: green;
}

#content em
{
	font-weight: normal;
	font-style: italic;
	font-size: inherit;
	color: inherit;
}

#content strong
{
	font-weight: bold;
	font-style: normal;
}

#content td em
{
	text-transform: uppercase;
}

#content table
{
	border-collapse: separate;
}

#content tr.skiprow td
{
	background-color: transparent;

	height: 10px;
}

#content td
{
	background-color: #EEDDBB;

	text-transform: none;
	font-variant: normal;

	padding: 0.5em;
}

#content tr.event td
{
	padding-left: 3em;
	color: #888888;
}

#content th
{
	background-color: #FFEEAA;
	color: #800000;

	font-size: 10pt;
	text-transform: none;
	font-variant: normal;

	padding: 0.75em;

	text-align: center;
	font-weight: bold;
}

#content table .important
{
	font-weight: bold;
	text-align: right;
}
#content table .important:before {content: " X "}
#content table .important:after  {content: " X "}

#content form
{
	margin-top: 0em;
	margin-bottom: 1em;
}

#content form .label
{
	text-align: right;
	vertical-align: top;
}

#content .emphasised
{
	font-weight: bold;
}

#content .extra
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content .restrictwidth
{
	margin-right: 30%;
}


#copyright
{
	background-image: url('banner.gif');
	background-repeat: repeat-x;
	padding: 0.5em;

	font-size: 8pt;
	color: #666666;
	text-align: center;
}

#content .itemtitle
{
	font-style: italic;
}

#content .itemauthor
{
	font-weight: bold;
}
