body, h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, dl, dt, dd, br, hr, img, form, input { 
  padding: 0px; margin: 0px; border: 0px;
}

body {
  font-size: 100%;
  background: #252B2B url(../styles/bg.gif) 0px 3px repeat-x;
  color: white;
  padding-top: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

p {
  font-size: 0.8em;
  line-height: 1.5em;
  padding-bottom: 8px;
}

a {
  color: #FD3A3A;
  text-decoration: none;
}
a:hover {
  color: #FD3A3A;
  text-decoration: underline;
}


h1 {
  color : #FD3A3A;
  font-size: 1.4em;
  font-weight: normal;
  padding: 16px 0px 5px 0px;
  margin-bottom: 8px;
  background: #252B2B url(../styles/bg_h1.gif) bottom right no-repeat; 
}
h1 .white { color: white; } 
h1 .smaller { font-size: 0.5em; }
h1 .link {
  float: right;
  font-size: 0.5em;
  padding: 10px;
  width: 70px;
  text-align: right;
  background: transparent url(../styles/readmore.gif) 12px no-repeat;
}


#container {
  padding: 0px; margin: 0px;
}

#pageheader, #pagecontent, #pagemainmenu {
  text-align: left;
  width: 950px;
}

#pageheader {
  clear: both;
}

#pageheaderimages {
  clear: both;
  margin-bottom: 14px;
}
#pageheaderbanner {
  clear: both;
}


#pagecontent {
  clear: both;
  background: #252B2B url(../styles/bg_content.gif) bottom right repeat-x;
  padding-bottom: 72px; 
  margin-bottom: 16px;  
}


#homeleft {
  width: 531px;
  float: left;
  padding-right: 30px; 
  background: #252B2B url(../styles/bg_home.gif) right 50px no-repeat;
}
#homeright  {
  float: right;
  width: 365px;
}





#pagefooter, #pagemainmenu, .newslist {
  background-color: #17181A;
}

#pagemainmenu {
  background: #ccc url(../styles/bg_menu.gif) top left repeat-x;
  padding: 0;
  margin: 0;
  height: 32px;
  overflow: hidden;
}
#pagemainmenu ul, #pagemainmenu li {
 list-style: none;
 margin:0; padding:0;
}
#pagemainmenu li {
 float: left;
}

#pagefooter {
  clear: both;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 10px;
}



.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

.newslist {
  padding: 9px 5px 0px 5px;
}
.newslist dt {
  font-weight: bold;
  font-size: 0.8em;
}
.newslist dd {
  font-size: 0.7em;
  padding-bottom: 14px;
}


.redtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}
