body {
	font-family: Trebuchet MS,Helvetica,Tahoma,Arial,sans-serif;
	line-height: 110%;
	font-size: 100%;
	color: #333;
  background: #222;
  text-align: left;
	behavior: url(csshover.htc);
}

* {margin:0; padding:0;}

#headerarea {
  background: white;
}

#header {
	width: 890px;
  margin-top:25px;
  margin-left:auto;
  margin-right:auto;
  padding-top:10px;
  background: #fff;
  border-bottom:1px solid white;
}

#bodyarea {
  background: white;
}

#mainbody {
	width: 875px;
  margin: 0;
  margin-left:auto;
  margin-right:auto;
	padding: 0 0 15px 15px;
  background: #fff;
}

#footer {
	width: 875px;
  text-align: left;
  margin: 0;
  margin-left:auto;
  margin-right:auto;
  padding: 25px 7px 8px 8px;
  color: #888;
  font-size:80%;
}

#footer a, #footer a:visited {
  color: #888;
  text-decoration: none;
}
#footer  a:hover, #footer  a:active {
  color: #ff0000;
  text-decoration: underline;
}

table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

th {
	vertical-align: bottom; 
	text-align: center;
	padding: 3px;
	font-size: 90%;
	font-weight: bold;
}

td {
	vertical-align: top; 
	text-align: left;
	padding: 3px;
}

.tr-border-top {
  border-top: 1px solid gray;
}

.tdr-border-top {
  vertical-align: top; 
	text-align: right;
	padding: 3px;
  border-top: 1px solid gray;
}

.tdl-border-top {
	vertical-align: top; 
	text-align: left;
	padding: 3px;  
  border-top: 1px solid gray;
}

.tdl {
	vertical-align: top; 
	text-align: left;
	padding: 3px;
}

.tdc {
	text-align: center;
  vertical-align: top;
	padding: 3px;
}

.tdr {
	text-align: right;
  vertical-align: top;
	padding: 3px;
}

.tdlt {
  text-align: left;
  vertical-align: top;
	padding: 3px;
}

.tdct {
  text-align: center;
  vertical-align: top;
	padding: 3px;
}

.tdrt {
  text-align: right;
  vertical-align: top;
	padding: 3px;
}

.tdlm {
  text-align: left;
  vertical-align: middle;
	padding: 3px;
}

.tdcm {
  text-align: center;
  vertical-align: middle;
	padding: 3px;
}

.tdrm {
  text-align: right;
  vertical-align: middle;
	padding: 3px;
}

.tdlb {
  text-align: left;
  vertical-align: bottom;
	padding: 3px;
}

.tdcb {
  text-align: right;
  vertical-align: bottom;
	padding: 3px;
}

.tdrb {
  text-align: right;
  vertical-align: bottom;
	padding: 3px;
}

.tdsearch {
  text-align: left;
  vertical-align: middle;
	padding: 7px 7px 1px 7px;
	white-space: nowrap;
}

.th-edit {
  text-align: right;
  vertical-align: top;
  padding: 3px 10px 3px 3px;
  font-weight: bold;
  font-size: 85%;  
}

.th-list-l {
  text-align: left;
  vertical-align: bottom;
  padding: 3px;
  font-weight: bold;
  font-size: 85%;  
}

.th-list-r {
  text-align: right;
  vertical-align: bottom;
  padding: 3px;
  font-weight: bold;
  font-size: 85%;  
}

.th-list-c {
  text-align: center;
  vertical-align: bottom;
  padding: 3px;
  font-weight: bold;
  font-size: 85%;  
}

p {
	margin-bottom: 10px;
	text-align: left;  
}

blockquote {
    margin: 0 30px 0 30px;
}

h1
{
  font-family: Times New Roman, Serif;
	color: #B4151C;
	font-weight: normal;
	font-size: 22px;
	margin: 0;
	padding: 5px 0 15px 0;
  line-height: 125%;    
}

h2 {
  font-family: Times New Roman, Serif;
	color: #B4151C;
	font-weight: normal;
	font-size: 18px;
	padding: 10px 0 10px 0;
  line-height: 125%;    
}

h3 {
  font-family: Times New Roman, Serif;
	color: #B4151C;
	font-size: 15px;
	font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 125%;    
}

h4 {
	color: #B4151C;
	font-size: 12px;
	font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 100%;    
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;  
  padding: 0;  
}

ul, ol {
    margin: 10px 0 10px 15px;
    padding-left: 15px;
}

li {
    line-height: 140%;
}

a.bottommenu {
	padding: 0 7px 0 7px;
	color: #444;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.bottommenu:visited {
	color: #444;
	text-decoration: none;
}
a.bottommenu:hover {
	color: blue;
	text-decoration: underline;
	font-size: 12px;
}

a.bottommenu2 {
	color: #444;
	text-decoration: none;
	font-size: 12px;
}
a.bottommenu2:visited {
	color: #444;
	text-decoration: none;
}
a.bottommenu2:hover {
	color: blue;
	text-decoration: underline;
	font-size: 12px;
}

.submit input {
  color: #000;
  background: #ccc;
  border: 2px outset #666;
  padding: 5px 10px;
}

.link_button {
  color: #000;
  background:  #ccc;
  border: 2px outset #666;
  padding: 5px 10px;
  margin: 0;
}
.link_button a {
  color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 10pt;
}

a, a:visited {
  color: #B4151C;
  text-decoration: none;
}
a:hover, a:active {
  color: #ff0000;
  text-decoration: underline;
}

.bbait {
display: none;
}

.gradientbuttons ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
/* font: bold 13px Verdana; */
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.gradientbuttons li{
display: inline;
margin: 0;
}

.gradientbuttons li a{
text-decoration: none;
padding: 5px 7px;
margin-right: 5px;
border: 1px solid #778;
color: white;
border:1px solid gray;
background: #3282c2;
border-radius: 8px; /*w3c border radius*/
box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* w3c box shadow */
-moz-border-radius: 8px; /* mozilla border radius */
-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* mozilla box shadow */
background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
-webkit-border-radius: 8px; /* webkit border radius */
-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* webkit box shadow */
background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
}

.gradientbuttons li a:hover{
color: darkred;
background: white;
}

.redtheme li a{
font-size:15px;
background: darkred;
background: -moz-linear-gradient(center top, #6D1C2B, #CB1C22 25%, #CB1C22 45%, #CB1C22 85%, #EF1C2B);
background: -webkit-gradient(linear, center top, center bottom, from(#6D1C2B), color-stop(25%, #CB1C22), color-stop(45%, #CB1C22), color-stop(85%, #CB1C22), to(#EF1C2B)); 
/*background: -moz-linear-gradient(center top, #6D1C2B, #CB1C22 25%, #EF1C2B 45%, #CB1C22 85%, #6D1C2B);
background: -webkit-gradient(linear, center top, center bottom, from(#6D1C2B), color-stop(25%, #CB1C22), color-stop(45%, #EF1C2B), color-stop(85%, #CB1C22), to(#6D1C2B)); 
*/
}
