/* CSS Document */

#nav {
background:#B7DB4C;
}

#nav a {
text-align:center;
display:block;
color:#fff;
text-decoration:none;
}

#nav a:hover {
background-color:#066;
}

#breadcrumb a {
color:#066;
}

#breadcrumb a:hover {
color:#066;
}



/* side */

#side {
background:#9c0;
}

#side a {
color:#fff;
background:transparent;
}

#side a:hover {
text-decoration:underline;
}
/* Leaderboard styles */

#leaderboard a {
text-decoration:none;
color:#fff;
}

#leaderboard a:hover {
text-decoration:underline;
}

/* bullets */

#main ul li {
line-height:20px;
list-style-image: url("../imgs/index/bullet.gif");
}

/* text */

a {
color:#066;
}

a:hover {
color:#066;
text-decoration:underline;
}

h1 {
color:#3398CC;
}

h2 {
color:#333;
border-bottom:#B7DB4C 1px dotted;
}

h3 {
color:#333;
}

h4 {
background-color:#066;
color:#fff;
}

h5 {
color:#333;
}


h6 {
color:#333;
}