/* STRUCTURE __________________________________________________ */

body {
	margin: 0px;
	padding: 0px;
	background: #5c7b8e;
  font-family:Garamond,Georgia,'Bookman Old Style','Times New Roman',serif;
	text-align: center;
	background-image: url("../images/globe.jpg");
	background-position:right top;
	background-repeat:no-repeat;
  }

#content, #footer{
	width: 700px;
	margin: 0px auto;
	text-align : left;
	clear:both;
}

#navcontainer {
	width: 760px;
	margin: 0px auto;
	text-align : left;
}

.noscreen {display:none;}

/* TOP __________________________________________________ */

#logo {
  background-image: url("../images/top-logo.gif");
  background-repeat: no-repeat;
	height: 121px;
	margin: 0px 0px 0px 80px;
	cursor: hand;
	}

/* CONTENT __________________________________________________ */
#chead {
  background-image: url("../images/chead.gif");
	background-repeat: no-repeat;
	height: 5px;
}

body#main #chead {
  background-image: url("../images/cheadm.gif");
	background-repeat: no-repeat;
	height: 5px;
}

#cfoot {
  background-image: url("../images/cfoot.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	height: 5px;
}

body#main #cfoot {
  background-image: url("../images/cfootm.gif");
	background-repeat: no-repeat;
	height: 5px;
}

#cbody {
  margin: 0px;
	padding: 15px;
	}

#content {
  margin: 0px;
	padding: 0px;
	background: #ffffff;
	}
	
body#main #content {
  margin: 0px;
	padding: 0px;
	background: #a9bec7;
	}
	
#content h1,h2,h3 {
  color: #5C7B8E;
	font-size: 24px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	}
#content p {
  margin: 7px 7px 7px 14px;
	font-family: "Times CY","Times New Roman", "Times", serif;
	}
	
body#main #content p, body#main #content h1{	
  color: #476268;
	margin: 7px 50px 7px 50px;
	text-align: justify;
	}
	
#content h1 {
  text-transform:uppercase;
	}
	
#content img.floatr {
  float: right;
	margin-left: 20px;
	margin-right: 15px;
	}
#content img.floatl {
  float: left;
	margin-right: 20px;
	margin-left: 15px;
	}

#content img.limo {
  margin-left: 55px;
	margin-top: 5px;
	}

table#helps tr td {
  background-color: #fffccc;	
  border-bottom: 1px solid #FFC600;
	border-left: 1px solid #FFC600;
	border-top: 1px solid #fffccc;
	border-right: 1px solid #fffccc;
	padding: 10px;
	font-family: "Times CY","Times New Roman", "Times", serif;
}

dt, .altem {
  color: #476268;
	font-style:normal;
  font-weight:bold;
	}	
			
/* BOTTOM __________________________________________________ */

#footer {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Times New Roman;
	text-align: center;
  }
	
#footer a:link, #footer a:visited {
  color: #ffc600
	}
	
/* NAVIGATION __________________________________________________ */
#navcontainer {
  padding: 0px 0px 10px 0px;
  margin: 0px;
  }

 #navcontainer ul {
  padding: 0px;
  margin: 0px;
  color: White;
  float: left;
  width: 100%;
  font-family: Georgia;
  font-size: 14px;
  font-weight: bold;
  }

#navcontainer ul li { display: inline;}

#navcontainer ul#navone li a {
padding: 0px 10px 0px 20px;
color: #ffffff;
text-decoration: none;
float: left;
}

#navcontainer ul#navtwo li a {
padding: 0px 5px 0px 15px;
color: #ffffff;
text-decoration: none;
float: left;
}

#navcontainer ul#navone li a:hover, #navcontainer ul#navone li a#current {
color: #ffc600;
} 

#navcontainer ul#navtwo li a:hover, #navcontainer ul#navtwo li a#current {
color: #ffc600;
} 

/* FORM_______________________________________________________*/

form {
  margin-left: 120px;
	}

.formlabel {
  width: 150px; 
  text-align:right;
  }
	
.formlegend {
  color: #5C7B8E;
	font-size: 18px;
	}