/* ___________ LAYOUT ______________*/
body {
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	color:#000000;
	background-color:#FFFFFF;
	text-align:left;
	margin: 0px;
	padding: 0px;
}
#page-wrapper {
	width: 100%;
	text-align: left;
	margin:0;
	padding: 0;
	border:none;
	background-color: #ffffff;
}
#header-wrapper {
	clear: both;
	height: 125px;
	padding: 0px;
	margin: 0;
	background-image:none;
	border:none;
}
#logo	{
	width:290px;
	margin:0px;
	padding:0px;
	float:right;
	text-align:left;
	line-height:25px;
}
#headertext {
	float:left;
	width:550px;
	margin:0;
	padding:0;
	text-align:left;
}
#main-wrapper {
	float: left;
	width:100%;
	height:auto;
	padding: 5px;
	margin: 0 0 0 0;
}
#sidebar-right {
	display:none;
	float: right;
	width: 0;
	height:0;
	padding:0;
	margin: 0 0 0 0;
}
#footer-region {
	display:none

}
#editors-tabs {
	display:none;
}
.brclear { 
     clear:both;
	 height:0;
}
.brclearright { 
     clear:right;
}
/* ___________ /LAYOUT ______________*/

#main-wrapper p {
	max-width: none;
	width:100%;
	margin-top:0;
	padding-top:0;
}
#main-wrapper blockquote {
	max-width: none;
	margin-top:0;
	padding-top:0;
}
/* _________ LISTS ______________*/
#main-wrapper ul {
	max-width: none;
}
#main-wrapper ol {
	list-style-position:inside;
	max-width: none;
}
#main-wrapper li	{
	height:auto;
	padding-bottom:5px;
}
/* _________ /LISTS ______________*/
.skiplink {display:none}
#headertext h1 {
	color:#000000;
	margin:0;
	padding:0;
}
#headertext h2 {
	color:#000000;
	margin:0;
	padding:0;
	font-size: inherit;
}
h3 {  
	color:#000000;
	margin-top:0;
	padding-top:0;
	border-bottom:none;
}
ul.links	{
	display:none;
}
.forum-topic-navigation	{
	display:none;
}
li.comment_add {
	display:none;
}
/* underline all links */
  a:link, a:visited
  {
    text-decoration: underline !important;
  }

  /* Don't underline header */
  #site-name a:link,
  #site-name a:visited
  {
    text-decoration: none !important;
  }

/* CSS2 selector to add visible href after links */
  #main-wrapper a:link:after,
  #main-wrapper a:visited:after
  {
    content: " (" attr(href) ") ";
    font-size: 0.8em;
    font-weight: normal;
  }
  /* Otherwise, Firefox clips the content after the first page. */
  #page
  {
    overflow-y: visible;
  }



