body {
  margin: 0; padding: 0;
  font: 10px verdana, sans-serif;
  color: #333;
  background-color: #555;
}

h1 {
  font: 18px verdana, sans-serif; font-weight: bold;
  margin: 0 0 1em 0; padding: 0;
}

h2 {
  font: 16px verdana, sans-serif; font-weight: bold;
  margin: 0 0 1em 0; padding: 0;
}

a { color: #f90; text-decoration: none; }
a:hover   { text-decoration: underline; }
		
#container {
  width: 724px; height: 480px;
  margin: 35px auto 0 auto;   padding: 0;
  background-color: #fff; border: 2px solid #000;
}

#splash { width: 724px; margin: 35px auto 0 auto; padding: 0; }

#hdr {
  border: 0; padding: 0;
  height: 125px;
  background: #666 url(images/ban.gif) top left no-repeat;
}

#content {
  margin: 0 0 0 315px;
  padding: 15px 10px 0 15px;
  text-align: left;
  background-color: #fff;
}

#logo { position: relative; top: 0px; left: 230px; margin: 0; padding: 0; }

#ss { float: left; }

#ftr {
  margin: 10px 0 0 0; padding: 0;
  text-align: center; line-height: 11px;
  font: 9px verdana, sans-serif;
}

#ftr a:hover { text-decoration: underline; }

.btfont { font-family: "Century Gothic", verdana, sans-serif; }
.faqent { font-size: 90%; margin-left: 25px; margin-right: 25px; }
.spacer { clear: both; }
.frm { border: 2px solid #000; }
.sm { font-size: 10px; }


ul { margin: 5px 0 5px 15px; list-style-type: disc; }
ul.sm { font-size: 10px; list-style-type: circle; }
ul.sm li { margin-left: 15px ; }

.hr { margin: 0 0 5px 0; padding: 0; border-bottom: 1px dotted #444; }
* html .hr { border-bottom: none; padding: 1px; background: url(images/dotted.gif) repeat-x bottom; }

.awesome, .awesome:visited {
  background: #222 url(/images/alert-overlay.png) repeat-x; 
  display: inline-block; 
  padding: 1px 2px 1px; margin-top: 3px;
  color: #fff; 
  text-decoration: none;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer;
}

.awesome:hover							 { background-color: #111; color: #fff; }
.awesome:active							 { top: 1px; }
.small.awesome, .small.awesome:visited 	 { font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 	 { font-size: 14px; padding: 8px 14px 9px; }
.red.awesome, .bpi.awesome:visited		 { color: #fff; background-color: #660000; }
.red.awesome:hover						 { color: #fff; background-color: #872300; }
.blue.awesome, .blue.awesome:visited	 { color: #fff; background-color: #104a5e; }
.blue.awesome:hover						 { color: #fff; background-color: #007d9a; }
.orange.awesome, .orange.awesome:visited { color: #444; background-color: #f90; }
.orange.awesome:hover					 { color: #f90; background-color: #444; }

.std.awesome { width: 265px; text-align: center; }
.sm.awesome { width: 200px; text-align: center; }
