﻿html 
{
  margin:0;
  padding:0;
}

body 
{
	margin:0;
	padding:0;
	font-size:0.8em; 
	font-family:Verdana,Arial,Helvetica,sans-serif;  
	background-color:#fff;
}

.hide { display:none; }

h3 { font-size: 1em; }

h2 { font-size: 1.1em; }

a
{
  text-decoration: none;
  color: #408ccb;
}

a:visited
{
  text-decoration: none;
  color: #408ccc;
}

a.extern {
	background:url('../Images/linkextern.gif') transparent no-repeat 0px 3px;
	padding-left:10px;
}
a:hover
{
  text-decoration: underline;
}


#ghostholder
{
	height:1px;
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	overflow:visible;
	visibility:visible;
	display:block	
}

#holder
{
	border:1px solid #b1b1b1;
	padding:4px;
	width: 950px;
	height: 610px;
	background-color:#fff;
	margin-left:-475px;
	position:absolute;
	top:-304px;
	left:50%;
	visibility:visible;
}

#header 
{
	float:right;
	height:44px; 
}

#leftcontent
{
  float: left;
  margin: 10px 0 5px 0;
  width: 150px;
}

/* submenu style sheet */
#submenu
{
 display:none;
}

#submenu ul
{
  list-style-type:none;
  padding:0;
  background:#E1E1E1;
  border-top:1px solid #b1b1b1;
	width:100%;
	margin:4px 0 4px 0;
}



/* iconloader style sheet */
#iconloader
{
  display:none;
}

.icon 
{
  margin: 5px;
}
/* end iconloader style sheet */

/* content style sheet */
#content 
{
	float:left;
	padding:13px; 
	margin:10px 0 5px 10px; 
	width:725px;
	height:465px;
	overflow:auto;
	font-size:0.9em;
}

#content ul
{
  clear:left;	
}

.clear {
	clear:both;
}
/* end content style sheet */

/* ir logo style sheet */
#logo 
{
	display:none;
}
/* end ir logo style sheet */

/* menu style sheet */
#menu 
{
  display:none;
}



/* footer style sheet */
#footer
{
display:none;
}


/*end footer style sheet */

/* news style sheet */
.section
{
  clear:left;
	margin: 0;
	padding: 0;
}

.articleltitle
{
  line-height: 3px;
}

.articlelist
{
	clear:left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* end news style sheet */


/* search style sheet */
#searchbox
{
	display:none;
}

#searchbox h3 
{
	font-size:0.7em;
	margin-bottom:1px;
}

.searchinput
{
	border: solid 1px;
	width:115px; 
	margin:0 0 3px 0;
	border:solid 1px #9e9292;
}


.searchbutton
{
    cursor: pointer;
    border:none;
    width:18px;
    height:28px;
    background:url('../Images/search.gif') transparent no-repeat;
    color:#e1e1e1;
    font-size:0em;
}

/*end search style sheet */

/* editor styles */

.imgTop {
	position: relative;
       	top:0;
}


.txtLeft {
	float:left;
	width:380px;
}

.imgRight {
	border:0;
	margin-left:10px;
	padding:0;
	float:right;
}
