/* style.css - main style sheet */body {	background-color: #FFFFFF;	color: #000000;	font-size:100%;	font-family: 'Arial, Helvetica, sans-serif', sans-serif;	margin-top: 0px;	margin-bottom: 0px;	margin-left: 14%;	margin-right: 16%;}/* Main content block */#content {	background-color: #E0DFC7;	color:#000000;	width: 100%;	margin: 0px;	float: left;	border-color:#613636;	border-style:inset;	border-width:2px;}/* Defining the header box */#header {	background-color: transparent;	color:#000000;	width: 90%;	float: none;	padding: 1%;	vertical-align:middle;	text-align: center;}/* Sidebar box */#sidebar {	background-color: transparent;	color: #000000;	width: 10%;	float: left;	padding:1%;	vertical-align: middle;	text-align: left;}/* Body text box */#bodytext {	background-color: #FFFDF7;	color: #000000;	width: 76%;	padding: 1%;	vertical-align: top;	float: right;	text-align: justify;	min-height: 400px;}/* Footer text box */#footer {	text-align: center;	width:100%;	float:left;	font-size:80%;}/* Normal heading font */h1 {	font-size: 160%;	font-family: 'Times New Roman', 'Times', serif;	font-weight: bold;}/* Sidebar heading font */h1.sidehead {	font-size: 120%;	font-family: 'Times New Roman', 'Times', serif;	font-weight: bold;}/* Images */img {	border: none;}/* Actual text font of the heading */.headingtext {	font-size: 240%;	font-weight: bold;	font-family: 'Times New Roman', 'Times', serif;	font-style: italic;}/* Heading description font size */.headingdesc {	font-size: 90%;	font-family: 'Verdana', 'Arial', sans-serif;	font-variant: small-caps;}/* Sidebar link font */.sidelink {	font-size: 80%;	font-family: 'Verdana', 'Arial', sans-serif;}/* Body content font */.bodycontent {	font-size: 90%;	line-height: 150%;}.modifiedtext {	font-size: 90%;	font-family: 'Times New Roman', 'Times', sans-serif;	color: #CD9E00;}/* Normal link */a {	color: #9C0404;	text-decoration: none;}/* List style */.itemlist {	list-style-type: square;	color:#CDD8E7;	list-style-position: inside;	padding: 5px;	}/* Hover link */a:hover {	text-decoration: underline;}/* Visited link */a:visited {	color: #CD9E00;}