a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #999999;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	padding: 0px;
}
.img {
	border: 1px solid #FFF;
	text-align: center;

}

a:hover{
	color:#FFFFFF;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

html {
	overflow: scroll;
} 
body {
	background-color: #090E22;
	background-image: url(images/headerbackground.jpg);
	background-repeat: repeat-x;
}
.container {
	margin: 0 Auto;
	width: 900px;
	border-radius: 15px 15px 15px 15px;
	background-color: #666666;
	border: solid 1px #fff;
}
.header {
	background-repeat: no-repeat;
	height: 231px;
	background-color: #090E22;
	border-radius: 15px 15px 0px 0px;
	background-position: center;
	border-bottom: solid 1px #fff;
	background-image: url(images/banner1.jpg);
}
.footer {
	float: none;
	/* [disabled]padding: 10px 10px 10px 10px; */
	padding: 25px 10px 25px 20px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	height: 50px;
}
.footer a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	/* [disabled]font-weight: bold; */
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:hover, footer a:active, fotter a:visited{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	/* [disabled]font-style: normal; */
	font-weight: bold;
	text-decoration: none;
	color: #090E22;
}

.LH_column {
	float: left;
	width: 105px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 0px;
	border: solid 1px #333;
	border-radius: 0px 10px 10px 0px;
	margin: 20px 5px 0px 20px;
}
.content {
	float: right;
	width: 740px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}

.RH_column {
	float: right;
	width: 150px;
	background-color: #FFFFFF;
	padding: 0px 5px 0px 10px;
	border: solid 1px #333;
	border-radius: 10px 0px 0px 10px;
	margin: 20px 20px 0px 20px;
}
.RH_column p {
	color: #090E22;
	font-size: x-small;
	text-align: center;
}
.text {
	width: 495px;
	float: left;
	border: solid 1px #fff;
	margin: 20px 0px 0px 0px;
	border-radius: 10px;
	padding: 0px 15px 0px 15px;
	background-color: #090E22;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.bullets {
	list-style-type: disc;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.text ul li {
	color: #FFF;
}
.bottom_menu {
	float: right;
	width: 300px;
	text-align: right;
	padding: 10px 10px 10px 0px;
	color: #090E22;
	font-weight: bold;
	font-size: small;
}

.bottom_menu a{
	color: #FFFFFF;
	font-weight: normal;
	font-size: small;
}
.bottom_menu a:hover, bottom_menu a:active, bottom_menu a:visited{
	color: #090E22;
	text-decoration: none;
	font-size: small;
	font-weight: normal;
}
.centered_text {
	text-align: center;
}
.vcard {
}
.fn org{
}
.adr {
}
.street-address1 {
}

.locality {
}
.region {
}
.geo {
}
.latitude {
}
.longitude {
}
.value-title {
}
.postcode {
}
#address_block {
	background-color: #BFC3CA;
	padding: 10px 10px 10px 10px;
}
.inputc {
	background-color: #CCCCCC;
}

