 /*
--------------------------------------------------------
FileName:	Robin Valk
Version:	01.00.00
Year: 		2006
Author:		Tim Pascoe ~ MACHINA LTD
				t.pascoe@machina.co.uk
				http://www.machina.co.uk
--------------------------------------------------------
*/ 
  
body {
	margin:0px;
	padding: 0px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background : #FFFFFF;
	 color: #73574C;
	text-align: left;
}
h1{
	margin:0px 0px 4px 1px;
	padding: 0px;
}
h2{
	margin: 0px;
	padding: 10px 0px 3px 0px;
	font-size : 12px;
	font-weight : bold;
	color : #73574C;
	width : 80%;
	border-bottom : 1px solid #73574C;
}
h2 span.red{
	font-size: 13px;
}
.hr_dotted{
	border-bottom : 1px dotted #E8DFDF;
	width : 90%;
}
p{
	margin: 20px 0px 20px 0px;
}
.maincontainer{
	width : 642px;
	margin: 10px;
}
.maincontent{
	margin: 2px 0px 6px 1px;
	padding: 10px;
	width : 618px;
	border: 1px solid #73574C;
	clear: left;
}

#navID{height: 20px;}

.nav{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.nav li{
		height : 15px;
		font-size : 11px;
		font-weight : bold;
		float : left;
		list-style : none;
}

.nav li a{
		margin: 1px; 
		padding: 0px 6px 0px 6px;
		height : 15px;
		background-image : url(/library/images/buttonbg2x17.gif);
		background-repeat : repeat-x;
		color : #73574C;
		border: 1px solid #73574C;
		font-size : 11px;
		float : left;
		text-decoration : none;
}
.nav li a:hover{
		color: #000000;
		border: 1px solid #000000;
		text-decoration : none;
}

.navOn a{
		color: #000000 !important;
		border: 1px solid #000000 !important;
		text-decoration : none !important;
}

.navend{
		width: 127px;
		margin: 1px; 
		padding: 0px 6px 0px 6px;
		height : 15px;
		background-image : url(/library/images/buttonbg2x17.gif);
		background-repeat : repeat-x;
		color : #666666;
		border: 1px solid #73574C;
		font-size : 11px;
		float : left;
		text-decoration : none;
}

#navID2 { margin: 0 0 20px -7px; }

#navID2 li a {
		border: 1px solid #999999;
		color: #777777;
		}

#navID2 li a:hover {
		border: 1px solid #333333;
		color: #333333;
		}

.footer{
	margin-top: 20px;
	text-align : center;
	font-size : 9px;
}


a{color: #000000;}
a:hover{color: #000000;}

.red{
	color : #FF0000;
	font-weight : bold;
}

#contact{ 
	font-weight: bold;
	text-decoration: none;
}


/* Very important type of div used to drag out a container to below it's contained floats */
div.dropbelow {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	border: none;
}


