@charset "utf-8";
/* CSS Document */

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/*END BROWSER RESET-------------------------------------------------------------------------------------------*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666;
	line-height: 17px;
}

#bar {
	height: 15px;
	background-color: #8cd3cf;
}
#container {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: auto;
}

#header {
	width: 840px;
	height: 90px;
}
#logotext {
	width: 260px;
	height: 90px;
	float: left;
	background-image: url(file:///C|/Users/Tracey/Documents/My%20Web%20Sites/image/head.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-left: 15px;
}
#subline {
	width: 400px;
	height: 65px;
	float: right;
	background-image: url(file:///C|/Users/Tracey/Documents/My%20Web%20Sites/image/address.jpg);
	background-repeat: no-repeat;
	display: block;
	text-align: right;
	padding-top: 25px;
	font-size: 15px;
	padding-right: 15px;
	line-height:25px;
}

#main {
	width: 810px;
	height: auto;
	display: block;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
}
#sidebar {
	width: 195px;
	height: inherit;
	padding-bottom: 120px;
	float: left;
}
#sidebar ul{
	list-style-position: inside;
	list-style-type: none;
	padding-left: 0px;
	padding-right: 0px;
}
#sidebar li{
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-color: #aee0dd;
	border-bottom-style: solid;
	line-height: 40px;
}
.nav a {
	padding-left: 10px;
	text-decoration: none;
	color: #666666;
	display: block;
	border: 1px solid #fff;
	
}
.nav a:hover {
	color: #ffffff;
	background-color: #8cd3cf;

	}
#maincontent a  {
	text-decoration: none;
	color: #666;
}
#maincontent a:hover   {
	color: #8CD3CF;
}

#maincontent {
	width: 600px;
	height: auto;
	margin-left: 210px;
}
#maincontent #maintext h1 {
	line-height: normal;
	font-size: 200%;
	color: #3daeb6;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
#maintext p{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}



#mainimage {
	width: 598px;
	height: 300px;
	margin-bottom: 15px;
	border: 1px solid #cccccc;
}
#linksimage {
	width: 598px;
	margin-bottom: 15px;
	border: 1px solid #cccccc;
}
#linksimage table tr td img {
	border: 1px solid #666;
	margin-top: 15px;
	margin-bottom: 5px;
}
#linksimage table {
	margin-left: 20px;
	margin-bottom: 20px;
}

.largetext {
	font-size: 16px;
	color: #742823;
	line-height: 22px;
}

hr {
	color: #742823;
	height: 1px;
}

#footer {
	height: 100px;
	background-color: #CBEBEA;
	text-align: center;
	padding: 0px;
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 15px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 840px;
}
#footer a {
	colour: #FFFFFF;
	text-decoration: none;
	color: #666;

}
.copyright {
	font-size: 9px;
}
#Deutsch {
	float: right;
	margin: 2px;
}
.clearingdiv {
	clear: both;
}
