
           
/* LAYOUT */    
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/h2008_3.jpg);
	background-repeat: repeat-x;
	background-color: #FEFEFE;
}

body, td {
  color: #444444;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
 
#container { 
	margin: 0px auto;
	text-align: left;
	width: /*834px;*/ 980px;
	/*background: blue;*/
}

#header {
	height: 119px;
	margin: 0;
	padding: 0;
}

#header2 {
	height: 70px;
}

#sp {
  /*background: #EEEEEE;*/
  width: 200px;
  margin-left: 0px;
  float:left;
}

#sbox {
  /*background: #EEEEEE;*/
  width: 200px;
  margin-left: 0px;
  float:left;
}




#mc {
 float: left; 
 /*background: green;*/
 margin: 0;
 padding: 0;
}

#menu {
  margin: 0;
  padding: 0;
  height: 54px;
} 

#menuinner {
   background-color: #333333;
   height: 30px;
   width: 955px;
   float:left;
}

.menuitem {
   float:left;
   padding-left: 6px;
   padding-right: 27px;
   padding-top: 6px;
}


#menu a
{
  color: #EAEAEA;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

#menu a:hover
{
   background: #db7f09; 
}



#cont {
  /*background: blue;*/
  width: 546px;
  float:left;
 
  margin-left: 16px;
  margin-right: 16px;
}

#footer {
  clear: both;
  margin-left: 200px;
  padding: 25px 0 25px 0;
}





/* MAIN */   
h1
{
	color: #db7f09;
  font-size: 26px;
  margin: 0px 0px 16px 0px;
  font-weight: normal;
  line-height: 26px;
}

h2 
{
  color: #91af11;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 18px;
}   

h3 
{
  color: #91af11;
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: bold;
}                 
              

li 
{
	margin: 0px;
	list-style-type: square;
	padding: 2px;
}

ol 
{
	padding: 0px;
	margin: 6px 6px 6px 25px;
	list-style-position: outside;
}
             
a:link {
	color: #0089D8;
	text-decoration: none;
}
a:visited {
	color: #0089D8;
	text-decoration: none;
}
a:active {
	color: #0089D8;
  text-decoration: none;
}
a:hover {
	background: #0089D8;
	color: white;
	text-decoration: none;
}                 
                 
img 
{
	border: none;	
}
                 
 
                
.newsHead {
  color: #666666;
  margin-bottom: 12px;
  font-weight: bold;
}

.newsBody {
}

.newsFooter {
  clear: both;
  height: 1px;
  font-size:1px;
  line-height: 1px;
  border-bottom: 1px solid #AAAAAA;
  margin: 16px 0px 18px 0px;
}
      
         
                 
                 
                 
  

                 
                 
/* IMAGES */            
.imageleft
{
  margin: 8px 8px 8px 0px;
	float: left;	
}
          
.imageright
{
  margin: 8px 0px 8px 8px;
	float: right;	
}
                 


/* BOX */
.boxhead
{
  padding: 2px 5px 2px 5px;   
  margin-top: 6px;
  background-color: #DFDFDF;
  text-transform: uppercase;               
}

.boxbody
{
  border: 1px solid #DFDFDF;
  padding: 5px;
  margin-bottom: 12px;
  background-color: #F8F8F8;
}


/* TABLE */
.tab
{
	width: 100%;
	border-collapse: collapse;
}

.tab th
{
	background-color: #F8F8F8;
	text-align: left;
	font-weight: bold;
	padding: 4px;
}

.tab td
{
	background-color: #F2F0F0;
	padding: 4px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}


/* ARTICLE TABLE */
.article
{
	width: 100%;
	border: none;
}

.centered
{
	text-align: center;
}


/* SMALL TEXT */
.small
{
	font-size: 10px;	
}

/* CENTERED ELEMENT */
.center
{
	text-align: center;	
}

/* RED TEXT */
.red
{
	color: #C80C0C;	
}



/* FORMS */
form
{
  margin: 0px;
  background: #F2F0F0;
  padding: 10px;
}

label
{
  display: block; 
  margin-top:4px;
}


form br
{
  clear: both; 
}

.lbl
{
  display:block;
  float:left;
  width: 140px; 
}

.inp
{
  display:block;
  float:left;
  width: 180px; 
  margin-top: 4px;
}

.button 
{
  border: 1px solid black;
  margin-top: 4px; 
  background: #DFDFDF;
}