/* Main */

body {
	background-color: black;
	color: #101010 ;
	font-family:Georgia,freeserif,Serif;
	}

p {
	text-align: justify;
	text-indent: 1em;
	}

h5 {
	font-size: 110%;
	font-style: italic;
	}

h6 {
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	}


/* Hyperlinks */

a {
	font-weight: bold;
	text-decoration: none;
	}

a:link {
	color: #a25400;
	background-color: transparent;
	}

a:visited {
	color: #734f29;
	background-color: transparent;
	text-decoration: underline;
	}

a:hover {
	color: #ff8401;
	background-color: transparent;
	text-decoration: underline;
	}

a:active { }

a img {
	border: 0px;
	}


/* Areas */

#area_pageheader {
	float: left;
	color: #101010 ;
	position: relative;
	background-color: #e3c89d;
	background-image: url('illustrations/bg_topWlogo.jpg');
	background-repeat: no-repeat;
	width:735px;
	height:270px;
	}

#area_header {
	float: left;
	color: #101010 ;
	position: relative;
	background-color: #e3c89d;
	background-image: url('illustrations/bg_logo.jpg');
	background-repeat: no-repeat;
	width:735px;
	height:356px;
	}

#area_main {
	float: left;
	color: #101010 ;
	position: relative;
	background-color: #e3c89d;
	background-image: url('illustrations/bg_middle.jpg');
	background-repeat: repeat-y;
	width: 585px;
	padding: 0 75px 0 75px;
	}

#area_footer {
	float: left;
	color: #101010 ;
	position: relative;
	background-color: #e3c89d;
	background-image: url('illustrations/bg_bottom.jpg');
	background-repeat: no-repeat;
	width: 735px;
	height: 111px;
	}


/* Headings */

.heading_page {
	float: left;
	position: relative;
	margin-top: 160px;
	padding-left: 70px;
	width: 410px; 
	height: 105px;
	}

#heading_main {
	display: none;
	}

#heading_contents { }

#heading_appendix { }

#heading_charts { }

#heading_printerversions { }

#heading_changelog { }

#heading_links { }


/* Links */

#link_menu {
	left: 510px;
	top: 110px;
	position: absolute;
	width:180px;
	height: 140px;
	}

#link_previouspage {
	float: left;
	margin-top: 20px;
	margin-left: 50px;
	font-size: 90%;
	}

#link_contentspage {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 90%;
	}

#link_printerfriendly {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 90%;
	}

#link_nextpage {
	float: right;
	margin-top: 20px;
	margin-right: 50px;
	font-size: 125%;
	color: red;
	}


/* Menus */

#menu_contents {
	list-style-image: url('graphics/bullet.gif');
	}

#menu_appendix {
	list-style-image: url('graphics/appendix.gif');
	}

	#menu_appendix li {
		font-size: 90%;
		}

#menu_charts {
	list-style-image: url('graphics/graph.gif');
	}

	#menu_charts li {
		font-size: 90%;
		}

#menu_printerversions { }

	#menu_printerversions li {
		font-size: 90%;
		}

#menu_links { }

	#menu_links li {
		font-size: 90%;
		}


/* Lists */

#list_changes { }

	#list_changes li {
		font-size: 90%;
		}
	
	#list_changes .date {
		font-weight: bold;
		}


/* Content */

#content_description { }

#content_printhelp {
	font-size: 90%;
	}

#content_copyright {
	text-align:right;
	position: relative;
	top: 40px;
	margin-right: 25px;
	font-weight: bold;
	font-size: 70%;
	}

.content_summary {
	font-weight: bold;
	margin-bottom: 50px;
	}

	.content_summary li {
		margin-bottom: 1em;
		}
	
#content_caption {
	font-style: italic;
	margin-bottom: 50px;
	}

#content_timeline {
	background: url('graphics/time.gif');
	background-repeat: repeat-y;
	margin-left:100px;
	}

	#content_timeline p {
		text-indent:0;
		padding-left:20px;
		padding-right:100px;
		text-align:left;
		}

.content_quote {
	font-weight: bold;
	margin-left: 40px;
	margin-right: 40px;
	}

.content_citation {
	margin-left: 40px;
	margin-right: 40px;
	}

.content_failed {
	margin:0 50px 0 50px;
	padding: 40px 0 0 50px;
	background:url('graphics/failed.gif');
	background-repeat:no-repeat;
	background-position: top left;
	}

.content_passed {
	margin:0 50px 0 50px;
	padding: 40px 0 0 50px;
	background:url('graphics/passed.gif');
	background-repeat:no-repeat;
	background-position: top left;
	}
	

/* First paraghaph and drop-capital */
	
#content_fp {
	font-weight:bold;
	text-indent:0em;
	}
	
#content_dc {
	font-size:45px;
	color:#101010 ;
	font-weight:bold;
	float:left;
	height:34px;
	line-height:34px;
	margin-top:2px;
	margin-right:1px;
	text-indent:0px;
	}
	

/* Illustration */

.illustration {
	float: right;
	text-align:left;
	font-style:italic;
	margin-left:25px;
	margin-bottom:10px;
	font-size: 90%;
	}


/* Icons */

.pdf {
	list-style-image:url('graphics/pdficon_small.gif');
	}

.odt {
	list-style-image:url('graphics/openoffice.gif');
	}


/* Horizontal rule */

div.hr {
	background: transparent url('graphics/seperator.gif') no-repeat scroll center;
	height:21px;
	margin-top:100px;
	margin-bottom:100px;
	}

div.hr hr {
	display: none;
	}


/* Highlight */

.highlight {
	text-decoration: underline;
	background-color: #f1d38b;
	color: #101010 ;
	}
