
/*-----GLOBAL BODY SETTINGS - MARGINS PADDING ETC-----*/
body { 
	background: #877d74;
	margin-left : 0px;
	margin-right : 0px;
	margin-top: 0px;

 }

 /*-----GLOBAL FONT SETTINGS-------*/
body, table {
	font-family: Sans-Serif, Arial, Helvetica, Verdana;
	color: Black;
	font-size: 11px;
	line-height: 16px;

}

/*      page titles      */
h1 {
	color:#877d74;
	font-weight: normal;
	font-size: 18px;
	padding: 2px;
	margin:0px;
}

/*      sub titles, category headings etc       */
h2 {
	color:#877d74;
	font-weight: bold;
	font-size: 11px;
	padding: 4px;
	margin:0px;
	background-color: #EBE8E5;
}

/*       third level titles  */
h3 {
	color:#877d74;
	font-size: 10px;
	font-weight: bold;
}

/*  text attributes */
.bold{
	font-weight : bold;
}
.italics{
	 font-style: italic;
}
.text24{
	font-size: 24px;
}
.text18{
	font-size: 15px;
}
.text16{
	font-size: 16px;
}
.text14{
	font-size: 14px;
}
.text13{
	font-size: 13px;
}
.text12{
	font-size: 12px;
}
.text11{
	font-size: 11px;
}
.text10{
	font-size: 10px;
}
.text9{
	font-size: 9px;
}
.textbrown {
color:#887D75;
}
.textwhite{
	color: White;
}
.textgrey{
	color: #877d74;
}
.textblack{
	color: black;
}
.textred{
	color: #ab1818;
}

/*links*/
A {
	text-decoration : none;
	background-color : transparent;
	font-weight : bold;
	color : #877d74;
}
A:HOVER {
	text-decoration : underline;
	background-color : transparent;
}
A.menu{
	text-decoration : none;
	background-color : transparent;
	font-weight : bold;
	color : #877d74;
	font-size: 15px;
}
A.menu:HOVER {
	text-decoration : underline;
	background-color : transparent;
	color : Black;
}

A.whitelink {
	text-decoration : none;
	background-color : transparent;
	color: White;
	font-size: 12px;
	font-weight : bold;
}
A.whitelink:HOVER {
	text-decoration : underline;
	color: White;
}
A.greylink {
	text-decoration : none;
	background-color : transparent;
	color: #5D5D5D;
	font-size: 11px;
	font-weight : normal;
}
A.greylink:HOVER {
	text-decoration : underline;
	color: #5D5D5D;
}
/* skiplink */
.skiplink {display:none}

/* menu style */
#navlist
{
padding-left: 0;
margin-left: 0;
}

#navlist li
{
display: inline;
list-style: none;
margin: 0;
padding: 0.25em;
}

#navlist li a { text-decoration: none; }

#navlist li a.selected { 
    color: Black;
}

#navsub
{
padding-left: 0;
margin-left: 0;
}

#navsub li
{
display: block;
padding: 3px;
width: 160px;
background-color: #887D75;
border-bottom: 1px solid white;
}

#navsub li a { text-decoration: none; }

.header {background-image: url(images/topheader.gif); background-repeat: no-repeat; } 

/* Colours*/
.grey{
	background: #887D75;
}
.ltgrey{
	background: #EBE8E5;
}
.ltgreen{
	background: #e7f7d4;
}
.blue{
	background: #B4D2FE;
}
.ltblue{
	background: #E2EDF5;
}
.white{
	background: White;
}
.red{
	background: #ab1818;
}
.green{
	background: #b2bc00;
}
.orange{
	background: #b3522b;
}

/*styles for bg*/



/* Spacing*/
.spacing{
	padding:6px;
}
.spacing2{
	padding:8px;
}
.outline{
    padding:8px;
    border:1px solid white;
	background: #EBE8E5;
}


/* Forms*/
formfield{
	border : 0.1em solid #887D75;
	margin : 0.3em 0.5em 0em 0em; 
	padding : 0.2em;
	background:White;
}

input{
	border : 0.1em solid #887D75;
	margin : 0.3em 0.5em 0em 0em;
	padding : 0.2em;
	background:White;
	/*width : 120px;*/
}

select {
	border : 0.1em solid #887D75;
	margin : 0.3em 0.5em 0em 0em;
	padding : 0.2em;
	background:White;
}
textarea {
	border : 0.1em solid #887D75;
	margin : 0.3em 0.5em 0em 0em; 
	padding : 0.2em;
	background:White;
}
.checkbox{
	border : 0em;
	margin : 0em;
	padding : 0em;
	background-color : transparent;
	width : 20px;
}
.submit {
background-color :White;
color: #8DC641;
font-size: 11px;
font-weight : bold;
}

UL {
	list-style : disc;
	list-style-position : outside;
}
