body  {
background: #999999 url(images/blue.jpg);
margin: 0;
height:100%;
color: #444444;
}

#container { 
width: 800px;
margin: 0 auto;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
background-color: #ffffff;
padding-top: 40px;
}

#header { 
padding: 5px 0px 10px 80px;
background: url(images/internet-availability-icon.gif) 20px 5px no-repeat #ffffff; 
height: 40px;
} 

#header a {
color: #85b9e9;
text-decoration: none;
font-size: 30px; 
font-family: "Myriad Pro", Verdana, Arial;
margin:0px 0px 0px 0px;

}

.headertext {
margin:0px 0px 0px 0px;
font-family: "Myriad Pro", Verdana, Arial;
font-size:12px;
color: #666666;
}

#homelink {
text-align: right;
background-color:#ffffff;
font-size:12px;
color: #85b9e9;
padding-right:5px;
}

#homelink a {
color: #85b9e9;
text-decoration: none;
}

#menu {
background: url(images/searchbg.jpg) 0 0 repeat-x #ffcc00; 
height: 220px;
width: 800px;
padding: 0px 0px 0px 0px;
text-align:left;
}

#menu a {
color: #c5d6db;
text-decoration: none; 
font-size: 12px; 
font-family: "Myriad Pro";
text-transform: uppercase;
}

#menu a:hover {
color: #ecf2f3;
}

#sidebar {
float: right;
width: 325px;
height: 346px;
padding: 30px 10px 0 10px;
margin: 0;
color: #444444;
text-align: center;
background-color:#ffffff;
border-left: 0px dotted #cccccc;
}

#sidebar a {
text-decoration: none; 
color: #262626;
font-family: "Lucida Sans Unicode";
font-size: 12px;
}

#sidebar a:hover {
color: #666666;
}

#sidebar img {
border: solid 0px #d6d6d6;
}

.project {
margin:15px 0 25px 0;
}

h1 {
margin: 0px;
color: #146eb4; 
font-size:24px; 
font-family: Verdana, Arial, "Arial Narrow"; 
font-weight: normal;
}

h2 {
color: #3b7687;
font-size: 15px; 
margin: 20px 0 5px 0;
}

#main {
height:100%;
background: #ffffff;
} 

#text { 
margin: 0 0 0 0px;
padding: 25px 20px 30px 30px;
color: #444444;
font-family: "Georgia";
font-size: 13px; 
line-height: 18px;
float:left;
width:400px;
background-color:#ffffff;
} 

#text a {
color: #3b7687; 
text-decoration: none;
}

#text a:hover {
color: #444444;
}

#footer {

background: #eeeeee; 
font-family: "Lucida Sans Unicode";
color: #999999;
font-size: 11px;
text-align: center;
border-top: 1px solid #dddddd;
}

#footer a {
text-decoration: none; 
color: #999999;
}

#footer a:hover {
color: #666666;
}

.separator {
font-size:11px;
color:#999999;
}

.clear {
clear:both;
}

#search-box
{
border-top: 2px solid #ffcc00;
border-bottom: 2px solid #ffcc00;
padding-top: 55px;
padding: 50px 0 50px 30px;
margin-top: 30px;
background: #c18902;
text-align: center;
}
#search-text
{
font-size:13px;
color:#333333;
margin-right: 20px;
}
.inputtext {
width:347px;
}


