/* CSS Document */
* {
font-family: Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
padding:0;
margin:0;
}

a { FONT-WEIGHT: bold; }
a:link { color:  #007700;}
a:visited { color:  #005500; }
a:hover {color: #009900; }
a:active {color: #000000; }

#menulist{
 list-style-type:none;
}

#wrapper{
width: 900px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;

}

#header{
width: 876px;
height: 194px;
background-image: url(../images/header.jpg);
background-repeat:no-repeat;
background-color: #0076B7;
}

#menu{
width: 180px;
height: 380px;
float:left;
/* padding-left: 20px;
padding-top: 20px; */
background-image: url(../images/content.png);
background-repeat:repeat-x;
background-color: #93ACF4;
}

#menulist{
padding-left:15px;
padding-top: 20px;
}

#content{
background-image: url(../images/content.png);
background-repeat:repeat-x;
background-color: #FFFFFF;
/*border: solid 1px red; */
width: 696px;
height: inherit;
float:left;
}

#subcontent{
width:650px;
height: inherit;
margin: 20px; 
font-size: 13px;
line-height: 23px;
}

#contact {
list-style-type: square;
margin-left: 20px;
}

#logos{
background-color:#FFFF66;
width: 876px;
height: 100px;
float:left;
background-image: url(../images/logos.png);
background-repeat:no-repeat;
background-color: #93ACF4;
}

#heading{
font-size:18px;
padding-bottom: 6px;
}
