/* Tag declarations */

body {
	margin: 0px;
	background-color: #666666;
	overflow: hidden;
}

img {
	border: 0px;
}

a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}

pre {
	font-family: Verdana;
	color: #666666;
	font-size: 10px;
	word-wrap: break-word;
}

/* Id declarations */

#border { 
	/* Make element float in the center */
	overflow:hidden;
	position: absolute;
	left: 50%;
	top: 50%;

	/* Set the width and height */
	width: 765px;
	height: 442px;

	/* Set margin to half the values of width/height */
	margin-left: -382px;
	margin-top: -211px;
}

#navbar {
	width: 763px;
	height: 24px;
}

#locbar {
	width: 763px;
	height: 18px;
	background: url(../images/locbar.gif);
	font-family: Verdana;
	color: #666666;
	font-size: 10px;
	line-height: 16px;
}

#locbar a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

#locbar a:hover {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#main {
	height: 357px;
	overflow: hidden;
	background-color: #FFFFFF;
	text-align: left;
	z-index: 0;
}

#main-content {
	font-family: Verdana;
	color: #666666;
	font-size: 10px;
	line-height: 14px;
	overflow: auto;
    scrollbar-arrow-color: #666666;
    scrollbar-track-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-3dlight-color: #ffffff;
}

#main-content-header {
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	overflow: auto;
}


/* Class declarations */

.main-content {
	font-family: Verdana;
	color: #666666;
	font-size: 10px;
	line-height: 14px;
	overflow: auto;
}

.main-content2 {
	font-family: Verdana;
	color: #666666;
	font-size: 10px;
	line-height: 14px;
}

.header-text {
	color: #990000;
	font-weight: bold;
}

.grey-links a {
	font-family: Verdana;
	color: #666666;
	font-size: 10px;
	line-height: 14px;
	overflow: auto;
	text-decoration: none;
	font-weight: normal;
}

.grey-links a:hover {
	font-family: Verdana;
	color: #666666;
	font-size: 10px;
	line-height: 14px;
	overflow: auto;
	text-decoration: underline;
	font-weight: normal;
}

.map-locations {
	font-family: VErdana;
	color: #666666;
	font-size: 10px;
	line-height: 14px;
	overflow: auto;
}

.map-locations a {
	font-family: VErdana;
	font-size: 10px;
	line-height: 14px;
	overflow: auto;
	text-decoration: none;.
}

.map-locations a:hover {
	font-family: VErdana;
	font-size: 10px;
	line-height: 14px;
	overflow: auto;
	text-decoration: underline;
}

.Popup {
	background: url(../images/popup-back.gif);
	position: absolute; 
	visibility: hidden;
	width: 110px;
	border-style: solid;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-color: #666666;
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	line-height: 20px;
	color: #666666;
	z-index: 1;
}

.Popup a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

.Popup a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.Popup1st {
	background: url(../images/popup1st-back.gif);
	position: absolute; 
	visibility: hidden;
	width: 109px;
	border-style: solid;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-color: #666666;
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	line-height: 20px;
	color: #666666;
	z-index: 1;
}

.Popup1st a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

.Popup1st a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

/* Legals */
div.legals_container {
  width: 765px;
  text-align: right;
  font-family: Verdana;
  font-size: 10px;
  color: #FFFFFF;
  cursor: default;
  padding-top: 5px;
}
div.legals_container a {
  color: #FFFFFF;
  text-decoration: none;
}
div.legals_container a:hover {
  color: #990000;
  text-decoration: none;
}