body  {
background:url(images/bg.gif)  repeat-x;
margin: 0;
padding: 50px 0 50px 0;
font-family: "Myriad Pro";
}


#popitmenu{
position: absolute;
background-color: #bde5fa;
border:1px solid blue;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #9FF;
}


#container { 
width: 780px;
margin: 0 auto;
}

#header { 
height:100px;
background-image:url(images/header.gif);
} 

#logo {
padding: 32px 0 0 30px;
}

#logo a {
color: #647c00;
text-decoration: none;
font-size: 36px; 
}

#menu {
	background-color: #154379;
	padding: 6px 0 6px 30px;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
}

#menu a {
color: #F8FCF7;
text-decoration: none; 
font-size: 12px; 
/*text-transform: uppercase;*/
}

#menu a:hover {
color: #f05058;
}

#sidebar {
float: right;
width: 160px;
padding: 30px 30px 0 30px;
margin: 0;
text-align:center;
}

#sidebar a {
text-decoration: none; 
color: #2B370C;
font-size: 13px;
}

#sidebar a:hover {
color: #647c00;
}

#sidebar img {
border: solid 1px #D8ECA9;
}

.project {
margin:15px 0 25px 0;
}

h1 {
margin: 0px;
color: #647c00; 
font-size:24px; 
font-weight: normal;
}

h2 {
color: #f43838;
font-size: 15px; 
margin: 20px 0 0 0;
}

#main {
background-image:url(images/bg2_all.gif);
background-repeat:no-repeat;
}

#flash {
margin: 10px 70px 0 0;
height:100%;
overflow:hidden;
text-align:center;
}

#text { 
margin: 0 220px 0 0;
padding: 10px 30px 10px 30px;
color: #154379;
font-size: 14px; 
line-height: 19px;
text-align: justify;
font-family:Verdana, Geneva, sans-serif;
} 

#text a {
color: #154379; 
text-decoration: none;
}

#text a:hover {
color: #4F6300;
}


#textSmall { 
margin: 0 220px 0 0;
padding: 1px 30px 10px 30px;
color: #000000;
font-size: 10px; 
line-height: 19px;
text-align: justify;
font-family:Verdana, Geneva, sans-serif;
} 


#footer {
height: 90px;
background-image: url(images/footer.gif);
color: #F8FCF7;
font-size: 14px;
}

#footer a {
text-decoration: none; 
color: #FFFFFF;
}

#footer a:hover {
color: #E0F0B9;
}

#footer_left {
float:left;
padding: 60px 0 0 30px;
}

#footer_right {
float:right;
padding: 60px 30px 0 0;
}

.separator {
font-size:11px;
color:#FFFFFF;
}

.clear {
clear:both;
}

