/* CSS Document */
body {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif; /*Arial, sans-serif;*/
	color: #333333;
}

#TopLine {
	height: 3px;
	width: 750px;
	background-color: #D6AB82;
}
#BodyBlock {
	width: 750px;
	background-color: #D6AB82;
	margin-top: 0px;
}
#BodyBlock table {
	width: 100%;
}
#BodyBlock table tr {
	vertical-align:top;
}

#CentreBlock {
	background-color: #FFFFFF;
	padding: 10px;
	text-align:left;
	margin-bottom: 10px;
}
#CentreBlock a:link {
	color: #4F9AD4;
}
#CentreBlock a:visited {
	color: #4F9AD4;
}
#CentreBlock a:hover {
	color: #4F9AD4;
}
#CentreBlock a:active {
	color: #4F9AD4;
}

#CentreBlock h1 {
	margin-top: 0px;
	color:#d6ab82;
	font-size:x-large;
}
#CentreBlock h2 {
	color:#9e9c70;
	font-size:small;
	margin-bottom: -15px;
}
#CentreBlock h3 {
	font-size:small;
	margin-bottom: -15px;
}
#CentreBlock p {
	font-size: small;
}
#CentreBlock ul {
	font-size: small;
	list-style-type:disc;
}

#CentreBlock form {
	font-size: small;
	color: #333333;
}
#CentreBlock form .button {
	font-size: small;
	color: #333333;
	border: 1px outset #333333;
}
#CentreBlock form table {
	width:100%;
	text-align:left;
}
#CentreBlock form table tr {
	vertical-align:top;
}
#CentreBlock form label {
	text-align:left;
}
#CentreBlock form input {
	width: 300px;
	border: 1px inset #333333;
}
#CentreBlock form textarea {
	width: 300px;
	border: 1px inset #333333;
}
.SmallPicWidth {
	width: 130px;
}
.LargePicWidth {
	width: 150px;
}

#MenuBlock {
	margin-top: 20px;
	text-align:left;
	width:120px;
	font-size:x-small;
}
#MenuBlock .Link {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom:5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #C9C7A6;
	color: #C9C7A6;
}
#MenuBlock .Link A {
	padding-left:5px;
	font-size:x-small;
	font-weight:bold;
	color: #9E9C70;
	text-decoration: none;
}
#MenuBlock .Link A:active {
	color: #333333;
}
#MenuBlock .Link A:hover {
	color: #333333;
}

#ImageBlock {
	vertical-align:top;
	width: 150px;
	font-size: small;
}
#ImageBlock A:link {
	color: #FFFFFF;
	text-decoration: none;
}
#ImageBlock A:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#ImageBlock A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#ImageBlock A:active {
	color: #FFFFFF;
	text-decoration: none;
}

#Address {
	margin-left:10px;
	color: #FFFFFF;
	font-weight:bold;
	text-align: left;
	font-size: xx-small;
}

#Footer {
	color:#FFFFFF;
	text-align:left;
	font-size:x-small;
	background-color: #D6AB82;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#Footer TABLE {
	border-collapse: collapse;
	font-size: inherit;
}
#Footer UL {
	padding: 0px;
	margin: 0px;
}
#Footer UL LI {
	list-style-type: none;
}