/* CSS Document */

body{
padding : 0;
margin : 0;
background-color : #7F7F7F;
background-image : url(images/back.gif);
background-repeat : repeat-y;
}

.bodysecondary{
padding : 0;
margin : 0;
background-color : #7F7F7F;
background-image : url(images/secondaryback.gif);
background-repeat : repeat-y;
}

a:link {color: #E77F4D; text-decoration: none; outline: none}
a:visited {color: #AAA6A6; text-decoration: none; outline: none}
a:hover {color: #F5854D; text-decoration: underline; outline: none}

#maintopsection{
       position : absolute;
       top : 0px;
       left : 0px;
       width : 713px;
}

#grayband{
       position : absolute;
       top : 91px;
       left : 0px;
	   height: 16px;
       width : 713px;
	   border-top: 1px solid black;
	   border-bottom: 1px solid black;
	   background-color: #D7D7D7;
}

#mainmidsection{
       position : absolute;
       top : 111px;
       left : 0px;
       width : 713px;
	   background-color: #AF1241;
	   border-bottom: 1px solid black;
}

#mainlowersection{
       position : absolute;
	   text-align : right;
       top : 299px;
       left : 0px;
       width : 713px;
	   background-color: #5E5E5E;
	   padding-bottom : 10px;
}

#maincopy{
      position : relative;
	  width : 490px;
	  margin-left:200px;
	  text-align : left;
	  margin-right : 23px;
	  
}	 

#bottomcopy{
      position : relative;
	  width : 490px;
	  text-align : left;
	  margin-right : 23px;
	  
}

#secondaryleftnav{
       position : absolute;
       top : 109px;
       left : 0px;
       width : 191px;
	   height: 230px;
	   background-color: #AF1241;
	   border-bottom: 1px solid #464646;
	   padding-top : 20px;
}

* html #secondaryleftnav{ /* This is the Tan hack for IE6 */
top: 112px;
}

#membersleftnav{
       position : absolute;
       top : 112px;
       left : 0px;
       width : 191px;
	   height: 314px;
	   background-color: #AF1241;
	   border-bottom: 1px solid #464646;
	   padding-top : 20px;
}

#secondaryrightsection{
       position : absolute;
       top : 109px;
       left : 191px;
       width : 521px;
       padding-bottom : 10px;
	   border-left: 1px solid #464646;
	   
}

* html #secondaryrightsection{ /* This is the Tan hack for IE6 */
top: 112px;
}

#secondarycopy{
      position : relative;
	  width : 490px;
	  text-align : left;
	  margin-top : 10px;
	  margin-left : 10px;
	  margin-bottom : 10px;	  
	  background-color: #5E5E5E;
}

#secondarybottomcopy{
      position : relative;
	  width : 490px;
	  text-align : left;
	  margin-left : 10px;
	  
}

p{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : normal;
	  color : #fff;
      line-height : 140%;
}

li{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : normal;
	  color : #000;
      line-height : 150%;
}

h1{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : bold;
      color : #D2B634;
}

.orangebold{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : bold;
      color : #D2B634;
}

.headerbold{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : bold;
      color : #E0E0E0;
}

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