@charset "utf-8";
body {
	background: #FFFFFF;
	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: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/global-home/global-home.jpg);
	background-repeat: no-repeat;
	height: 547px;
}
.oneColFixCtr #selectMap {
	width: 775px;
	margin: 15px 0 0 0;
	float: right;
}

#footer {
	height: 25px;
	width: 1000px;
	padding: 10px 0 10px 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.oneColFixCtr #container a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
.oneColFixCtr #container a:visited {
	color: #003399;
	text-decoration: none;
}
.oneColFixCtr #container a:hover {
	color: #003399;
	text-decoration: underline;
}
.oneColFixCtr #container a:active {
	color: #003399;
	text-decoration: underline;
}
#selectRegion {
	width: 200px;
	margin: 45px 0 0 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
#selectRegion p {
	margin: 5px;
}
#selectRegion li {
	list-style-position: outside;
	margin: 0px;
}
#selectRegion ul {
	list-style-position: outside;
	margin: 0;
}



#WelcomeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 15px 0 0 20px;
}










.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.OMglobal #logo {
	height: 67px;
	width: 284px;
}
