
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
        background-color: #6B6B6B;
        font-family:Arial, Helvetica, sans-serif;
}

.wrapper {
	text-align: left;
	margin: 0px auto;
	width: 795px;
	background-color: #FFFFFF;
        border: 1px solid #333;
}

.main {
  border:0px solid #000000;
}

.topbar {
  clear:both;
  background: #FFFFFF;
  height: 80px;
  text-align: left;
  color: #333333;
  font-size: 10px;
  color: #00245D;
  font-style: normal;
  font-weight: bold;
}

#title {
     float:left;
     padding: 5px 0px 0px 10px;
}

#title h1 {
      color:#333;
      font-weight: normal;
      font-size: 2.8em;
      padding: 0px;
}

#title h2 {
      position:relative;
      top:-5px;
      color:#333;
      font-weight: normal;
      font-size: 1.4em;
      padding: 0px;
}

.nav {
  border-top: 1px solid #7C7C7C;
  border-bottom: 1px solid #7C7C7C;
  clear:both;
  background: url(images/background.gif) #666;
  background-repeat: repeat-x;
  height: 20px;
  margin: 5px 0 0 0;
  text-align: center;
}

ul#topnav  {
         position:relative;
         top: -1px;
	   margin: 0px;
	   list-style-type: none;
	   padding: 0px;
}	

ul#topnav li  {
	      display: inline;
	      margin: 0px;
	      padding: 0px 20px 0px 20px;
}	

ul#topnav li a:link, ul#topnav li a:visited
	      {
	      text-decoration: none;
	      color: #fff;
	      font-size: 11px;
	      font-weight: bold;
}	

ul#topnav li a:hover, ul#topnav li a:active
	      {
              text-decoration: underline;
	      color: #fff;
}

.boxholder {
  clear:both;
  width:795px;
  margin: 0;
  text-align: left;
}

.content {
           float: left;
           color: #333333;
           font-family: Arial, Helvetica, sans-serif;
           font-size: 11px;
           color: #666;
           font-style: normal;
           font-weight: normal;
           display: inline;
           width: 98%;
           padding:0 10px 10px 10px;
}

.details {
      float:right;
      width:173px;
      height:350px;
      text-align: left;
	font-size: 12px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
      padding:0 10px 0 10px;
      border-left: 2px solid #ccc;
}

.details h2 {
        font-weight: bold;
        font-size: 18px;
}

.maincontent {
      width:580px;
      float:left;
      font-size: 12px;
}

.bold {
        font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}

.footertext {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 10px;
	    color: #3F3F3F;
            letter-spacing: 1.5px;
}

a.tzlink:link {
	      font-family: Arial, Helvetica, sans-serif;
	      font-size: 10px;
	      color: #3F3F3F;
	      text-decoration: none;
	      font-weight: normal;
	      padding-right: 0px;
	      padding-left: 0px;
}

a.tzlink:visited {
	         font-family: Arial, Helvetica, sans-serif;
	         font-size: 10px;
	         color: #3F3F3F;
	         text-decoration: none;
	         font-weight: normal;
	         padding-right: 0px;
	         padding-left: 0px;
}
a.tzlink:hover {
	       font-family: Arial, Helvetica, sans-serif;
	       font-size: 10px;
	       color: #000099;
	       text-decoration: underline;
	       font-weight: normal;
	       padding-right: 0px;
	       padding-left: 0px;
}

.bottext {
	         font-family: Arial, Helvetica, sans-serif;
	         font-size: 10px;
	         color: #CFCFCF;
	         text-decoration: none;
	         font-weight: bold;
	         padding-right: 10px;
	         padding-left: 10px;
}

.bot {
	         font-family: Arial, Helvetica, sans-serif;
	         font-size: 10px;
	         color: #D1D1EF;
               text-align: center;
	         text-decoration: none;
	         font-weight: bold;
	         padding: 0 10px 10px 10px;
} 

