body {
	margin: 0 0 20px 0;
	padding: 0;
	color: #939393;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(../images/bg_img.gif);
	background-repeat: repeat;

}

/*******************************************************************/
img {
	border: 0;
}

h1, h2, h3, p {
	margin-top: 0;
}

h1 {
	font-size: 16px;
	margin-bottom: 10px;
	color:#0073d4;
}

h2 {
	font-size: 14px;
	color:#0073d4;
}

h3 {
	font-size: 12px;
	color:#0073d4;
}

a {
	color: #0073d4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table.locator tr td {
	border: 1px solid #b6ccde;
	margin: 0;
	padding: 5px;
}

/*******************************************************************/
#container {
	margin: 0 auto;
	padding: 0;/*50 45 40 45*/
	width: 900px;
	background-color: #fff;
}

#header {
	margin: 0;
	padding: 0;
	height: 161px;
	background-image: url(../images/header_img.gif);
}

#logo {
	margin: 0;
	padding: 0;
	width: 493px;
	height: 161px;
	float: left;
}

#login {
	margin: 26px 10px 0 0;
	padding: 0;
	width: 280px;
	height: 122px;
	float: right;
}

#search {
	margin: 5px 0 0 0;
	padding: 0;
	height: 35px;
	float: right;
}

#searchBox {
	margin: 5px 0 0 0;/*68 10 0 0 / 30 0 0 0*/
	padding: 0;
	float: right;
	border: 0;
}

#searchBoxBtn {
	margin: 6px 0 0 0;/*65 24 0 0*/
	padding: 0;
	width: 19px;
	height: 21px;
	float: right;
	background-image: url(../images/search_btn.gif);
	background-repeat: no-repeat;
}

#subHeader {
	margin: 0;
	padding: 0;
	height: 16px;
	float: right;
}

#subHeader a {
	text-decoration: none;
}

#subHeader a:hover {
	text-decoration: underline;
}

#subHeader a.active {
	text-decoration: underline;
}

#subHeader a, #subHeader a:hover {
	color: #0073d4;
	font-weight: bold;
}

#country {
	margin: 30px 0 0 0;
	padding: 0;
	width: 153px;
	height: 44px;
	float: right;
}

#topMenu {
	margin: 1px 0 0 0;
	padding: 0;
	font-weight: bold;
}

#topMenu ul {
	margin: 0;
	padding: 0; /*12px 20px 0 20px;*/
	list-style: none;
	height: 43px;/*161 216*/
	background-image: url(../images/topMenu_bg.gif);
	background-repeat: repeat-x;
}

#topMenu ul li {
	margin:  1px 0 0 0;
	padding: 0;
	float: left;
}

#mainContent {
	margin: 0;
	padding:0;/*0 10 0 10*/
	width: 900px; /*880*/
	background-image: url(../images/sub_page/bottomContent_bg.gif);
	background-repeat: repeat-y;
}

#contentHolder {
	margin: 0;
	padding: 0;
	min-height:705px;
	height:auto !important;
	height:705px;
	background-image: url(../images/sub_page/mainContent_bg.gif);
	background-repeat: no-repeat;
	background-position:top left;
}

#contentLeftCol {
	margin: 0;
	padding: 0 0 0 12px;
	width: 180px;
	float: left;
}

#contentLeftCol ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contentLeftCol ul li {
	margin: 0;/*0 0 15 0*/
	padding: 0;
}

#contentLeftCol ul li a {
	color: #0073d4;
	text-decoration: none;
}

#contentLeftCol ul li a:hover {
	text-decoration: underline;
}

#contentRightCol {
	margin: 0;
	padding: 0 193px 0 0;/*0 0 0 30*/
	width: 500px;
	float: right;
	background-position:right 136px;
	background-repeat:no-repeat;
}

#contentRightCol p, #contentRightCol h2, #contentRightCol h3, #contentRightCol ul, #contentRightCol h1, #contentRightCol img.right, #contentRightCol div.right {
	margin-right:141px;
}

#footnote {
	margin: 0;
	padding: 0 0 20px 205px;
	height: 12px;
}

/*******************************************************************/
.clear {
	clear:both;
}

.spacer {
	margin: 10px 0;
	padding: 0;
}

.txtright {
	text-align: right;
}	

.txtleft {
	text-align: left;
}	

.imageLeft {
	margin: 0;
	padding: 0 10px 10px 0;
	float: left;
}

.imageRight {
	margin: 0;
	padding: 0 0 10px 10px;
	float: right;
}

.pageHeader {
	margin: 0 0 15px 0;
	padding: 0;
}

.txtHeader {
	color: #0073d4;
	font-weight: bold;
}

.txtError {
	color: #CC0000;
}

.txtRequired {
	color: #CC0000;
}

.txtResource {
	color: #499aec;
	font-weight: bold;
}

.footnote {
	font-size: 11px;
}

.topCorner {
	margin: 0;
	padding: 0;
	height: 44px;
	background-image: url(../images/sub_page/topCorners_img.gif);
	background-repeat: no-repeat;
	background-position:top left;
}

.bottomCorner {
	margin: 0;
	padding: 0;
	height: 15px;
	background-image: url(../images/sub_page/bottomCorners_img.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
}
