@charset "utf-8";
body  {
	font: 0.8125em Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background: #72858d url(images/back-main.jpg) repeat-x;
	color: #454545;
	line-height: 140%;
	margin-bottom: 20px;
}
a:link,
a:visited {
  color: #866A07;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #C32125;
  text-decoration: underline;
  font-weight: bold;
}
h1, h2, h3, h4, h5 {
	margin-bottom: -8px;
	margin-top: 20px;
	line-height: normal;
}
h1 {
  color: #7C1315;
  padding: 10px 0 0 0;
  font-size: 190%;
}

h2 {
  color: #72858D;
  font-size: 160%;
}

h3 {
  color: #2E6D85;
  font-size: 130%;
}
.twoColFixRtHdr #container { 
	width: 719px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/fullpage-back.png) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: url(images/header-world.png) no-repeat center;
	height: 113px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header-img-fade1 { 
	height: 159px;
	position: absolute;
    z-index:0;
	margin-left: 9px;
} 
.twoColFixRtHdr #header-img-fade2 { 
	height: 159px;
	position: absolute;
    z-index:0;
	margin-left: 9px;
} 
.twoColFixRtHdr #header-img3 { 
	height: 100px;
	position: absolute;
    z-index:5;
} 
.twoColFixRtHdr #header-img { 
	/*background: url(images/header-image.png) no-repeat center;*/
	height: 159px;
} 
.logo {  
  height: 116px;
  padding: 10px 10px 0 25px;
  position: absolute;
  z-index: 1;
}
.language {
  text-align: right;
  font: 10px verdana;
  margin: 10px 20px 0;
  width: auto;
  float: right;
  padding: 6px;
  border: #84A3BA 1px solid;
  background-color: #CBD6DE;
}
.language a {
	color: #42555C;
}
.title {
  top: 113px;
  left: 0;
  height: 65px; 
}
.twoColFixRtHdr #ribbon {
	margin-top: 18px; 
	height: 75px;
	width: 847px;
	left: -64px;
	position: relative;
}
.twoColFixRtHdr #nav-links { 
	height: 30px;
	width: 737px;
	position: relative;
	text-align: center;
	padding: 0 0 0 110px;
	background: url(images/ribbon-2.png) no-repeat center;
}

.twoColFixRtHdr #nav-links a {
  line-height: 24px;
  margin: 3px 0;
  display: block;
  text-decoration: none;
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  color: #3E3104;
  text-align: center;
  padding: 0 10px;
  float: left;
  font-weight: normal;
}
.twoColFixRtHdr #nav-links a:hover {
  color: #37474D;
/*  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;*/
  background-color: #F6E3AD;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF6D2; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-right: 9px;
	/*border-left: #B3C3D4 1px solid;*/
}
.sidebar-content {
	padding: 10px;
}
.login-box {
  background-color: #D3DDE6;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 6px;
  margin-bottom: 4px;
  width: 168px;
  border-bottom: #72858D 1px solid;
}
.login-text {
  font-weight: bold;
  color: #42555C;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 190px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 8px 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD;*/ 
	background: #72858d url(images/footer-corners.png) no-repeat;
	margin-top: 15px;
	color: #D3DDE6;
	text-align: center;
} 
.twoColFixRtHdr #footer a { 
	color: #D3DDE6;
	text-decoration: none;
	padding: 14px 6px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixRtHdr #footer a:hover { 
	color: #EFCB68;
	background: #42555C;
	overflow: visible;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer-logo {
	float: right;
	border: 0;
	margin: -20px -25px 0 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}