<style type="text/css">

<!-- thanks to nappy - i have no style on my own, you know -->

body {
		margin:0px 10px 0px 10px;
		padding:0px;
    background-image:url('graphics/background6.jpg');
           background-repeat:repeat;
           color:#FFF;
		}
#header {
 clear: all;
		voice-family: "\"}\"";
		voice-family: inherit;
    width:800px;
    margin-top: 0px;
      background: #900;
		}	
	#leftcontent {
		position: absolute;
		left:0px;
		top:50px;
		width:49px;
		border:0px solid #eee;
		}

	#centercontent {
   float:left;
     width:800px;
		 
   		margin-left: 49px;
   		margin-right:49px;
		border:0px solid #fff;
    background-image:url('graphics/center.gif');
           background-repeat:repeat-y;
   
		/*
    // 
   
    background:#f90;
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
	*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 50px;
   		margin-right:50px;
		}
	html>body #centercontent {
   		margin-left: 50px;
   		margin-right:50px;
      padding-left: 0em;
      padding-right: 0em;
		}	

	#rightcontent {
		position: absolute;
		right:0px;
		top:0px;
		width:30px;
		border:0px solid #000;
		}
	
	#banner {
		background:#fff;
		height:127px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:128px;
    width:639px;
		}
	html>body #banner {
		height:128px;
		}
		
	p,h1,pre{
		margin:0px 10px 5px 10px;
		}
	
	#rightcontent p {
		font-size:12px;
    margin: 5px;
		}
#left_box{float: left;
          border: 0px solid #fff;
           width: 10px;
           }
           
 #border{
 background-image:url('graphics/border.gif');
           background-repeat:repeat-x;
 width:800px;
 height:83px;
 }
#right_box{background-image:url('graphics/background_final.jpg');
    background-repeat:repeat;
            margin-left:25px;
           margin-right:5px;
           margin-bottom: 35px;
           border-left: 5px double #fc3 ;
           border-right: 5px double #fc3 ;
           border-bottom: 5px double #fc3 ;
         
            
           width: 740px;
           voice-family: "\"}\"";
		voice-family: inherit;
           
              }
 
 
 #footer {
 clear: all;
		voice-family: "\"}\"";
		voice-family: inherit;
    width:800px;
    text-align: center;
    font-weight:bold;
    color:#fff;
     border-bottom:1px dashed #C2BDAE;
      border-top:1px dashed #C2BDAE;
      background: #EA9022;
		}
	
    
.rss {background-color: #eeeeee;
        padding: 5px;}

a:link { color: #660000; text-decoration: underline;
       background-color:#FFC; padding:0px 2px 1px 2px;

		}
    

v:link { color: #999999; text-decoration: underline;
background-color:#FFC; padding:0px 2px 1px 2px;
} 

	

link { color: #000000; text-decoration: underline; 
background-color:#FFC; padding:0px 2px 1px 2px;}

p {		font: 14px/16px serif;
      font-family:Georgia, Times New Roman, serif;
      line-height: 1.5em;
      padding:5px;
      margin-left: 25px;
      margin-right: 25px;
      color: #fff;
      font-weight: bold;
      }

.center{text-align: center;}

h2 {color: #fff;}
h3 {color: #fff;}


/*- Menu Tabs 11--------------------------- */

    #tabs11 {
      float:left;
      width:100%;
      font-size:14px;
      font-weight: bold;
      background: #ff9900;
      line-height:normal;
       border-bottom:1px solid #ff9900;
      border-top:0px solid #ff9900;
      
     
      }
    #tabs11 ul {
          margin:0;
          padding:0px 10px 0 45px;
          list-style:none;
          
      }
    #tabs11 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs11 a {
      float:left;
      background:url("graphics/tableft11.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs11 a span {
      float:left;
      display:block;
      background:url("graphics/tabright112.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs11 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs11 a:hover span {
      color:#FFF;
      }
    #tabs11 a:hover {
      background-position:0% -42px;
      }
    #tabs11 a:hover span {
      background-position:100% -42px;
      }

      #tabs11 #current a {
              background-position:0% -42px;
      }
      #tabs11 #current a span {
              background-position:100% -42px;
      }
</style>

