<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
This stylesheet is part of the [in] business template downloaded from the oswd.org site 

The stylesheet and template where made by Tjobbe Andrews from NOW:design www.now-design.co.uk
*/
html {
	width: 100%
}

body {
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 90%;
	color: #3D3535;
	background: #f4f4f4 url(../images/bg.gif) top center repeat-y;
	margin: 20px;
	padding: 0px;
	line-height: 140%;
}
p {
	margin:0;margin-bottom:10pt;
	line-height:17pt;
	font-size:11pt;
	font-family:"Calibri","sans-serif";
}
h1 {
	margin:0;margin-top:7pt;margin-bottom:7pt;
	line-height:125%;
	page-break-after:avoid;
	font-size:16pt;
	font-family:"Cambria","serif";
	color:#365F91;
}

h2 {
	margin:0;margin-top:7pt;margin-bottom:7pt;
	line-height:115%;
	page-break-after:avoid;
	font-size:13pt;
	font-family:"Cambria","serif";
	color:#807C7C;
}
pre{
	margin:0;margin-bottom:10pt;
	line-height:115%;
	font-size:11pt;
	font-family:"Courier New";
}

input.button {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	background-color : #ffffff;
	height : 20px;
	border : 1px solid #ccc;
	margin-top : 2px;
}

textarea, input, select {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	border-width: 1px;
    border-style: solid;
    border-color: #ccc;

}

label.error { 
	width: 250px; 
	display: block; 
	float: left; 
	color: red; 
	padding-left: 10px; 
}

/* Wrapper */
.all {
	text-align: center; 
	width: 100%;
}

/* the container */
.box {
	background-color: #FFFFFF;
	margin-left: auto; 
	margin-right: auto; 
	padding: 20px; 
	text-align: left; 
	width: 1050px;
}

/*holds the tabs at the top*/
.menu {
	background-color: #FFFFFF;
	text-align: right; 
	border-bottom: 1px solid #FFFFFF;
}

/*defines the colours for the tabs, with corner background images*/
.menu a:link, .menu a:active, .menu a:visited {
	background: #EDEEEA url(../images/corner.gif) no-repeat right top;
	color: #3D3535;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
	border-bottom: 0px;
}

.menu a:hover {
	background: #D6D8CF url(../images/corner2.gif) no-repeat right top;
	color: #000000;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
	border-bottom: 0px;
}

.menu a.selected {
	background: #EDEEEA url(../images/corner.gif) no-repeat right top;
	color: #3D3535;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 7px 6px 7px;
	margin: 0 0 0 4px;
}

.menu a.selected:hover {
	background: #D6D8CF url(../images/corner2.gif) no-repeat right top;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 7px 6px 7px;
	margin: 0 0 0 4px;
	border-bottom: 0px;
}

/*holds the logo and image*/
.header {
	background-color: #EDEEEA;
	padding: 10px; 
	margin-top:3px;
	height: 115px;
}

.header h1 {
	margin:0;margin-top:7pt;margin-bottom:7pt;
	line-height:125%;
	page-break-after:avoid;
	font-size:16pt;
	font-family:"Cambria","serif";
	color:#800000;
}

/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*the main text container*/
.content {
	/*margin-right: 255px;*/
	margin-left: 190px;
	padding: 15px;
}

.content h1 {
	font-size: 130%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #A53512;
}

/*this is the right hand bar, news bar, links bar w/e*/
.panelsbar {
	margin-top: 40px;
	width: 180px;
	float: left;
	font-size: 90%;
}

.panelsbar h1 {
	background-color: #671515;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 90%;
	font-weight: normal;
}


/*this just lets you have a "comment" type area in the main content*/
.comment {
	padding: 20px;
	background-color: #F7F7F4;
	font-size:90%;
}

/*sets the padding for the newsbar text, not the headings*/
.panel-links-body {
	padding: 20px;
	background-color: #FFFFFF;
	font-size: 90%;
	list-style-image: url(images/b.gif);
	list-style-position: 10px;
}

.panel-links-body ul {
	list-style-image: url("../images/b-1.gif");
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.panel-links-body li:hover {
	list-style-image: url("../images/b-2.gif");
}

/*the footer, with copyright*/
.footer {
	clear:both;
	background-color: #EDEEEA;
	padding: 4px;
	font-size: 80%;
	text-align: center;
}

/*sets the link colours and style*/
a:link, a:active, a:visited {
	color: #A53512;
	text-decoration: none;
    border-bottom: 1px dotted;
}

a:hover {
	color: #A53512;
	text-decoration: none;
}

</pre></body></html>