/* CSS CONTENT */

body {
background: url(images/background2.jpg) top center repeat;
color:#303030;
font:76% Verdana,Tahoma,Arial,sans-serif;
margin:0;
padding:0;
text-align:center;
}

a {
color:#800000;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#505050;
text-decoration:underline;
}

p {
line-height:1.5em;
margin:2px 2px 10px 10px;
}

/*** Main container ***/

#container {
background: url(images/header_bg.gif) top left repeat;
margin:0 auto;
width:1000px;
padding:0;
text-align:left;

}


/*** Header section ***/

#sitename {
background: #800000 url(images/title-header.jpg) no-repeat;
color: #800000;
height:92px;
margin:0 0px 0px;
text-align:left;
}

#sitename img {
float:left;
margin:0px 15px 0px 0;
padding:0px;
}

/*** Horizontal menu ***/

/*- Menu Tabs F--------------------------- */

    #tabsF {
      float:left;
      width:100%;
      background:#000000;
      font-size:90%;
      line-height:normal;
      border-bottom:2px solid #000000;
      border-top:1px dotted #000000;
      }
    #tabsF ul {
	  margin:0;
	  padding:5px 5px 0 5px;
	  list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:;
      padding:5px 15px 4px 6px;
      color:#9E0606;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }

/*** Content wrap ***/

wrap {
clear:both;
background:#ffffff top left no-repeat;
font-size:0.9em;
padding:0 5px 0 0;
}

/*** Sidebars ***/
#rightside {
float:right;
background: #808080;
border: 0 px solid #000000;
margin-left:2px;
width: 218px;
height: 600px;
padding: 0 0 0 5px;
}

#rightside h1 {
color:#000000;
font-size:1.6em;
font-weight:bold;
letter-spacing:-1px;
margin:10px 0 10px;

}

#rightside h2 {
font-size:1.1em;
margin:0 10px 2 0px;

}

#rightside p {
font-size:0.9em;
line-height:1.4em;
margin:0 0 0 5px;
color: #ffffff;
}


/*** Content ***/

#content,#contentalt {
width: 750px;
height: 600px;
background:#ffffff;
border:1px solid #000000;
color:#2a2a2a;
padding: 5px 0 0 5px;
}

#content {margin:0px 10px 0px 0px;}
#contentalt {margin:0px 10px 0 0px;}

#content h1,#content h2,#contentalt h1,#contentalt h2 {
background-color:inherit;
color:#800000;
font-size:1.8em;
font-weight:bold;
margin:0 0 10px 5px;
padding:0;
}

#content h2,#contentalt h2 {
font-size:1.2em;
margin-bottom:5px;
}


#content h3,#contentalt h3 {
font-size:0.9em;
margin-bottom:5px;
margin:10px 10px 5px 5px;
}

#content img,#contentalt img {
border:1px solid #b0b0b0;
float:left;
margin:5px 15px 6px;
padding:5px;
}

  

/*** Scroll Box ***/

#scroll {
width: 725px;
height: 600px;
background:#ffffff;
color:#2a2a2a;
padding:0px 15px 0px 2px;
overflow: auto;
}


#scroll li {
	  font-size:90%;
	  color: #000000;
      }
	  
#scroll a {
color:#800000;
font-size:110%;
font-weight:bold;
text-decoration:none;
}

/*** Footer ***/

#footer {
background:#800000 top left repeat-x;
clear:both;
color:#d0d0d0;
font-size:0.9em;
font-weight:bold;
margin:0;
padding:10px 0;
text-align:center;
width:100%;
}

#footer a {
color:#d0d0d0;
font-weight:bold;
}

/*** Various classes ***/

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}

/*** Text format ***/

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

/*** End of file ***/