/* 	
	Style Sheet
*/

input{font-size:12px;border:1px solid #333333;}
textarea, select{font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:12px;}

h1 {
	font-size: medium;
	margin-bottom: 4px;
}

#html, body {
	/* margin-left: 8; */
	   /* margin-top: 8; */
	   /* margin-right: 8; */
	   /* margin-bottom: 8; */
	   font-family: Verdana, Arial, Sans-serif;
	color: #800040;
	background-color: #ffffff;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:980px;
	height: 100%;
	margin: 0;
	 }
			
#navigation {
	float: left;
	background-color: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	/* font-weight: bolder; */
			font-size: 100%;
	margin: 0;
			}

div#navigation a 	{
	font-size: 100%;
	display: block;
	background-color: transparent;
	color: #305896;
	margin: 0;
	padding: 0.1em;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration: none;
					}

.endCat		{
			margin-bottom: 0px; 
			border-bottom: 0px dashed #000;
			}

/* link colours */

div#navigation a:link {
	color: #636;
	background-color: transparent;
	margin: 0;
}
div#navigation a:visited {color: #636; background-color: transparent;}
div#navigation a:active {color: #636; background-color: transparent;}
div#navigation a:hover {
	background: #eee;
	color: #c02e2e;
}

div.index {
	text-align: left;
}
div.index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
td.thumbcell {
	width: 120px;
}

