/*	http://www.ukfortress.com/includes/fancy.css
	UKFortress stylesheet, Tim Fountain (tim@tfountain.co.uk)
	Created:	17th August, 2002.
	Last modified:	17th August, 2002. */

body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #000;
	color: #BBB;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* Layout */
#header {
	position: absolute;
	background-image: url('/images/toptile.jpg');
	width: 100%;
	height: 126px;
	left: 0px;
}

#content {
	padding-left: 165px;
	margin-right: 208px;
	padding-top: 147px;
	background-image: url('/images/menubg.gif');
	background-repeat: repeat-y;
}

#logo {
	position: absolute;
	top: 0px;
	left: 40%;
	width: 328px;
	height: 126px;
	background-image: url('/images/logo.gif');
	margin: 0px;
	padding: 0px;
}

#leftHeader {
	position: absolute;
	background-image: url('/images/topleft.jpg');
	width: 275px;
	height: 126px;
	top: 0px;
	left: 0px;
}

#rightHeader {
	position: absolute;
	background-image: url('/images/right.jpg');
	width: 141px;
	height: 126px;
	top: 0px;
	right: 0px;
}

#ls {
	position: absolute;
	top: 240px;
	width: 160px;
	padding-left: 9px;
}

#toppiece {
	position: absolute;
	background-image: url('/images/toppiece.jpg');
	width: 236px;
	height: 16px;
	top: 126px;
}

#lstop {
	position: absolute;
	width: 160px;
	height: 98px;
	background-image: url('/images/menutop.jpg');
	top: 142px;
	left: 0px;
}

#botleft {
	width: 160px;
	height: 72px;
	background-image: url('/images/botleft.jpg');
	float: left;
}

#rs {
	position: absolute;
	top: 142px;
	right: 0px;
	width: 193px;
	font-size: 0.85em;
}

.rsboxcontent {
	padding-left: 30px;
	background-image: url('/images/rightbac.gif');
	background-repeat: repeat-y;
}

.rsboxtop {
	background-image: url('/images/righttop.jpg');
	background-repeat: no-repeat;
	color: #DDD;
	text-align: center;
	padding-top: 13px;
	padding-left: 15px;
	margin: 0px;
	width: 178px;
	height: 33px;
}

.rsboxbot {
	background-image: url('/images/rightbot.jpg');
	width: 193px;
	height: 38px;
}


#footerText {
	vertical-align: bottom;
	padding-bottom: 3px;
	height: 72px;
}

.mainbg {
	background-color: #795;
}

.secbg {
	background-color: #222;
}

.helplink {
	font-size: x-small;
}

/* Other stuff */
a:link {
	color: #795;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #573;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: red;
}

a:hover {
	font-weight: bold;
	color: #9B7;
	text-decoration: underline;
}

#ls a:link, #ls a:visited {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #DDD;
	text-decoration: none;
}

#ls a:hover {
	color: #EEE;
}


/* General presentation */
.smalltext {
	font-size: 80%;
}

blockquote {
	color: #795;
	font-style: italic;
}

h1,h2,h3,h4,h5,h6 {
	color: #795;
}

h1	{
	font-size: 2em;
	padding-top: 0px;
	margin-top: 0px;
}

h2	{
	font-size: 1.4em;
	font-weight: 550;
	padding-top: 0.5em;
}

h3	{
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

hr {
	background-color: #888;
}


/* Interview styles */
.question {
	font-weight: bold;
	padding-top: 2.3em;
	color: #795;
	}

.answer	{
	padding-top: 1em;
	}


/* News */
.dateheader {
	background-color: #222;
	padding: 4px;
	font-weight: bold;
	margin-bottom: 1em;
	border-top: 1px #333 solid;
	border-left: 1px #333 solid;
	border-right: 1px #111 solid;
	border-bottom: 1px #111 solid;
	-moz-border-radius: 8px;
}

.headline {
	font-weight: bold;
	font-size: 125%;
	border-bottom: 1px #795 solid;
}

/* Forms */
form {
	margin: 0px;
	padding: 0px;
}

input,textarea,.textbox,select {
	background-color: #111;
	border: 1px #333 solid;
	color: #BBB;
}

.button,.genericbutton {
	background-color: #333;
	color: #BBB;
	border-top: 2px #555 solid;
	border-left: 2px #555 solid;
	border-right: 2px #222 solid;
	border-bottom: 2px #222 solid;
}