

body
{
font-family: trebuchet ms, verdana, arial, tahoma;
font-size: 80%; color: #000000;
background-color: #ffffff;
line-height: 200%;
margin-top: 0px;
background: #ffffff url('images/bgpurp.jpg') top center repeat-x;
}

#border
{
border: 0px ;
width: 770px;
background-color: #FFFFFF;
background:url('images/backround2purp.gif') no-repeat;
margin: 0 auto;
}

#header
{
height: 193px;
width:743px;
margin-left:-2px;
background-color: #EBEBEB;
}

* html #header { margin-left: 0; margin-right: 0; }

#content
{
padding: 0.5em 0.5em;
max-width: 740px;
background: #FFFFFF;
}

* html #content {height:1%}
* > html #content {height:auto}

#container
{
width: 740px;
margin: 0px auto;
background-color: #ffffff;
border: 0px solid #669900;
}

.selectable
{
cursor: pointer;
}

.splitright 
{
width: 35%;
height: 100%;
margin: 0px 0px 0px 0px;
float: right;
overflow: hidden;
text-align: center;
background: url('images/kork.jpg');
}

.splitright2
{
width: 35%;
height: 100%;
margin: 0px 0px 0px 0px;
float: right;
overflow: hidden;
text-align: left;
}

.splitleft {
margin:2px 2px 2px 2px;
width: 60%;
float: left;
overflow: hidden;
}

/* ~~~~~~~~~ footer ~~~~~~~~~ */
#footer
{
	text-align: center;
	height: 30px;
	background-color: #DBCAD8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	
}


#footer a:link, a:visited{
	color: #5B8FBE;
}

#footer a:hover, a:active{
	color: blue;
}




a:active,
a:visited,
a:link	    			{ color: #5B8FBE; text-decoration: none; }
a:hover					{ color: #999999; text-decoration: none; }

/* ~~~~~~~~~ PROPS FOR THE MENU GO OUT TO EXPLODING-BOY.COM ~~~~~~~~~ */

    #topmenu {
	position: relative;
	top: 13px;
	left: 15px;
	width: 540px;
	font-size:93%;
	margin: 0;
	line-height:normal;
	height: 41px;
      }
    #topmenu ul {
	  margin:0;
	  padding:0px 0px 0 2px;
	  list-style:none;
      }
    #topmenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #topmenu a {
      float:left;
      background:url(images/menuleft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #topmenu a span {
      float:left;
      display:block;
      background:url(images/menuright.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#996B90;
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topmenu a span {float:none;}
    /* End IE5-Mac hack */
    #topmenu a:hover span {
      color:#996B90;
      }
    #topmenu a:hover {
      background-position:0% -42px;
      }
    #topmenu a:hover span {
      background-position:100% -42px;
    }
/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1
{
font-size: 120%;
color: #659500;
}

h3{
	color:#000000;
	font-family:geneva,arial,sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:underline;
	letter-spacing:1px;
	font-size:14 pt;
	font-weight:bold;
	padding:0 2px;
	margin:0;
}

/*~~~~~~~~~~~styles~~~~~~~~~~~~~~~*/

.style4 {font-size: 16px;
			text-align: center;
		}
.style5 {
	font-size: 12px;
	color: #5B8FBE;
}

.letterTop
{
	position: relative;
	background: url('images/notebook2.gif') top center repeat-x;
}

.letter
{
	position: relative;
	width: 80%;
	background-color: #FBFDEE;
	font-family: "Comic Sans MS", Arial, Veranda;
	font-size: 10pt; 
	color: #000000;
	margin: 5px;	
}

#headerpic
{	
	position:relative;
	float: right;	
}

#pageNav
{
	background-image: url(images/navbg.gif);
	background-repeat: repeat-x;
	position:relative;
	float:left;
	z-index:1;	
}

.popup {
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  text-decoration: none;
  position: absolute;
  z-index: 20;
  visibility: hidden;
  top: 0px;
  left: 0px;
  border: 1px solid #000000;
  padding: 3px;
}
.popup dl {
  margin: 0px;
  padding: 0px;
}
.popup dt {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.popup dd {
  margin-left: 20px;
}
.tooltip {
  cursor: help;
  text-decoration: none;
  font-weight: bold;
}
.tooltipselect {
  cursor: help;
  text-decoration: none;
  font-weight: bold;
  vertical-align: top;
}