body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4D2518;
	margin: 0 ; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.tinyRocket #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	heigh: 610px;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Open Header divs */
.tinyRocket #header { 
margin-top:20px;
} 
/* this is the header now Jpg I may add flash later*/
.tinyRocket #tp_Flash{
height:92px;
background:url(../images/tp_Header_02.jpg) no-repeat;
width:800px;
}
.tinyRocket #mainContent {
background:#FCE7BC;
}
#mainContent .body{
font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
text-align:justify;
}
#mainContent .head{
text-align:center;
font-size:1em;
font-weight:bold;
}
#mainContent .subHead{
text-align:right;
height:610px;
font-size:.9em;
font-weight:bold;
}
#mainContent .subHead_02{
text-align:center;
font-size:.9em;
font-weight:bold;
}
#mainContent .email a{
text-align:center;
font-size:.7em;
text-decoration:none;
display:block;
font-weight:bold;
}
#sidebar1 .head{
display:block;
background:#0099FF;
color:#ffecc7;}

#sidebar1 .classes{
font-size:.8em;
color:#ffecc7;
}
#sidebar1 a{
text-decoration:none;
color:#ffecc7;}

.tinyRocket #footer {
margin:0 auto; 
background: url(../images/bt_Footer.jpg) no-repeat;
height:11px;
}
.tinyRocket #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.tinyRocket #bt_Menu{

height:24px;
width:100%;
}
.tinyRocket #bt_Menu p {
padding: 0 0 0 0; 
font-size:.8em;
font-family:Geneva, Arial, Helvetica, sans-serif;
display:block;
color:#FFFFFF;
text-align:center;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/*======= menus OPEN ======= */

#menu{
text-align:center;
margin:0 auto;
}
.menu {
	padding:0 0 0 200px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(../images/three_0.gif);
	position:relative;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
}
.menu li {
	float:left;
}
.menu li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#FFD47D;
	text-decoration:none;
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}
.menu li a b {
	float:left;
	display:block;
	padding:0 16px 0 8px;
}
.menu li.current a {
	color:#fff;
	background:url(../images/three_2.gif);
}
.menu li.current a b {
	background:url(../images/three_2.gif) no-repeat right top;
}
.menu li a:hover {
	color:#fff;
	background:#000 url(../images/three_1.gif);
}
.menu li a:hover b {
	background:url(../images/three_1.gif) no-repeat right top;
}
.menu li.current a:hover {
	color:#fff;
	background:#000 url(../images/three_2.gif);
	cursor:default;
}
.menu li.current a:hover b {
	background:url(../images/three_2.gif) no-repeat right top;
}
/*======= menus END ======= */

