body  {
background: #fff;
margin: 0;
}

#container { 
width: 780px;
margin: 0 auto;
}

#header { 
padding: 35px 30px 5px 30px;
background: #ffff00;
} 

#header a {
color: #000000;
text-decoration: none;
font-size: 30px; 
font-family: "Tahoma";
}

#menu {
background-color: #000000; 
padding: 6px 30px 6px 0;
text-align:right;
}

#menu a {
color: #ffff00;
text-decoration: none; 
font-size: 14px; 
font-family: "Tahoma";
text-transform: uppercase;
}

#menu a:hover {
color: #ffffff;
}

#sidebar {
float: left;
width: 160px;
padding: 30px 30px 0 30px;
margin: 0;
color: #000000;
text-align: center;
background-color: #ffff00;

}

#sidebar a {
text-decoration: none; 
color: #000000;
font-family: "Tahoma";
font-weight:bold;
font-size: 12px;
}

#sidebar a:hover {
color: #666666;
}
#sidebar ul {
text-decoration: none; 
color: #000000;
font-family: "Tahoma";
font-weight:bold;
font-size: 12px;
text-align: left;
}
#sidebar img {
/*border: solid 1px #d6d6d6;*/
border: 0px solid ; width: 140px; height: 125px
}

.project {
margin:15px 0 25px 0;
}

h1 {
margin: 0px;
color: #869843; 
font-size:24px; 
font-family: "Tahoma"; 
font-weight: normal;
}

h2 {
font-weight:bold;
font-size: 15px; 
margin: 20px 0 5px 0;
font-family: "Tahoma"; 

}

h3 {

font-size: 12px; 
margin: 20px 0 5px 0;
font-family: "Tahoma"; 
font-weight: normal;
}

#main {
background-image:url(images/bg.gif);
} 

#text { 
margin: 0 0 0 220px;
padding: 25px 30px 30px 30px;
color: #000;
font-family: "Tahoma";
font-size: 13px; 
line-height: 18px;
text-align: justify;
background-color: #ffffff;


} 

#text a {
color: #000000; 
background: #ffffff;
}

#text a:hover {
color: #444444;
}
#bar2
{right-margin:0; font-family: "Tahoma";}

#bar2 ul
{clear:both;
padding: .2em .0em;
margin: 0;
list-style-type: none;
background-color: #000;
color: #ffff00;
text-align: right;
}
#bar2 ul li 
{ 
display: inline; 
padding: .1em .0em;
font: normal 100% veranda,arial,tahoma,helvetica;
}

#bar2 ul li a
{text-decoration: none;
background-color: #000;
color: #ffff00;
padding: .2em 1em;text-align:right;
}

#bar2 ul li a:hover
{
background-color: #000000;
color: #ffffff;
}

#bar2 a:link, #navlist a:visited
{
color: #ffff00;
text-decoration: none;
}


#footer {
padding: 6px 30px 6px 30px;
background: #000; 
font-family: "Lucida Sans Unicode";
color: #ffff00;
font-size: 11px;
text-align: right;
}

#footer a {
text-decoration: none; 
color: #262626;
}

#footer a:hover {
color: #666666;
}

.clear {
clear:both;
}

.separator {
font-size:11px;
color:#FFFFFF;
}
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #000;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
.error_strings
{color:ff0000;}