@charset "utf-8";
/* CSS Document */

#body {
font-family:Arial, Helvetica, sans-serif;}
a {
color:#c2cb1e;
text-decoration:none;
}
ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
margin-bottom:5px;
}
li{
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-family:Arial, Helvetica, sans-serif;
}
#header {

width:600px;
height:80px;
}
#title {
color:#c2cb1e;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
margin-left:30px;
}
#nav {
color:#c2cb1e;
font-family:Arial, Helvetica, sans-serif;
margin-left:30px;
font-size:12px;

}
#nav a {
text-decoration:none;
}
#nav a:hover {
text-decoration:underline;
}
#content {
margin:20px 30px 30px 30px;
font-family:Arial, Helvetica, sans-serif;
color:#434131;
}
#footer {
}
.campaign {
color:#434131;
font-weight:bold;
}
.selected {
color:#434131;
}
.client {
color:#434131;
