/* AUTHOR: Berwickshire Housing Association, IT Department, Peter Nisbet */
/* CONTRACT: Seton Care Limited */
/* COPYRIGHT: 2006 Berwickshire Housing Association */

* {margin: 0; padding: 0; border: 0;} /* We use this line to turn off all present margins, padding and borders, we will set these styles by ourselves */

/* Layout of Website */

body		{width: 90%; margin-left: auto; margin-right: auto;}
#container 	{text-align: left;}
#header		{text-align: center;}
#footer 	{text-align: right;}
#content	{text-align: justify; padding: 10px 5px 0px 5px;} 
#navigation	{display: none;}  
#subfooter 	{text-align: left;}

/* Styling of Website */

.printhide {display: none;}

img#titlelogo  {}

#footer p {	font-size: 70%;

		word-spacing: normal;
		letter-spacing: normal;
		vertical-align: text-top;
		text-decoration: none;
		text-transform: none;
		text-indent: 0px;
		line-height: 1.5em;

		color: #C0C0C0;}

#subfooter p {	font-size: 70%;

		word-spacing: normal;
		letter-spacing: normal;
		vertical-align: text-top;
		text-decoration: none;
		text-transform: none;
		text-indent: 0px;
		line-height: 1.5em;

		color: #C0C0C0;}

#subfooter a {color: #B2B2C0;}

div.floatbox {display: none;}

/* Styling for drop down menus */

div#menubar {display: none;} 

/* Formatting of Website */

body {	font-family: Arial, Helvetica, san-serif, 'Times New Roman';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;

	color: #080808;}

h1 {	margin-bottom: 0.2em;

	font-family: Arial, Helvetica, san-serif, 'Times New Roman';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 160%;

	text-transform: none;
	letter-spacing: 0.03em;
	color: #DB5E28;}

h2 {	margin-top: 0.5em;
	margin-bottom: 0.2em;

	font-family: Arial, Helvetica, san-serif, 'Times New Roman';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 140%;

	text-transform: none;
	letter-spacing: 0.03em;
	color: #DB5E28;}

h3 {	margin-top: 0.5em;
	margin-bottom: 0.2em;

	font-family: Arial, Helvetica, san-serif, 'Times New Roman';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 120%;

	text-transform: none;
	letter-spacing: 0.03em;
	color: #DB5E28;}

h4 {	margin-top: 0.5em;
	margin-bottom: 0.2em;

	font-family: Arial, Helvetica, san-serif, 'Times New Roman';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 110%;

	text-transform: none;
	letter-spacing: 0.03em;
	color: #DB5E28;}

h5 {	margin-top: 0.5em;
	margin-bottom: 0.2em;

	font-family: Arial, Helvetica, san-serif, 'Times New Roman';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 105%;

	text-transform: none;
	letter-spacing: 0.03em;
	color: #DB5E28;}

h6 {	margin-top: 0.5em;
	margin-bottom: 0.2em;

	font-family: Arial, Helvetica, san-serif, 'Times New Roman';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;

	text-transform: none;
	letter-spacing: 0.03em;
	color: #DB5E28;}

p {	padding: 0.4em 0px 0.4em 0px;

	word-spacing: 0.05em;
	letter-spacing: 0.03em;
	vertical-align: middle;
	text-decoration: none;
	text-transform: none;
	text-indent: 0px;
	line-height: 1.6em;

	color: #080808;}

li {	padding: 0.4em 0px 0.4em 0px;

	word-spacing: 0.05em;
	letter-spacing: 0.03em;
	vertical-align: middle;
	text-decoration: none;
	text-transform: none;
	text-indent: 0px;
	line-height: 1.6em;

	color: #080808;}

a {	text-decoration: none;
	color: #46069E;}

ul,ol,dl {padding-left: 2em; padding-top: 0.5em; padding-bottom: 0.5em;}
dd {padding-top: 0.2em; padding-bottom: 0.2em;}
dt {font-weight: bold; padding-top: 0.2em;}

th {
	color: #6D929B;
	border: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: center;
	padding: 6px 6px 6px 6px;
}

td {
	font-size: 80%;
	color: #080808;
	border: 1px solid #C1DAD7;
	text-align: left;
	padding: 6px 6px 6px 6px;
	vertical-align: top;
}






