/* tag classifications */
body 			{
			 background-color: #E8E8E8;
			 background-image: url('/images/bg1.gif');
			 background-repeat: repeat-x;
	  		 font-family: arial,helvetica,sans-serif;
	 		 font-size:12px;
			}
p			{
	 		 color: black;
			 padding:3px;
			}
hr			{
	 		 color: navy;
			}
strike			{
	 		 color: gray;
			}
td			{
			 background-color: white;
			}
ul			{
			 list-style-image: url('/images/i_home.gif');
			 margin-left: 15px;
			}
/* class classifications */
h3.h3			{
			 background-color: #D2B48C;
			}
p.faxnotice		{
			 position: absolute;
			 top:125px;
			 left:235px;
			 color: #F7F6F2;
			 font-weight: bold;
			 font-size:12px;
			 text-align: center;
			}
a.valid:link		{
			 border:0px;
			}
a.valid:hover		{
			 border:1px inset navy;
			}
a.valid:visited		{
			 border:0px;
			}
td.td1			{
	 		 background-image: url('/images/topper.gif');
	 		 text-align: center;
	 		 color: #F7F6F2;
			 height:30px;
	 		 font-weight:bold;
	 		 font-size:12px;
			}
td.td2			{
	 		 color: black;
	 		 font-size:12px;
	 		 font-weight: bold;
	 		 padding-top:5px;
	 		 padding-left:5px;
	 		 padding-bottom:5px;
			}
a.navlink:link 		{ 
			 color: black; 
		   	 text-decoration: none;
			}
a.navlink:visited 	{ 
			 color: maroon; 
		     	 text-decoration: none; 
			}
a.navlink:hover 	{ 
			 color: white; 
		    	 text-decoration: none;
		    	 background-color: maroon; 
			}
a.navlink2:link 		{ 
			 color: maroon; 
		   	 text-decoration: underline;
			}
a.navlink2:visited 	{ 
			 color: maroon; 
		     	 text-decoration: underline; 
			}
a.navlink2:hover 	{ 
			 color: maroon; 
		    	 text-decoration: underline;
		    	 background-color: #C0C0C0; 
			}

/* For the here links that members cant see lol */
a.here:link		{
		 	 color: red;
		 	 font-size:14px;
		 	 background-color: #FFD700;
			}
a.here:visited		{
		 	 color: #FFD700;
		 	 font-size:14px;
		 	 background-color: red;
			}
a.here:hover		{
		 	 color: purple;
		 	 font-size:18px;
		 	 background-color: silver;
			}
a.officer		{
			 border:0px;
			}
image.offpic		{
			 border:1px inset #bbb;
			}
li.new			{
			 list-style-image: url('/images/new.gif');
			}


/* ID Classifications */

#wrapper 		{
			 position: absolute;
			 left:50px;
			 top:1px;
			 width:940px;
			 border:0px;
			 background-color: maroon;
			 background: transparent;
  			}
#header 		{
			 width:923px;
			 border-top:1px solid #000000;
			 border-left:1px solid #000000;
			 border-right:1px solid #000000;
			 height: auto;
			 padding-top:5px;
			 background-color: maroon;
			}
#navibar		{
	  		 width: 100%;
	 		}
#content 		{
			 padding-bottom:5px;
			}

	/* applies to all divs within the content div */
#content div 		{
			 padding:5px;
    			 float:left;
			}
#content-left 		{
			 border:1px inset #000000;
  			 width:180px;
			 background-color: #D2B48C;
			}
#content-main 		{
			 background-color: white;
			 border:1px inset navy;
			 margin-right:5px;
			 margin-left:5px;
			 width:520px;
			 text-align: center;
			 font-size:14px;
			 font-weight: bold;
			}
#content-box1, #content-box2, #content-box3 {
			 position: absolute;
		 	 top:203px;
			 right:14px;
    			 margin-top:0px;
			 border:1px inset navy;
			 background-color: #D2B48C;
			}
#content-box1 		{
			 margin-right:0px;
			 width:180px;
			}
#content-box2 		{
			 margin-right:60px;
			 width:210px;
			}
#content-box3 		{
			 margin-right:50px;
			 width:210px;
			}
#footer 		{
			 text-align:center;
			 margin-top:10px;
			 margin-bottom:10px;
    			 padding:5px;
			 margin-left:250px;
			 margin-right:250px;
    			 border:1px inset #000000;
    			 width:400px;
			 background-color: #D2B48C;
			 font-weight: bold;
			}
#bottom 		{
			 font-size:10px;
			 color: black;
			 font-weight: bold;
			}