@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: http://www.mayhewinternational.org/sitewide/background.jpg;
	background-color: #7B7FFD;
	background-repeat: repeat-x;
	background-image: url(/sitewide/background.jpg);
}


.mayhewinternational #container {
	width: 880px;
	background: #FFFFFF; 
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



.mayhewinternational #header { 
	background: #FFFFFF;
} 




.mayhewinternational #nav1 { 
	background: #000066; 
	padding: 2px 10px 4px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.mayhewinternational #nav1 p {
	margin: 0; /* zeroing the margin of the last element in the #nav div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.mayhewinternational #nav1 a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.mayhewinternational #nav1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.mayhewinternational #nav1 a:hover {
	text-decoration: none;
	color: #7B7FFD;
	font-size: 12px;
	font-weight: normal;
}
.mayhewinternational #nav1 a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}


.mayhewinternational #nav2 {
	width: 563px;
	background: #7B7FFD;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.mayhewinternational #nav2 p {
	margin: 0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.mayhewinternational #nav2 a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.mayhewinternational #nav2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.mayhewinternational #nav2 a:hover {
	text-decoration: none;
	color: #000066;
	font-size: 12px;
	font-weight: normal;
}
.mayhewinternational #nav2 a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}


.mayhewinternational #nav2full {
	width: 860px;
	background: #7B7FFD;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.mayhewinternational #nav2full p {
	margin: 0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.mayhewinternational #nav2full a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.mayhewinternational #nav2full a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.mayhewinternational #nav2full a:hover {
	text-decoration: none;
	color: #000066;
	font-size: 12px;
	font-weight: normal;
}
.mayhewinternational #nav2full a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}






.mayhewinternational #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; 
	margin-bottom: 0px;
	padding: 20px 19px 0px 18px;
	background-color: #000066;/* the background color will be displayed for the length of the content in the column, but no further */
}
.mayhewinternational #sidebar1 h1 {
	margin: 6px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.mayhewinternational #sidebar1 h2 {
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.mayhewinternational #sidebar1 p {
	margin: 0; /* zeroing the margin of the last element in the #nav div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 12px;
}
.mayhewinternational #sidebar1 p.more {
	text-align: right;	
}
.mayhewinternational #sidebar1 a:link {
	text-decoration: none;
	color: #7B7FFD;
	font-size: 12px;
	font-weight: normal;
}
.mayhewinternational #sidebar1 a:visited {
	text-decoration: none;
	color: #7B7FFD;
	font-size: 12px;
	font-weight: normal;
}
.mayhewinternational #sidebar1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.mayhewinternational #sidebar1 a:active {
	text-decoration: none;
	color: #7B7FFD;
	font-size: 12px;
	font-weight: normal;
}




.mayhewinternational #mainContent { 
	margin-bottom: 0px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.mayhewinternational #mainContent .titleimage{
	padding-top: 10px;
}
.mayhewinternational #mainContent h1 {
	margin: 0;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
}
.mayhewinternational #mainContent h2 {
	margin: 0;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
}
.mayhewinternational #mainContent p {
	margin: 0;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 6px;
}
.mayhewinternational #mainContent p.more {
	text-align: right;	
}
.mayhewinternational #mainContent a:link {
	text-decoration: none;
	color: #171DFD;
	font-size: 13px;
	font-weight: normal;
}
.mayhewinternational #mainContent a:visited {
	text-decoration: none;
	color: #171DFD;
	font-size: 13px;
	font-weight: normal;
}
.mayhewinternational #mainContent a:hover {
	text-decoration: none;
	color: #000099;
	font-size: 13px;
	font-weight: normal;
}
.mayhewinternational #mainContent a:active {
	text-decoration: none;
	color: #171DFD;
	font-size: 13px;
	font-weight: normal;
} 
.mayhewinternational #mainContent ul {
	margin: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: disc;
}
.mayhewinternational #mainContent .image_l {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mayhewinternational #mainContent .image_r {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mayhewinternational #mainContent .centre {
	padding: 5px;
	text-align: center;
}

.mayhewinternational #footer_container {
	width: 880px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
}

.mayhewinternational #footer_container p {
	margin: 0; /* zeroing the margin of the last element in the #nav div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 6px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ADDED BY ABHINAY MEHTA */
#holder {
  margin: auto;
  padding: 0;
  border: 0;
}

.item_c {
	text-align: center;
	margin: 0;
	border: 0;
	padding: 0;
}

.donate {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: top;
}

.donate_image_l {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: left;
	margin: 0;
    border: 0;
}
	
.donate_image_r {
	float: right;
	margin: 0;
    border: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: right;
}

.website_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	margin: 0;
    border: 0;
	padding: 0px;
	color: #336699;
}

.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 4px;
	border: 0;
	padding: 0;
}