.mainbody {
   background: url(/images/backgrounds/bluewave.png);
}

a, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover { 
   text-decoration: underline;
}

#header {
   background: #001455;
   color: white;
}

#footer {
   background: #001455;
   color: white;
}

.portlethead {
	 background: url(/images/portlet/head0-r.png) no-repeat top right;
}

.portletheadcontent {
	 background: url(/images/portlet/head0-l.png) no-repeat top left;
}

.portletbody {
	 background: url(/images/portlet/body0-r.png) no-repeat bottom right;
}

.portletbodycontent {
	 background: url(/images/portlet/body0-l.png) no-repeat bottom left;
}


.tabnav li {
    background: url(/images/portlet/head0-r.png) no-repeat right top;
}

.tabnav a {
    background:url(/images/portlet/head0-l.png) no-repeat left top;
    color:white;
}

.tabnav .currenttab a {
    background:url(/images/portlet/select0-l.png) no-repeat left top;
    color: white;
}

.tabnav .currenttab {
    background: url(/images/portlet/select0-r.png) no-repeat right top;
}
