/******************************************
 for yardtech.com.au : Graphics
 *****************************************/

/***** General ************************************************************************/

body {
  background-color: #808080;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  margin: 0 0;
  padding: 18px 28px;

}


a:link {
  color: #00478D;
}

a:visited {
  color: #3574EC;
}

a:hover {
  text-decoration: none;
}

a.pagelink:visited {
  color: #00478D;
}


p {
  text-align: justify;
  margin: 0 0;
}

p.noheight {
  line-height: 1.12em;
}

p.return {
  text-align: right;
}

span.uline {
  text-decoration: underline;
}

ul {
  text-align: justify;
}

acronym {
  border-bottom: 1px dotted #000000;
  cursor: help;
}

div#top {
  position: absolute;
  top: 0;
}


div#header {
  background-image : url('/menu/ytheadplanesun.jpg');
  background-repeat: no-repeat;
  background-color: #00478D;
  background-attachment: fixed;
  background-position: right;
  height: 120px;
  width: 600px;
  border: 5px solid #FFFFFF;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  width: auto;
}



div#header h1 {
  color: white;
  cursor: default;
  font-size: 40px;
  margin: 0 0 0 10px;
  width: 200px;
}

div#header h2 {
  color: #414141;
  cursor: default;
  font-size: 13px;
  margin: 5px 0 0 10px;
  width: 365px;
}

/***** Side Bar (general) *************************************************************/
.topgap {
  margin-top: 10px;
}

.btmgap {
  margin-top: 2px;
}

div.separator {
  margin-top: 6px;
}

/***** Left Side Bar ******************************************************************/
div#lsidebar {
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  float: left;
  width: 136px;
}

div#lsidebar img {
  border: none;
}

div#lsidebar p {
  text-align: left;
}

/***** Right Side Bar *****************************************************************/
div#rsidebar {
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  float: right;
  width: 136px;
}

div#rsidebar img {
  border: none;
}

div#rsidebar p {
  text-align: left;
}

/***** Nav Menu (position at top of either side bar) **********************************/
div.nmenu {
  font-size: 13px;
  font-weight: bold;
}

div.nmenu span {
  background-color: #00478D;
  border: 1px solid #000000;
  color: #FFFFFF;
  cursor: default;
  display: block;
  text-decoration: none;
  padding: 3px 10px;
  width: auto;
}

div.nmenu a {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  display: block;
  padding: 3px 10px;
  width: auto;
}

div.nmenu a:visited {
  color: #00478D;
}

div.nmenu a:hover {
  background-color: #00478D;
  border-color: #000000;
  color: #FFFFFF;
}

/***** Side Info (position at bottom of left side bar or anywhere on right side bar) **/
div.sideinfo {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  font-size: 10px;
  padding: 3px 10px;
  width: auto;
}

/***** Content Area *******************************************************************/
div#contentarea {
  padding-left: 150px;
  padding-right: 150px;
}

div.title {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  color: #00478D;
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 10px;
  margin-top: 10px;
}

div.content {
  background-color: #FFFFFF;
  border-right: 1px solid #00478D;
  border-bottom: 1px solid #00478D;
  border-left: 1px solid #00478D;
  padding: 6px 10px;
}