/* CSS Document */

body.bodygnr{
	padding : 0px;
	margin : 0px;
	background-color : #CACACA;
	background-image : url(images/back_center.gif);
	background-position:center;
	background-repeat : repeat-y;
}

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

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

div.container{
	position: relative;
	margin: auto;
	width: 739px;
	text-align: left;
}

a:link    { color: #16167C;  text-decoration: none; outline: none}
a:active { color: #000033;  text-decoration: none; outline: none}
a:visited { color: #4C4C92;  text-decoration: none; outline: none}
a:hover { color: #9292B1;  text-decoration: underline; outline: none}

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

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

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

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

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

}

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

}

#prodinfo{
       position : absolute;
       top : 79px;
       left : 0px;
       width : 739px;
	   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;
}