/* CSS Document */

/*--------------Tags begin here------------*/
body {
	background-color:#598b3c;
	background-image:  url(logos/bg3.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;
}

.syndication-content-area {
			}
			.syndication-title {
			        font-family:Arial, Helvetica, sans-serif;
        			font-size:12px;
				font-weight: bold;
				padding-left:20px;
				margin: 0 0 5px 0;
			}
			.syndication-description {
			        font-family:Arial, Helvetica, sans-serif;
			        font-size:12px;
				margin: 0 0 10px 0;
			}
			.syndication-list {
				font-family:Arial, Helvetica, sans-serif;
        			font-size:12px;
				margin:0 25px 0 20px;
			}
			.syndication-list-item {
				margin: 0 0 5px 0;
			}
			.syndication-list-item a,
			.syndication-list-item a:link {
				 color: #000000;
        			 background:none;
			}
			.syndication-list-item a:active {
			 	color: #FFFFFF;
        			background:none;

			}
			.syndication-list-item a:hover {
				color: #000000;
        			background:none;
			}
			.syndication-list-item a:visited {
				color: #000000;
        			background:none;
			}
			.syndication-list-item-date {
				font-family:Arial, Helvetica, sans-serif;
        			font-size:12px;
			}
			.syndication-list-item-description {
			        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/rs-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:190px;
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;
	
}


