body {
background: #8b8b8b; 
color:#fdfddf;
font:85% Verdana,Tahoma,Arial,sans-serif;
margin:0;
padding:0;
text-align:left;
}

a {
color:#6E3B3C;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#4C4544;
text-decoration:underline;
}

p {
line-height:1.5em;
margin:0 0 15px;
color: black;}



/*** Main container ***/

#container {
background:#E7DEA8 url(images/bg_g.jpg) repeat-x;
color:#303030;
margin:0;
padding:0;
text-align:left;
width:100%;
line-height:1.2em;
}

/*** Header section ***/

#header {
display:none;
}


#img_croydon {
display:none;
}

#img_logo {
display:none;
}

/*** Content wrap ***/

#wrap {
clear:both;
font-size:0.9em;
padding:0;
background-color: #E7DEA8;
}


/*** Sidebars ***/

#leftside,#rightside {
display:none;
}



.linklist {
list-style:none;
margin:0 0 16px 10px;
padding:0;
}

.linklist ul {
color: #6E3B3C;
}

.linklist li {
margin-bottom:0.7em;
color: #6E3B3C;
}

/*** Sidebar menu ***/

.nav {
display:none;

}




a.arrow {
	background : #FDFDDF url(images/arrow1.gif) 140px 10px no-repeat;
}

a.arrowdown {
	background : #FDFDDF url(images/arrow2.gif) 140px 10px no-repeat;
}

.sub {
display:none;
}


/*** Content ***/

#content {
background-color:#FDFDDF;
border:0px;
color:#2a2a2a;
padding:30px 24px 10px 24px;
margin:5px;
}


#content h1,#content h2 {

color:#6E3B3C;
font-size:1.8em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 20px;
padding:0;
}

#content h2 {
font-size:1.6em;
margin-bottom:10px;
}


#content p a {
text-decoration: underline;
text-align: justify;
}

#content p a:hover {
text-decoration: none;
}

.background_img {
	background: url(images/front_big.jpg) no-repeat bottom center;
}

#content td {
	background-color: white;
	border: 1px solid black;
	}

/*** Footer ***/

#footer {
background:#8b8b8b url(images/footerbg.jpg) top left repeat-x;
clear:both;
color:#d0d0d0;
font-size:0.9em;
font-weight:bold;
margin:0;
padding:20px 0;
text-align:center;
width:100%;
}

#footer a {
color:#d0d0d0;
font-weight:bold;
}

/*** Various classes ***/

.img_left {
	float: left;
	margin: 10px;
	margin-left: 0;
	}

.thumbnail {
background:#FDFDDF;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}

.searchform {margin:0;}

.searchbox {
background:#f0f0f0;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:100px;
}

.searchbutton {
background:#f0f0f0;
border:1px solid #b0b0b0;
}

.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.7em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

.img_right {

	float: right;
	margin: 10px;
	margin-left: 0;
}

.img_left {

	float: left;
	margin: 10px;
	margin-left: 0;
}

div.function-icons {
	display:none;
	}


/*** End of file ***