/* for my reference, the gold colour in hex #ac985f */

body {
	/* scrollbar settings for IE */
	scrollbar-arrow-color: #eee;
	scrollbar-base-color: #000;
	scrollbar-face-color: #ac985f;
	scrollbar-highlight-color: #eee;
	scrollbar-shadow-color: #ab8e57;
	/* main css for body */
	background-color: #000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	margin: 0;
}	

.pagetitle	{
	color: #ff0000;
	font-size: small;
	font-weight: bold
	}
	
.head1	{
	color: #ac985f;
	font-size: x-small;
	font-weight: bold
	}
	
.vblack	{
	color: #000;
	font-size: x-small;
	}
	
.vwhite	{
	color:#fff;
	font-size: small;
	text-align: justify;
	}


a:link {
    font-weight: bold;
    color: #ac985f;
    text-decoration: none
}

a:visited{ 
    font-weight: bold;
    color: #ac985f;
    text-decoration: none
}

a:hover {
    font-weight: bold;
    color: #fff;
    text-decoration: underline
}

p, ul, li {
/*	color: #fff;*/
	font-size: x-small;
	}
	
.header1, h1 {
	color: #fff;
	background: #4682B4;
	font-weight: bold;
	font-size: x-small;
	margin: 0px;
	padding: 2px;
	}
	
.header2, h2 {
	color: #000000;
	background: #DBEAF5;
	font-weight: bold;
	font-size: x-small;
	}

#heading {
	height: 200px;
	background:  url("images/backgrounds/header_tile.gif") #000;
	margin: 0;
}

#footer {
	border-top: 1px solid #ccc;
	font-size: xx-small;
	color: #bbb;
	margin: 0 10px;
	padding: 10px;
}

#bordered img {
	border: 2px solid #ac985f;
}

/* Menu CSS */
#menu {
	color: #ac985f;
	font-size: x-small;
}
/* Sub navigation CSS */
#subnav {
	color: #ac985f;
	font-size: x-small;
}

#subnav li {
	padding: 3px;
}

#subnav li a:hover {
	color: #fff;
	text-decoration: none;
}

#subnav li a#current:link, #subnav li a#current:visited {
	border-bottom: 3px solid #b19456;
	color: #fff;
	font-weight: bold;
}
	
.intd {
	color: #000000;
	font-size: x-small;
	padding-left: 15px;
	padding-right: 15px;
	}
	
.part {
	background-image: url("img/corner.gif");
	background-repeat: no-repeat;
	cursor: default;
	}

/* a class for all Tigra Hints boxes, TD object */
.hintsClass	{
	text-align: center;
	}
/* this class is used by Tigra Hints wrappers */
.row {
	background: white;
	}
