/* CSS Document */

body.bodygnr{
	padding : 0px;
	margin : 0px;
	background-color : #799ADD;
	background-image: url(images/members_content_bg.gif);
	background-position:left;
	background-repeat : repeat-y;
}

table.outersecond{
	width: 100%;
	height: 100%;
}

td.outalignsecond{
	vertical-align: top;
	text-align: center;
}

div.container{
	position: relative;
	margin: auto;
	width: 750px;
}


a:link    { color: #16167C;  text-decoration: none; outline: none}
a:active { color: #1754B5;  text-decoration: none; outline: none}
a:visited { color: #1754B5;  text-decoration: none; outline: none}
a:hover { color: #0A45A4;  text-decoration: underline; outline: none}

#topbanner{
       position : absolute;
       top : 0px;
       left : 0px;
       width : 750px;
	   background-color: 000033;
}

#leftnav{
       position : absolute;
       top : 79px;
       left : 0px;
	   width : 151px;
	   height : 500px;
	   text-align : center;
}
#topgray{
       position : absolute;
       top : 79px;
       left : 0px;
       width : 151px;
	   text-align : center;
}

#bottomgray{
	position : absolute;
	top : 405px;
	left : 0px;
	width : 151px;
	text-align : center;
}

#mainbody{
       position : absolute;
       top : 79px;
       left : 151px;
	   background-color:#FFFFFF;
	   height:100%;
       width : 571px;
	   padding: 14px;

}

* html #mainbody{ /* This is the Tan hack for IE6 */
       width: 599px;
}

#producersbody{
       position : absolute;
       top : 79px;
       left : 0px;
       width : 750px;
	   height : 100%;
	   background-color: #fff;
	   padding: 0px;

}

#prodinfo{
       position : absolute;
       top : 79px;
       left : 0px;
       width : 750px;
	   height : 100%;
	   background-color: #fff;
	   padding: 14px;

}

p{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : normal;
      background-color : transparent;
      line-height : 120%;
}

li{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : normal;
      background-color : transparent;
      line-height : 120%;
}

.square {list-style: url(images/bullet.gif)
}

h1{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : bold;
      color : #003366;
      background-color : transparent;
      line-height : 100%;
}

h2{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : bold;
      color : #003366;
      background-color : transparent;
      line-height : 100%;
}

.smallcopy{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 9px;
      font-weight : normal;
      color : #000;
}

.imageright {
      float: right;
	  }
	  
.imageleft {
      float: left;
	  }
	  
.bluerow {
background-color: #7A8BAC;
text-align: left;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
color : #fff;
line-height : 100%;
}

.grayrow {
background-color: #ccc;
}

.indentrow {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 9px;
      font-weight : normal;
      color : #000;
      text-indent: 8px;
}

.required{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : normal;
      color : #ff0000;
}
