/* Start of CMSMS style sheet 'Beruang Madu' */
/* BODY */

body {
	background-color: #ebebeb;
	color: #000000;
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

div#center {
	text-align: center;
        }

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	text-align: left;
	}

/* LINKS & IMAGES */

a {
	color: #2C2326;
	text-decoration: underline;
	font-weight: bold;
	}

a:link, a:visited {
	color: #2C2326;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover, a:active {
	color: #AFCF86;
	text-decoration: underline;
	font-weight: bold;
	}
	
img {
	border: 0;
	}

.padding {
	padding: 10px;
	}

/* BLOCKS */

td#nav {
	background-color: #AFCF86;
	backroung-repeat: repeat;
	}

#footer {
	color: #AFCF86;
	font-weight: bold;
	text-align: center;
        margin: 10px;
	}

#content {
        margin: 10px;
        width: 560px;
	}

/* TEXT */

div#content p {
	font-size: 10pt;
	line-height: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

div#content h2 {
        font-family: Georgia, Times, serif;
	font-size: 14pt;
	line-height: 16pt;
        padding-bottom: 10px;
        border-bottom: 2px solid #AFCF86;
        color: #2C2326;
	}

div#content h3 {
        font-family: Georgia, Times, serif;
	font-size: 12pt;
	line-height: 14pt;
        font-style: italic;
        color: #2C2326;
	}

div#content ul {
	font-size: 10pt;
	line-height: 12pt;
	}

div#content ol {
	font-size: 10pt;
	line-height: 12pt;
	}

div#content ul.clearfix {
        position: relative;
        left: -40px;
	font-size: 10pt;
	line-height: 12pt;
        list-style: none;
	}

/* SIDEBARS & PULQUOTES */

.donors {
       padding: 5px;
       margin: 10px;
       display: block;
       position: relative;
       width: 160px;
       float: right;
       border: 2px solid #AFCF86;
       }

.donors p.title {
       font-weight: bold;
       position: relative;
       left: -5px;
       top: -19px;
       background: #2C2326;
       color: #FFFFFF !important;
       width: 150px;
       padding: 10px;
       }

.donors ul {
      position: relative;
      left: -20px;
      top: -10px;
      width: 130px;
      }
/* End of 'Beruang Madu' */

/* Start of CMSMS style sheet 'Beruang Madu - Menu' */
/* MENU */

td#menu{
       background-color: #AFCF86;
/*     background-image: url("images/td_menu_bg.gif"); */
       background-repeat: repeat;
       }

div#menu {
	width: 200px;
	}

div#menu ul {
        position: relative;
        top: -11px;
	width: 200px;
	list-style-type: none;
	}

div#menu li {
	font-size: 10pt;
	}

/* SUBMENU */

div#menu ul ul {
        position: relative;
        left: -40px;
        top: 0;
	width: 200px;
	list-style-type: none;
	}

div#menu ul ul li {
	}

/* LINKS */

div#menu a {
        display: block;
        position: relative;
        left: -40px;
        padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: bold;
        border-bottom: 2px solid #FFFFFF;
	}

div#menu a:link, div#menu a:visited {
	color: #2C2326;
        background-color: #AFCF86;
	}

div#menu a:hover, div#menu a:active, div#menu a.currentpage {
	color: #AFCF86 !important;
	background-color: #2C2326 !important;
	}

div#menu ul ul li a {
        padding-left: 40px;
        background-color: #FFFFFF !important;
        border-bottom: 2px solid #AFCF86 !important;
        border-right: 2px dotted #AFCF86 !important;
	}
/* End of 'Beruang Madu - Menu' */

