/* CSS Document */


a {
text-decoration:none;
color:#0090A2;
}

a:hover {
text-decoration:underline;
color:#0090A2;
}


#nav {
background: #0090A2;
}


/* main content */

#main ul li {
list-style-image:url(../imgs/info/bullet2.gif)
}



/* LH side area */

#side a {
/*border-bottom:#0090A2 1px solid;*/
}

#side a:hover {
color:#0090A2;
}


#side {
background-color:#0090A2;
}

/* headings typography */

h1 {
color:#0090A2;
}

h2 {
color:#0090A2;
border-bottom:#ccc 1px dotted;
}

h3 {
color:#0090A2;
}

h4 {
background-color:#0090A2;
color:#fff;
}

h5 {
color:#0090A2;
}


h6 {
color:#0090A2;
}


.leftheadstyle {
color: #0090A2;
font-weight: bold;
}

