/* AUTHOR:	Peter William Nisbet (ICT Trainer)			*/
/* CONTRACT: 	Scottish Borders CVS network  				*/
/* COPYRIGHT:	2004 Border Forum of Councils for Voluntary Service	*/

body {

	width:				100%;
	background: 		#FFFFFF;

	padding-top:		0px;
	padding-right:		0px;
	padding-bottom:	0px;
	padding-left:		0px;

	border-top:			0px;
	border-right:		0px;
	border-bottom:		0px;
	border-left:		0px;

	margin-top:			0px;
	margin-right:		0px;
	margin-bottom:		0px;
	margin-left:		0px;
}

div.header {

	background: url('../graphics/titles/background1.gif') no-repeat right top;
	background-color:	#FFF6C9;
	vertical-align:	middle;
	text-align:			left;

	padding-top:		0px;
	padding-right:		0px;
	padding-bottom:	0px;
	padding-left:		0px;

	border-top:			0px;
	border-right:		0px;
	border-bottom:		2px solid #854D0C;
	border-left:		0px;
}

div.content {

	background: 		#FFFFFF; 
	vertical-align:	top;
	text-align:			left;

	padding-top:		0px;
	padding-right:		0px;
	padding-bottom:	0px;
	padding-left:		0px;

	border-top:			0px;
	border-right:		0px;
	border-bottom:	1px solid #FF9933;
	border-left:		0px;
}

div.footer {

	background: 		#FFFFFF; 
	vertical-align:	middle;
	text-align:			left;

	padding-top:		0px;
	padding-right:		0px;
	padding-bottom:	0px;
	padding-left:		0px;

	border-top:			0px;
	border-right:		0px;
	border-bottom:		0px;
	border-left:		0px;
}

table.article {
	width: 				100%;
	border-collapse: 	collapse;
}

table.article td.content {

	width:				60%;	
	vertical-align: 	top;
	text-align:			left;

	padding-top:		0px;
	padding-right:		0px;
	padding-bottom:	0px;
	padding-left:		0px;

	border-top:			0px;
	border-right:		0px;
	border-bottom:		0px;
	border-left:		0px;
}

table.article td.contentwide {

	width:				100%;	
	vertical-align: 	top;
	text-align:			left;

	padding-top:		0px;
	padding-right:		0px;
	padding-bottom:	0px;
	padding-left:		0px;

	border-top:			0px;
	border-right:		0px;
	border-bottom:		0px;
	border-left:		0px;
}

table.article td.support {

	width:				30%;	
	vertical-align: 	top;
	text-align:			center;

	padding-top:		0px;
	padding-right:		0px;
	padding-bottom:	0px;
	padding-left:		0px;

	border-top:			0px;
	border-right:		0px;
	border-bottom:		0px;
	border-left:		0px;
}

table.columns {
	width: 				100%;
	border-collapse: 	collapse;
}

table.columns td.left {

	width:				25%;	
	background: 		#FFCC00;
	vertical-align: 	top;
	text-align:			center;

	padding-top:		10px;
	padding-right:		5px;
	padding-bottom:	10px;
	padding-left:		5px;

	border-top:			0px;
	border-right:		1px solid #FF9933;
	border-bottom:		0px;
	border-left:		0px;
}


table.columns td.right {

	width:				75%;	
	background: 		#FFFFFF;
	vertical-align: 	top;
	text-align:			left;

	padding-top:		10px;
	padding-right:		5px;
	padding-bottom:	10px;
	padding-left:		10px;

	border-top:			0px;
	border-right:		0px;
	border-bottom:		0px;
	border-left:		0px;
}


div.tabsbar {

	background: 		#FD8800;
	vertical-align:	middle;
	text-align:			right;

	padding-top:		0.2em;
	padding-right:		8px;
	padding-bottom:	0.2em;
	padding-left:		8px;

	border-top:			0px;
	border-right:		0px;
	border-bottom:		0px;
	border-left:		0px;

	margin-top:			0px;
	margin-right:		0px;
	margin-bottom:		0px;
	margin-left:		0px;
}

img {

   border: none;
	vertical-align: middle;
}