/* CSS Document */

/*--------------Tags begin here------------*/
body {
	background-color:#dbca67;
	background-image: url(images/yellowbg.gif); right repeat-none;
	background-attachment:fixed;
	background-position:bottom left;
	background-repeat:no-repeat;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {
	color: #000000;
	background:none;
}
a:visited {
	color: #000000;
	background:none;
}
a:hover {
	color: #000000;
	background:none;
}
a:active {
	color: #FFFFFF;
	background:none;
}

P { 
	text-align:justify;
	padding-left:20px;
	width:80%;
	background:none;
	color:#000000;
}

h4 {
	text-decoration:none;
	padding-left:0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	text-decoration:none;
	padding-left:20px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h2 {
	text-decoration:none;
	padding-left:10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h3 {
	text-decoration:none;
	padding-left:20px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

blockquote { /* everything in the pale yellow rounded edge box */
    width:484px;
	background:  url(images/yellowrs-right.gif) left repeat-y;
	color:#000000; 
}


/*------------------DIVS START HERE------------------- */


#top { /*banner at the top div */
	width:700px;
	height:88px;
	float:inherit;
	border: 1px;
	margin-top:20px;
	margin-left:10px;
	}

/* --------------These are for list item active link background colours ---------------------------*/
#home a {
    color: black;
    background: #cba610;
    border: 5px ridged #fee;
}

/* End of list item active link background colours-------------------------*/

#tablediv {
margin-top:170px;
margin-left:20px;
}

#navmenu { /*this is the left navigation div box - contains the 'verts' - see below*/
	margin: 0;
	padding: 0;
	margin-top:35px;
	float:left;
	width:145px;
	height:200px;
	cursor: hand;
}

#horizmenu {
float:left;
width:290px;
}

#capturelogo {
float:right;
margin-right:50px;
top:0;
}

#content {
	width:482px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	float:left;

}

#footer {
	background:none;
	color:#000000;
	width:400px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	
}

