/*
	low.css
	
	Styles for old browsers.
	
	Notes:
	- In this style sheet only adjust fonts, colors, and borders.
	- This style sheet is also the base stylesheet for the web site.
*/
body {
	background: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1, h3, .caption { font-family: Verdana, Arial, Helvetica, sans-serif; }
h1 { color: #003366; }
h2 {
	color: #cc3300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}
h2.subtitle { text-transform: lowercase; }
h2.normal-case { text-transform: none!important; }
h3.with-line {
	border: 0px solid #dddde5;
	border-bottom-width: 1px;
}
h3.with-line a:link,
h3.with-line a:visited {
	color: black;
	text-decoration: none;
}
img { border: 0px; }

a { text-decoration: underline; }
a:link {
	color: #cc3300;
	text-decoration: underline;
}
a:visited {
	color: #886666;
	text-decoration: underline;
}
a:hover, #content a:hover {
	color: #ee6622;
	text-decoration: none;
}
.hidden, .hidden-low { display: none; }

.no-top-margin { margin-top: 0 !important; }
.no-bottom-margin { margin-bottom: 0 !important; }
.no-top-border { border-top-width: 0 !important; }
.no-bottom-border { border-bottom-width: 0 !important; }
.less-bottom-margin { margin-bottom: .5em; }

.url, .error, .asterix, .ahem { color: #cc3300; }
.optional { color: #999999; }

.no-javascript {
	display: block;
	width: 420px;
	border: 1px solid #cc3300;
	margin: 2em;
	margin-left: 0;
}
.no-javascript p.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 1em;
}
.caption {
	font-size: 10px;
	margin: 0;
	padding-bottom: 1.5em;
}
#organisation a { color: #003366; }
#tag-line { text-transform: none; }
#tag-line a { color: #cc3300; }
#organisation a,
#tag-line a { text-decoration: none; }

#header .site-links { margin-bottom: 1em; }

#sidebar, #page, #footer {
	border: 0px solid silver;
	border-top-width: 1px;
	display: block;
	width: 600px;
	padding-bottom: 1em;
}
#sidebar, #footer { padding-top: 1em; }

.getquicktime-gif,
.getmediaplayer-gif {
	margin-top: 16px;
	margin-bottom: 16px;
	margin-right: 16px;
	border-width: 0px !important;
}

