/* Main Selectors */

body {
	font-size: 100%;
	background-color: #999999;
	padding: 0px 0px 0px 0px;
}

img{
	border: none;
}

a:link{
	color: blue;
	text-decoration: none;
	text-align: left;
}

td a:{
	text-decoration: underline;
}

a:visited{
	color: blue;
	text-decoration: none;
	text-align: left;
}

a:active{
	color: aqua;
	text-align: left;
}

a:hover{
	color: orange;
	text-align: left;
}
/*
.narrative a:link{
	color: #999999;
	text-decoration: none;
}

.narrative a:visited{
	color: fuchsia;
	text-decoration: none;
}

.narrative a:active{
	color: aqua;
}

.narrative a:hover{
	color: orange;
}
*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	font-weight: normal;
	background-color: transparent;
}

/* Text styles */
/* Normal text */
.narrative{
	font-family: Vedrdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	font-weight: normal;
}

.narrative2{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	font-weight: normal;
	background-color: white;
}

/* Overall areas */
/* Main Screen */
#wrapper{
	background-color: #999999;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	border: thin none;
	margin: 0px 0px 0px 0px;
}

/* Main Work Area */
#mainwindow{
	background-color: white;
	width: 770px;
	margin: 0px auto 0px auto;
	border: thin solid red;
	font-size: 1em;
	/*height: 755px;*/
	min-height: 755px;
}

#extraimage{
	background-color: white;
	width: 240px;
	margin: 0px auto 0px auto;
	border: none;
	font-size: 1em;
	height: 200px;
	position: absolute;
	left: 640px;
	top: 505px;
}

#extraimage2{
	background-color: white;
	width: 240px;
	margin: 0px auto 0px auto;
	border: none;
	font-size: 1em;
	height: 200px;
	position: absolute;
	left: 640px;
	top: 330px;
}

/* Navigation Buttons Area */
#navigation{
	background-color: white;
	height: 31px;
	width: 770px;
}

/* Style copyright message area */
.cright{
	font-weight: bold;
	background-color: #999999;
	font-size: 0.9em;
	color: white;
	text-align: center;
	line-height: 1em;
}

.rightalign{
	text-align: right;
}


td {
	vertical-align: top;
	text-align: left;
}

.allinks{
	vertical-align: middle;
}