@charset "utf-8";

* {
    margin: 0;
    border: 0;
    padding: 0;
}

body {
    background: white;
    font-size: 100.01%;
	font-family: arial, helvetica, sans-serif;
	width: 710px;
	margin: 20px;
}

.text {

	font-size:88%;
	line-height:1.3em;
	color:#5E89C2;

}

.hidden {
    width: 10px;
    position: absolute;
    left: -1000em;
    top: -1000em;
    line-height: 0;
}

#logo {
}

#topBackground {
	margin-top: 17px;
	background: url("/html/images/main/gradient_top.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

#bottomBackground{
	background: url("/html/images/main/gradient_bottom.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}

h1 {
	font-family: "Times New Roman", "Times Roman", TimesNR, times, serif;
	font-weight: bold;
	font-size: 30px;
	color: #5e89c2;
	margin-top: -4px;
	height: 72px;
}

#welcome {
	display: block;
	font-style: italic;
	margin-left: -5px;
	padding: 0;
}

#headline {
	display: block;
	margin-left: 25px;
	margin-top: -10px;
}

#content {
	width: 437px;
	margin-left: 168px;
	padding-bottom: 30px;
}

#sites {
	margin-top: 24px;
	padding-bottom: 20px;
	border-bottom: 2px solid #a8c986;
	margin-bottom: 20px;
}

#sites a {
	font-family: "Times New Roman", "Times Roman", TimesNR, times, serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #b98b10;
}

#sites a:link, #sites a:visited {
	text-decoration: none;
	color: #b98b10;
}

#sites a:hover {
	text-decoration: underline;
	color: #b98b10;
}

#sites a:active, #sites a:focus {
	text-decoration: none;
	color: #b98b10;
}

#sites li {
	background-repeat: no-repeat;
	display: inline;
	background: url("/html/images/main/bullet_point.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}

#sites li.first {
	padding-right: 70px;
}

#countryCommunities {
}

#countryCommunities p.choose{
	font-family: "Times New Roman", "Times Roman", TimesNR, times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #5e89c2;
	background: url("/html/images/main/bullet_point.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	margin-bottom: 10px;
}


#countryCommunities ul {
	list-style-position: outside;
}

#countryCommunities li {
	list-style-type: none;
	list-style-image: none;
}

#countryCommunities li p {
	border-bottom: 1px solid #b98b10;
	font-family: "Times New Roman", "Times Roman", TimesNR, times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #b98b10;
	margin-bottom: 3px;
	padding: 0;
	padding-bottom: 2px;
}

#countryCommunities ul ul {
	margin-bottom: 20px;
}

#countryCommunities li, #countryCommunities a {
	font-family: arial, helvetica, sans-serif;
	font-weight: medium;
	font-size: 12px;
	text-decoration: none;
	color: #5e89c2;
}

#countryCommunities a:link, #countryCommunities a:visited {
	text-decoration: none;
	color: #5e89c2;
}

#countryCommunities a:hover {
	text-decoration: underline;
	color: #5e89c2;
}

#countryCommunities a:active, #countryCommunities a:focus {
	text-decoration: none;
	color: #5e89c2;
}

#firstRegion {
	float: left;
	width: 220px;
	margin-left: 12px;
}

#firstRegion .column1 {
	float: left;
	width: 110px;
	margin: 0;
}

#firstRegion .column2 {
	zoom: 1; /* Workaround for IE6 */
	margin: 0;
	margin-left: 110px;
}

#remainingRegions {
	margin-left: 255px;
	width:160px;
}

#footer {
	background: url("/html/images/main/bottom.jpg");
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 55px;
	width: 710px; /* Needed for IE6 */
	padding-bottom: 20px;
}

#footer .copyright {
	color: #a2a4a7;
	font-size: 0.75em;
	float: left;
	margin-left: 10px;
}

#footer .bayerlogo {
	float:  right;
	border-style: none;
	border-width: 0;
	margin-right: 2px;
}

#footer .onyxlogo {
	float:  right;
	border-style: none;
	border-width: 0;
	margin-right: 3px;
	margin-left: 4px;	
}

