/* 
these are the default settings to use for the whole website 
*/

body 
{
background-color:#FFCC66;
width:100%;
font:100%;
font: 0.875em Verdana, Geneva, sans-serif;
}
 
h1 {font:2.5em Verdana, Geneva, sans-serif;}

h2 {font:1.875em Verdana, Geneva, sans-serif;}

h3 {font:1.375em Verdana, Geneva, sans-serif;}
a:link              /* unvisited link - dark green */
{
color:#00CC00;
text-decoration:none;
font:1.0em Verdana, Geneva, sans-serif; 
text-align:center;
}   
a:hover         /* mouse over link - dark red */
{
color:#8B0000;
text-decoration:none;
font:1.0em Verdana, Geneva, sans-serif;
}  
a:active        /* selected link - bright yellow */
{
color:#000000; 
text-decoration:none;
font:1.0em Verdana, Geneva, sans-serif;
}  
a:visited  /* visited link - dark orange brown */
{
color:#8B4513;
text-decoration:none;
font:1.0em Verdana, Geneva, sans-serif;
}  

/*
th
{
background-color:FFCC66;
color:white;
} 
*/

/* normal class */
p.normal 
{
font:0.875em Verdana, Geneva, sans-serif;
}

/* small class */
p.small 
{
font:0.775em Verdana, Geneva, sans-serif;
}

/* class to center a paragraph */
p.center 
{
text-align:center;
}

/* 
This the header ID for the settings to use for that page 
*/

/* address body class */
body.addr
{
padding:0px 2px 1px 2px;
margin:-6px 0px 0px 0px;
}

#header
{
font-family:Verdana, Geneva, sans-serif;
width:100%;
margin:3px 1px 0px 1px;
padding:1px 2px 2px 2px;
}

#header p.center
{
text-align:center;
margin:-4px 1px -5px 1px;
padding:1px 1px 1px 1px;
}

#header p.small
{
margin:-8px 1px -5px 1px;
padding:1px 1px 1px 1px;
font:0.7em Verdana, Geneva, sans-serif;}
text-align:left;
}

/* These classes are for the button page */

body.buttons 
{
font-family:Verdana, Geneva, sans-serif;
width:100%;
}

/* This is the class for div on the buttons page */
div.buttoned
{
font: 1.0em Verdana, Geneva, sans-serif;
text-align:center;
bottom:2px;
}

img.cent
{
display:block; 
width:"100px";
height:"50px";
}

dl.button
{
list-style-type:none;
list-style-position:outside;
font:0.75em Verdana, Geneva, sans-serif;
text-align:center; 
}


dt.button
{
margin-left:auto;
margin-right:auto;
text-align:center; 
}


a.button
{
display:block;
width:88px;
height:15px;
list-style-type:none;
list-style-position:outside;
text-align:center; 
font-weight:bold;
padding:3px 2px 0px 0px;
}

a.button:link          /* unvisited link - dark green */
{
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
margin-bottom:3px;
color:#005A00;
text-decoration:none;
text-align:center;
border-style:solid;
border-color:gray black black gray;
border-width:5px 5px 5px 5px;
}   
a.button:visited  /* visited link - dark orange brown */
{
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
margin-bottom:3px;
color:#8B4513;
text-decoration:none; 
text-align:center;
border-style:solid;
border-color:gray black black gray;
border-width:5px 5px 5px 5px;
}  
a.button:hover         /* mouse over link - dark red */
{
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
margin-bottom:3px;
color:#8B0000;
text-decoration:none;
text-align:center;
border-style:solid;
border-color:black gray gray black;
border-width:5px 5px 5px 5px;
}  
a.button:active   /* selected link - bright yellow */
{
background-color:#FFFF66;
margin-left:auto;
margin-right:auto;
margin-bottom:3px;
color:#000000; 
text-decoration:none;
text-align:center;
border-style:solid;
border-color:black gray gray black;
border-width:5px 5px 5px 5px;
}  

table.butts
{
margin:auto;
width:"100"; 
padding:4px 0px 4px 0px;
}

td.butt
{
margin:auto;
width:"99";
border:0px solid #FFCC66;
padding:4px 0px 4px 0px;
}

/* This is the class for the orgs page */
.orgs
{
font-family:Verdana, Geneva, sans-serif;
width:100%;
margin:auto;
}

/* This is the class for div on the orgs page */
div.orgs
{
font:1.0em Verdana, Geneva, sans-serif;
text-align:center;
}

p.orged
{
font:0.8em Verdana, Geneva, sans-serif;
text-align:center;
}

table.orgie
{
margin:auto;
width:110;
}

td.org
{
align:center;
margin:auto;
border:6; solid #FFCC66;
padding:1px 1px 1px 1px;
}

/* This is the ID on the main page */
#main
{
font-family:Verdana, Geneva, sans-serif;
width:100%;
h1 {font:2.5em Verdana, Geneva, sans-serif;}
h2 {font:1.875em Verdana, Geneva, sans-serif;}
h3 {font:1.375em Verdana, Geneva, sans-serif;}
p {font:0.875em Verdana, Geneva, sans-serif;}
border-collapse:separate;
}

table.main
{
table-layout:fixed;
width:"100%"; 
height="100";
border:0px solid black;
padding:1px 10px 1px 1px;
} 

div.tshirt
{
  margin:0px;
  border:0px solid;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
}

img.main
{
display:block;
margin:0,8,0,2;
}

div.desc
{
  text-align:center;
  font-weight:normal;
  width:200px;
  margin:2px;
  font:0.875em Verdana, Geneva, sans-serif;
}