/* Styles for the entire body */
body {	
	background-image:url(https://mmcdarwha.org/1/bg.jpg);
	background-attachment:fixed;
}

#container {
	width: 900px;
	padding: 0px;
	background-color: #fff;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	-webkit-box-shadow: 0px 0px 15px 2px #333;
    -moz-box-shadow: 0px 0px 15px 2px #333;
    -ms-box-shadow: 0px 0px 15px 2px #333;
    -o-box-shadow: 0px 0px 15px 2px #333;
    box-shadow: 0px 0px 15px 2px #333;
}

/* Styles for the header including logo */
#header {
	height : 100px;
	width:100%;
}

#logo { 
	float:left;
	font-family: "Century Gothic", Arial, verdana, sans-serif;
	font-size: 152%;
	font-weight: bold;
	color: #fff;
	padding:30px 0px 0px 10px; 
	width:40%; 
	background-color: inherit;
}

#bakimage {
	background: url(https://mmcdarwha.org/stylesheet/images/strip.gif) repeat;
}


#headermenu {
	float: none;
	text-align: right;
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	color: #fff;
	width:99%;
	padding: 10px 10px 0px 0px;
	background-color: #FFB3B3;
}

#headermenu a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: inherit;
}

#headermenu a:hover {
	text-decoration: underline;
}

/* Styles for the tabbed horizontal menu */
#navlistcontainer {
	clear: both;
	background-color: #FFB3B3;
	padding-top: 2px;
	margin-bottom: 5px;
}

#navlist
{
	padding: 3px 10px;
	margin: 0px;
	border-bottom: 3px solid #FFF;
	font: bold 80% Verdana, sans-serif;
}

#navlist li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 2px solid #FFF;
	border-bottom: none;
	background: #D9E4D1;
	text-decoration: none;
}

#navlist li a:link { 
	color: #5A7945;
	background : #D9E4D1; 
	border-color: #FFF;

 }

#navlist li a:visited { 
	color: #5A7945;
	background : #D9E4D1; 
	border-color: #FFF;
 }

#navlist li a:hover
{
	color: #FFF;
	background : #5A7945; 
	border-color: #FFF;
}

#navlist li a#current
{
	color: #FFF;
	background : #5A7945; 
}

/* Styles for the infobox */
#infobox {
	clear: both;
	height :auto;
	width:100%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-color: #5A7945;
	border-bottom-color: #5A7945;
}

#nutshell {
	float: left;
	;
	height :200px;
	width:49%;
	background-color: #FFE1E1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5A7945;
}

#services {
	float: right;
	height:200px;
	width:50%;
	background-color: #FFE1E1;
}

#nutshell h2 {
	margin: 0px;
	text-align: left;
	font-family: Arial, verdana, sans-serif;
	color: #FF6666;
	font-size: 100%;
	padding:5px 0px 0px 10px;
	background-color: inherit;
}

#nutshell p {
	text-align: left;
	padding:0px 10px 0px 10px;
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	font-weight: normal;
	color: #000000;
}

#services h2 {
	margin: 0px;
	text-align: left;
	font-family: Arial, verdana, sans-serif;
	color: #FF6666;
	font-size: 100%;
	padding:5px 0px 0px 10px;
	background-color: inherit;
}

#services p { 
	text-align: left;
	padding:0px 10px 0px 10px; 
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	font-weight: normal;
	color: #494949;
}

#services ul { 
	margin-top: 5px;
	list-style-type: square;
	text-align: left;
}

#services ul li {
	font-family: Arial, verdana, sans-serif;
	color: #494949;
	font-size: 77%;
}

/* Styles for the main content */
#contents {
	width:100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: auto;
	background-color: #FFF;
	clear: both;
}

#secondpagecontents {
    clear: both;
    margin: 0px auto;
    width:100%;
    background-color: #FFF;
    border-top: 3px solid #5A7945;
    padding-top: 5px;
}

#leftcontainer {
	float: left;
	width:79%;
}

#rightcontainer {
	width:20%;
	float: right;
}

.WrapText
{
	float:left;
	padding: 3px;
	border:thin solid #CCCCCC;
	background:#D9E4D1;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 0px;
}

/*Styles for the left columm. */
#leftcontainer  h2
{
	margin:0 auto;
	padding:5px 0 5px 10px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-align: left;
	color:#000066;
	font-size: 100%;
}

#leftcontainer p
{
	margin: 5px;
	padding: 0 0 5px 5px;
	background-color:inherit;
	line-height: 2em;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	color: #000066;
	font-size: 80%;
}

#leftcontainer a
{
	background-color:inherit;
	text-decoration: none;
	color: #000066;
}

#leftcontainer a:hover
{
	background-color:inherit;
	text-decoration: underline;
	color: #000066;
}

/*Styles for the right columm. */
.rightcontents
{
	margin: 0px auto 10px auto;
	background-color:#FFF;
	border:1px solid #5A7945;
	line-height:1.1em;
	text-align: left;
}

.rightcontents h2
{
	margin:0 auto;
	padding:5px 0 5px 10px;
	background-color:#AE5E5E;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-align: left;
	color:#FFFFFF;
	font-size: 85%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.rightcontents p
{
	padding:5px 10px 5px 10px;
	margin: 0 0 15px 0;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: left;
	background-color:inherit;
	color: #156064;
	font-size: 75%;
}

.rightcontents p a
{
	background-color:inherit;
	text-decoration: none;
	color: #000066;
}

.rightcontents p a:hover
{
	background-color:inherit;
	text-decoration: underline;
	color: #000066;
}

/*Styles for Quick links. */
.rightcontents ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.rightcontents ul li
{
	list-style-type: square;
	padding-bottom: 5px;
}

.rightcontents ul li a
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	text-align: left;
	font-size: 77%;
	background-color:inherit;
	text-decoration: underline;
	color: #000066;
}

.rightcontents ul li a:hover
{
	background-color:inherit;
	color: #5A7945;
	font-weight: bold;
}

/*Styles for the footer. */
#footer {
	clear: both;
	margin: 5px 0 0 0;
	width:100%;
}

#footer p {
	padding: 10px;
	background-color: #930000;
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	color: #fff;
	margin: 0px;
}

#footer2 {
	 margin: 0px auto;
	 width: 950px;
	 background-color: #666;
}

#footer2 p {
	margin: 0px;
	padding: 0px;
	float: right;
	background-color: #666;
	font-family: Arial, verdana, sans-serif;
	font-size: 65%;
	color: #fff;
}

#footer2 p a {
	background-color: #666;
	font-family: Arial, verdana, sans-serif;
	font-size: 100%;
	color: #fff;
	text-decoration: underline;
}
.note {
	position:relative;
	width:380px;
	padding:3px;
	color:#fff;
	background:#97C02F;
	overflow:hidden;
	margin: 0px;
	background-color: #53A3B4;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.note.blue {background:#53A3B4;}
.note.blue:before {border-color:#fff #fff transparent transparent; background:transparent;}
.note.rounded {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.note.rounded:before {
    border-width:8px; /* Triggers a 1px 'step' along the diagonal in Safari 5 (and Chrome 10) */
    border-color:#fff #fff transparent transparent; /* Avoids the 1px 'step' in webkit. Background colour shows through */
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius:0 0 0 5px;
    border-radius:0 0 0 5px;
}
.highlight {
	background-color: #B1D7F1;
	font-size: 12px;
	font-weight: bold;
}
/*
     FILE ARCHIVED ON 03:27:48 Jun 22, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:01:56 Nov 30, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.557
  exclusion.robots: 0.04
  exclusion.robots.policy: 0.029
  esindex: 0.011
  cdx.remote: 8.98
  LoadShardBlock: 588.507 (3)
  PetaboxLoader3.datanode: 135.176 (4)
  load_resource: 18.598
*/