.html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
  font-family: arial, verdana, geneva, sans-serif;
  font-size: .9em;
  color: #202020;
  background-color: #4D75A6;
  background-image: url(assets/body_bg.jpg);
  background-repeat: repeat-x;
  line-height: 1.4em;
}

* {
  margin: 0;
  padding: 0;
}

div#wrapper {
  background-color: #fff;
  width: 760px;
  margin: 0 auto;
}

div#masthead {
  width: 760px;
  padding: 0;
  height: 151px;
  background-image: url(assets/newbanner.jpg);
  background-repeat: no-repeat;
}

#leftcol {
 float: left;
 width:142px;
 margin: 10px 0 0 0;
 }

#content {
  float: left;
  width: 574px;
  margin-right: 0px;
  margin-left: 18px;
  margin-top: 12px;
  margin-bottom: 10px;
}

#left_content{
  float: left;
  width: 274px;
 }

#right_content{
  float: left;
  width: 274px;
  margin-left: 26px;
 }

#sponsors {
  float: left;
  width: 138px;
  text-align: center;
  margin-top: 10px;
  border-top: 1px solid #C0C0C0;
  border-bottom: 2px solid #E0E0E0;
  border-right: 2px solid #E0E0E0;
}

#sponsors img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  border: none;
}

/* --------------------------navigation----------------------- */

#leftnav{
  background-color: #FFDB4F;
  width:138px;
  float: left;
  margin-top: 10px;
   margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
 border-top: 1px solid #FFCC00;
  border-left: 1px solid #FFCC00;
  border-bottom: 2px solid #CBCBCB;
  border-right: 2px solid #CBCBCB;
}

.leftnav li{
  list-style-type: none;
  margin: 6px;
  }

.leftnav a:link, tbody a:visited {
  color: #000;
}

.leftnav a:visited {
  color: #000;
  text-decoration: none;
}

.leftnav a:hover {
   text-decoration: none;
  background-color: #990000;
  color: #FFFFFF;
  display: block;
}

#leftnav h3 {
  text-align: center;
}

div#topnav {
  width: 760px;
  float: left;
   display: inline;
  background-color: #FFDB4F;
  margin: 0;
  padding: 0;
  border-top: 1px solid #FFCC00;
    border-bottom: 2px solid #CBCBCB;
}

div#topnav ul {
  margin: 0 0 0 0;
}

div#topnav li {
  float: left;
  position: relative;
  list-style-type: none;
  border-left: 1px solid #CBCBCB;
  background-color: #FFDB4F;
}

div#topnav li:hover {
  background-color: #C7CAC4;
}

div#topnav a {
  display: block;
  padding: 1px 6px;
  text-decoration: none;
  color: #000;
}

div#topnav a:hover {
  background-color: #990000;
  color: #FFFFFF;
  display: block;
}

div#topnav ul li ul {
  margin: 0;
  z-index: 10;
  position: absolute;
  width: 10em;
  border-right: 0;
  left: -1px;
}

div#topnav ul li ul li {
  padding: 0;
  width: 100%;
  border-left: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  border-right: 1px solid #CBCBCB;
}

div#topnav ul li ul li a {
  padding: 1px .5em;
}

div#topnav ul li ul li:first-child {
  border-top: 1px solid #CBCBCB;
}

div#topnav ul li ul {
  display: none;
}

div#topnav ul li:hover ul {
  display: block;
}

body div#topnav ul li ul li ul {
  position: absolute;
  visibility: hidden;
  top: -1px;
  left: 10em;
}

div#topnav ul li ul li:hover ul, div#topnav ul li ul li ul li:hover ul {
  visibility: visible;
}

div#topnav ul li ul li:hover ul li ul {
  visibility: hidden;
}

/* --------------------------end navigation----------------------- */

a:link, a:visited, a:active,  a:hover{
  text-decoration: none;
}

a:hover {
  color: #990000;
}


p {
  margin-top: 5px;
  margin-bottom: 15px;
}

.bullet ul {
  margin: 0;
  padding: 0;
  list-style-type: circle;
}

.bullet li {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 22px;
}

.no_bullet ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
}

.no_bullet li {
   list-style-type: none;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 22px;
  }


.indent {
  margin-left: 14px;
}

/* ------bold gray paragraph----------------- */

.boldtext, .inlinebold {
  font-family: georgia, times, 'times new roman', serif;
  font-weight: bold;
  letter-spacing: -1px;
}

.redtext {
  color: #990000;
  font-weight: bold;
}

.article_name {
  color: #686868;
  font-weight: bold;
  font-style: italic;
}

.clearboth {
  clear: both;
  line-height: 0;
}

.photoleft {
  margin-right: 8px;
  padding: 1px;
  text-align: right;
  float: left;
   display: inline;
  border: none;
}

.photoright {
  margin-left: 8px;
  padding: 1px;
  text-align: left;
  float: right;
  display: inline;
  border: none;
}

.photocenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  border: none;
}

.inline_img {
  display: inline;
  margin: 0 0 -3px 0;
  border: none;
}

.navmarkerold {
  margin-right: 5px;
  float: left;
   display: inline;
}

.caption {
  margin: 8px;
  font-size: .7em;
  font-style: oblique;
}

.captionright {
  text-align: right;
  margin: 8px;
  font-size: .7em;
  font-style: oblique;
}

.menu_img_left {
  float: left;
   display: inline;
  border: none;
  margin-top: 2px;
  margin-left: 1px;
  margin-right: 2px;
}

.menu_img_right {
  float: right;
   display: inline;
  border: none;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 0;
}

h1, h2, h3 {
  font-family: georgia, times, 'times new roman', serif;
  margin-top: 10px;
  margin-bottom: 3px;
  letter-spacing: -1px;
  line-height: 130%;
}

h1 {
  font-size: 1.4em;
  color: #990000;
  font-weight: normal;
}

h2 {
  font-size: 1em;
  color: #000066;
}

h3 {
  font-size: 1em;
  color: #990000;
}

h1.special {
  font-size: 1.4 em;
  color: #060606;
}


#articletop {
  display: block;
  margin-top: 5px;
  margin-bottom: 16px;
}

.article {
  display: block;
  margin-top: 12px;
  margin-bottom: 24px;
  clear: both;
}


.video {
  margin-left: 0px;
  margin-top: 20px;
  padding: 5px;
}

.vendor {
  display: block;
  background-color: #E6E6E6;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #ccc;
padding: 10px;
margin-bottom: 10px;
    clear: both;
}


/*---------------random image----------------------------------*/

#pictureWrapper {
    float: right;
    margin: 20px 10px 20px 30px;
}

.picBorder {
    background-color: #fff;
    padding: 0px;
    border-right: 3px solid #B9B9B9;
    border-bottom: 4px solid #B9B9B9;
 }

p#caption {
    margin: 0;
    padding: 3px 10px;
    font-weight: bold;
    text-align: center;
}
/* -----------------common table ------------------------------*/

div#commontable{
  font-family: helvetica, arial, sans-serif;
}

table{
  font-size: .9em;
  border-collapse: collapse;
  text-align: left;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  margin-bottom: 18px;
}

thead tr th{
  text-align: center;
  padding: 2px 0;
  border-bottom: 2px solid #000;
}

tfoot th, tfoot td{
  border-top: 2px solid #000;
}

tr td, tr th{
  border-bottom: 1px solid #000;
  padding: 1em 1em;
  line-height: 1.3em;
}

tr.even td, tr.even th{
  background-image: url(assets/table.gif );
  background-position: top left;
  background-repeat: repeat-x;
}

tbody th a{
  text-transform: none;
}

tbody a, tbody a:link{
  font-weight: bold;
  text-decoration: none;
}

.nobordercenter {
  text-align: center;
  padding: 1px;
  margin: 1px;
}

.noborderright {
  float: right;
   display: inline;
  padding: 1px;
  margin: 1px;
}

.noborderleft {
  float: left;
  padding: 1px;
  margin: 1px;
}

.noborderplain {
  border: none;
}

/* ----------------404 message --------------------------*/

#search404 {
  background-color: #FFDB4F;
  margin-top: 0px;
  width: auto;
  float: right;
}

#search_area {
  background-color: #FFDB4F;
  width: 420px;
  height: 80px;
  border-top: 1px solid #FFCC00;
  border-left: 1px solid #FFCC00;
  border-bottom: 2px solid #CBCBCB;
  border-right: 2px solid #CBCBCB;
  float: right;

}


#search {
  margin-right: 50px;
  float: right;
  margin-top: 0px;
  width: auto;


}

/* -------------- board member access ------------------ */

#boardaccess {
  clear: both;
  margin-top: 10px;
  text-align: center;
  font-size: .8em;
}

/* -------------- Footer ------------------ */

div#footer {
  clear: both;
  background-color: #E8E8E8;
  margin-top: 6px;
  padding: 1px;
  width: 758px;
  height: 26px;
}

#date {
  float: left;
   display: inline;
}

#comments {
  float: right;
   display: inline;
}