h1 {   	font-family: "Trebuchet MS", "Geneva CY", Verdana;
       	letter-spacing: 1px;
		color: #999;
        font-size: 150%;
}

h2 { font-size: 130%; 
		font-family: "Trebuchet MS", "Geneva CY", Verdana;
		letter-spacing: 1px;
		color: #0081BF;}

h3 { font-size: 110%; 
		font-family: "Trebuchet MS", "Geneva CY", Verdana;
		letter-spacing: 1px;
		color: #0081BF;}

a {
	color: #0081BF;	
	text-decoration:underline;
}

a:visited {
	color: #CC66CC;
}

a:hover {
	color: #993333;
	text-decoration:none;
}

a img {
	border: none;
}

#slogan a {
     color: #FFF;
	 text-decoration: none;
}

#slogan a:hover {
     text-decoration: underline;
}	 

#slogan a:visited {
     color: #FFF;
}	 	 

.pagenav {
      list-style: none;
}


#smalltext {
        font-size: 8px;
} 

table.member {
	border-width: 0px 0px 0px 0px;
	border-spacing: 10px;
	border-style: solid;
	border-color: #CCC;
	border-collapse: separate;
	background-color: white;
}

table.member td {
	border-width: 1px 1px 1px 1px;
	padding: 10px;
	border-style: solid;
	border-color: #CCC;
	background-color: white;
}
	 

body {
     font-size: medium;
     color: #454545;
     margin: 0 auto;
     padding: 0;
     background: #2A2A2A;
     font-family: Verdana;
	 }
	 
* html body {
      font-size: small; /* for IE5/Win */
     f\ont-size: medium; /* for other IE versions */
	 }

p {line-height: 150%;
}

/* ----------- Layout --------------- */

#wrap {
         margin: 0 auto;
	 padding: 0;
         width: 950px;
	 border: solid 2px #CCC;
	 background: #FFF;
	 }	 
	 
#header {
	 height: 175px;
	 width: 100%;/*inner element*/
	 margin: 0px;
	 padding: 0px;
	 background: #FFF url(http://www.webbriefcase.net/images/headerbg.png) repeat-x;
	 }
	 
#tab {
         background: #FFF url (http://www.webbriefcase.net/images/navicons.png) no-repeat top right;
	 height: 45px;
	 }	 
	 
#logo {
         padding-left: 10px;
	 padding-top: 10px;
	 }	 
	 
#menubar {
         background: #999 url(http://www.webbriefcase.net/images/menubg2.png) bottom repeat-x;
	 height: 60px;
	 padding: 0;
	 margin: 0;
         color: #FFFFFF;
	 }
	 
#nav {
	 margin: 0;
	 padding: 0;
         height: 33px;
         width: 100%;
	 list-style: none;
	 font: normal 14px Verdana, Helvetica, sans-serif;
     }	 

#nav li {
         float: left;
	 margin: 0;
	 padding: 0;
	 background: url(http://www.webbriefcase.net/images/menubar.png) 100% 0 no-repeat;
	 }

#nav a {
	 display: block;
	 margin: 0;
	 padding: 0px 15px;
	 height: 33px;
	 line-height: 33px;
	 text-decoration: none;
	 color: #FFF;
     }

#nav a:hover {
         background:#000 url(http://www.webbriefcase.net/images/navbar_over.png) right center no-repeat;
     }
	 
#slogan {
	 height: 26px;
	 line-height: 26px;
	 margin: 0;
         padding: 0 10px;
         font-family: "Trebuchet MS", "Geneva CY", Verdana;
         font-size: 105%;
         letter-spacing: 2px;
	 text-align: right;
	 } 	 	 
	 
#mainBody {
	 margin: 0 auto;
	 padding: 0;
	 }	 
	 
#content {
         width: 800px;
	 margin: 10px auto 30px auto;
         font-size: 90%;
	 }
	 
#content div.gutter {
         padding: 10px;
	 }
	
#footer {
	 clear:both;
	 border-top-width: 10px;
	 border-top-style: solid;
	 border-top-color: #0069AC;
	 padding: 10px 0;
	 margin: 0px;
     text-align: center;
     color: #CCC;
     font-size: 80%;
	 background: url(http://www.webbriefcase.net/images/teaserbottombg.png) repeat-x bottom;
     }	 	

#footer a {
         color: #FFF;
          }  		 	 	 		
		  
table td {
         padding: 5px;
		 }	

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DEE7EC;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #000; }

ul.tabbernav li a:hover
{
 color: #ccc;
 background: #fff;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
 font-weight: bold;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
