html
{
   margin: 0;
   padding: 0;
}
body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: 12px;
   background: #36414d;
   color: #333;
   text-align: center;
}
#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 768px;
   text-align: left;
   margin-bottom: 20px;
   background: #fff;
   border-width: 0px;
   border-color: #292e33;
   border-style: none;
}
#container-inner
{
   position: static;
   width: auto; 
   border-width: 0px;
}
#banner
{
   position: relative;
   width: 768px;
   background: #666666;
   padding: 0px;
   border-width: 0px;
}
#banner-inner
{
   position: static;
   background: #195B7B;
   padding: 0px;
   margin: 0px;
   border-width: 0px;
   color: #fff;
}
#banner a { color: #FFFFFF; text-decoration: none; font-weight: bold; }
#pagebody { position: relative; width: 100%; background: #fff;  }
#alpha
{
   font-family: "Arial","Lucida Grande",Helvetica, Verdana, sans-serif;
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
   margin: 0;
   width: 200px;
   background: #C9E4E4;
   border: 0;
   font-size:12px;
}
#alpha-inner
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
   margin: 0;
   border: 0;
   background: #f7f7f7;
   line-height: 0.6cm;
   padding: 10px 0 0 0;
}
#alpha-inner a {   text-decoration:none; }
a.sidebar-red { color: #9A0908; text-decoration: none; font-weight: normal; font-size:18px;}
#beta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
   margin: 0px;
   width: 548px;
   background: none;
   padding: 10px;

}
#beta-inner,
{
   position: static;
   position: relative;

   border-style: solid;
   border-color: #fff;
   background: #fff;
   border-width: 0;
}
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: auto;
	clear: both;
	}
#footer {
	background-color: #195B7B;
        color: #CCCCCC;
	}
#footer a {
        color: #CCCCCC;
        text-decoration: none;
	}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}




a { color: #0000FF; text-decoration: underline; }
h1
{
   margin-top: 0;
   color: #5A6B8D;
   font-size: 18px;
font-weight:normal;

}

form, input { margin: 0; padding: 0; }






.redbold
{
   margin: 0;
   border-left: 5px solid #36414d;
   padding: 2px 2px 2px 2px;
   color: #fff;
   background: #60393C;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;


}



















/* basic page elements */

a img { border: 0; }


h3, h2
{
font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
font-size: 14px;
font-weight: bold;
}
 
a.internal { color: #333; text-decoration: none; }
a.purchaseurl { text-decoration: none; }


 

#sidebar a {color: #0000FF; text-decoration:none;}

#sidebar-title2
{
background: #B28991;
padding: 0px 0px 0px 5px;
width: auto;
}

#sidebar-title a {color: #FFFFFF; text-decoration:none; font-weight: bold;  font-size:16px;}




/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */
