﻿body {
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 80%; 
	color: #000000;
	line-height: 200%;
	margin-top: 0px;
	background: #E1E5F1 url('images/bg.gif') top center repeat-x;
}

#q {
    float:left;
    background:url(images/q.gif) no-repeat left top;
    color: #000000;
    text-decoration:none;
	border: thin ridge #cccccc;
}

#p {
    float:left;
    background:url(images/p.gif) no-repeat left top;
    color: #000000;
    text-decoration:none;
	border: thin ridge #cccccc;
}

.table {
    border: thin ridge #cccccc;
}

.topTable {
	border-bottom: thin groove #cccccc;
}

.siteTable {
	border-top: 0px;
	border-right: thin groove #cccccc;
	border-bottom: thin groove #cccccc;
	border-left: thin groove #cccccc;
}

.contentTable {

	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#000000;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-indent: 0em;
	border-bottom-style: solid;
	border-bottom-color: #C7CDE0;
	width: 80%;
    border-bottom-width: 1px;
    color: #000066;
}

.CenterImport {
	font-size: 14px;
	color: #FF0000;
	background-color: #E8E8E8;
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}

hr {
	width: 90%;
	border-top-style: dashed;
	border-top-color: #C7CDE0;
	height: 1px;
}

#Footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C7CDE0;
	width: 50%;
	text-align: right;
	padding-right: 15px;
}

.photos {
	margin: 3px;
	padding: 2px;
	border: 1px solid #002b7a;
}

.Letter {
	font-size: 14px;
	background-color: #C7CDE0;
	padding: 6px;
	width: 400px;
	color: #000000;
	position: static;
	clear: both;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 10%;
}

#container {
	width: 750px;
	padding: 0;
	margin: 0 auto;
}

/* ~~~~~~~~~ PROPS FOR THE MENU GO OUT TO EXPLODING-BOY.COM ~~~~~~~~~ */

#topmenu {
	position: relative;
	top: 108px;
	left: 1px;
	width: 480px;
	font-size:93%;
	margin: 0;
	line-height:normal;
	height: 20px;
}

#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 0px 6px;
      color:#669900;
}
	  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {
	float:none;
}

/* End IE5-Mac hack */
#topmenu a:hover span {
      color:#669900;
}

#topmenu a:hover {
      background-position:0% -42px;
}
#topmenu a:hover span {
      background-position:100% -42px;
}