body {
 background-color: #E6E7B3;
 margin: 0px;
 font-family: verdana, arial, sans-serif;
 font-size: 12px;
 line-height: 18px;	
}

a {
 color: #1B498D;
 text-decoration:  none;
 font-weight: bold;
 border: none;
}
a:hover {
 text-decoration:  underline; 
 border: none;
}

.bg-header {
 background-color: #BEBF7D;
 background: url(../images/bg-header.jpg) no-repeat;
}
.bg-leftcol {
 background-color: #DBD9C0;
}
.bg-FFF {
 background-color: #FFFFFF;
}
.tmp-main {
 padding: 30px 15px 0px 0px;
}
.h-logo {
 padding: 16px 0px 0px 15px;
}
.h-orgname {
 font-size:24px;
 font-weight: bold;
 padding: 16px 0px 0px 0px;
}

.pathway {
 font-size: 11px;
 color: #888888;
}

.back_button a{
 font-size: 11px;
 color: #888888;
 font-weight: normal;
}

.small{
 font-size: 11px;
 color: #888888;
}

/* Menus */
#mainlevel-nav {
 padding: 0 15px 0 0;
 margin: 0;
}
#mainlevel-nav li {
 float: left;
 padding: 0 0 0 15px;	list-style: none;
}
a.mainlevel {
 width: 150px;
 display: block;
 padding: 0 0 0 3px;
 border-left:solid 2px #DBD9C0;
}
a.mainlevel#active_menu {
 background: #;
 text-decoration: none;
 border-left:solid 3px #DEBA02;
 border-bottom:solid 2px #C3C1A4;
 border-right:solid 1px #C3C1A4;
 padding: 0 0 0 4px;
}
a.mainlevel:hover {
 background: #;
 text-decoration: none;
 border-left:solid 2px #DEBA02;
 padding: 0 0 0 3px;
}
/*Headings*/
.contentheading {
 color: #666600;
 font-weight: bold;
 font-size: 13px;
}
table.contentpane td.contentheading {
 color: #666600;
 font-weight: bold;
 font-size: 13px;
}
.componentheading {
 color: #888888;
 font-size: 13px;
 border-bottom: 1px solid #CCCCCC;
}
.message {
 color: #990000;
}
.footer-small {
 color: #666666;
 font-size: 11px;
}