body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000066;
	background-color: #6BA6D1;
	background-image: url(../images/bg.gif);
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #660066;
}
a:hover {
	color: #FF6600;
}
a:active {
}

.oneColFixCtr #container {
	width: 786px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding-top: 7px;
	padding-bottom: 8px;
}
#headerimg {
	padding-right: 8px;
	padding-left: 8px;
}

#menubar {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

#ColLeftLang {
	float: right;
	text-align: right;
	padding-right: 16px;
	padding-top: 8px;
}

#ColLeftLang  img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#ColLeft {
	width: 160px;
	clear: right;
	float: right;
	padding-right: 16px;
	padding-top: 4px;
}
#ColLeft img {
	margin-top: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#ColRight {
	padding-left: 16px;
	padding-right: 192px;
}
#ColRightEvents {
	margin-left: 16px;
	margin-right: 16px;
}
h1 {
	font-size: 150%;
	margin-top: 6px;
	margin-bottom: 8px;
}
h2 {
	font-size: 120%;
}

#textbox {
	border: 1px solid #000066;
	-webkit-border-radius: 8px;
	padding-right: 18px;
	padding-left: 18px;
}

#textbox #ambassador {
	float: left;
	margin-right: 12px;
}
#eventbox {
	border: 1px solid #000066;
	-webkit-border-radius: 8px;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
#eventbox  .eventimg {
	width: 200px;
	float: left;
	font-size: 80%;
	padding-bottom: 8px;
}
.eventimg img {
	-webkit-box-shadow: 0px 1px 3px #000;
	margin-bottom: 8px;
}

#eventbox  .eventtext {
	margin-left: 218px;
}
.eventnorepeat {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A92CA;
}

.eventrepeat {
	padding-bottom: 18px;

}
.brclearAll {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}







#footer {
	text-align: center;
	clear: both;
	padding-top: 8px;
	line-height: 120%;
}

