* {
	margin: 0;
	padding: 0;
	}
body
    {
    color: #333;
    font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    background: #E2EBED;
    text-align: center;
    }
a
    {
    color: #307082;
    }
h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #000099;
	padding-left: 10px;
	}
a:hover
    {
    color: #D60808;
    }
.highlight {
	font-size: 14px;
	font-weight: bold;
	color: #3D8DA5;
	}
#container
    {
    margin: 0 auto;
    width: 750px;
    position: relative;
    background: #fff;
    padding: 0 0 0 10px;
    text-align: left;
	border: 1px solid #B1CBE4;
    }
#pageHeader
    {
	height: 167px;
	margin: 0;
	background-color: #fff;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right center;
    }
#content
    {
	float: left;
	width: 490px;
    padding: 17px 10px 20px 20px;
    }
#content p
    {
    line-height: 130%;
    margin: 10px 0 10px 0;
	padding-left: 10px;
    }
#content ul {
	padding: 20px;
	}
#content ul li {
	padding: 10px;
	}
#fundraising {
	margin: 0;
	padding-left: 15px;
	float: right;
	width: 190px;
	text-align: center;
	}
.imagefloat
	{
		border: 1px solid #9FA41D;
	}

/* old menu settings
#menu
    {
    float: left;
    width: 210px;
	padding: 17px 0 0 0;
    }
#menu ul
    {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 40px;
    }
#menu ul li
    {
    font-size: 12px;
    border-bottom: 1px solid #E6EEF0;
    }
#menu ul li a
    {
    text-decoration: none;
	padding: 7px 0;
    display: block;
    font-size: 13px;
    }

#menu li a:hover {
background: #eee;
color: #D60808;
}
*/
/* Container for the Menu */
#leftSide {
	float: left;
	width: 200px;
	padding-bottom: 20px;
	}
#charity {
	margin-top: 10px;
	}
#overseas {
	height: 40px;
	width: 200px;
	margin-top: 5px;
	margin-left: 8px;
	margin-right: 0;
	padding-top: 8px;
	text-align: center;
	background-image: url(images/btnBgr.jpg);
	background-repeat: no-repeat;
	}
#overseas a{
	text-decoration: none;
	color: #000066;
	font-weight: bold;
	}
#overseas a:hover {
	color: #CC0033;
	}
#p7swapmenu {
	background-color: #EAEAF2;
	border: 1px solid;
	border-color: #E4E9D8 #99A189 #99A189 #E4E9D8;
	padding: 6px;
	width: 200px;
}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#p7swapmenu ul {margin: 0px; padding: 0px;}
#p7swapmenu li {margin: 0px; padding: 0px; list-style-type: none;}


/* Rules to copy if you use the WriteStyles Command */
.closed ul{display:none;}
.open ul{display:block;}

/* Link Styles for the Menu */
.closed a, .open a {
	background-repeat: no-repeat;
	background-position: 3px 50%;
	background-color: #00375C;
	border: 1px solid;
	border-color: #C9D0AD #848C71 #848C71 #C9D0AD;
	color: #EEF0E3;
	display: block;
	font-size: 1.1em;
	padding: 2px 0px 2px 16px;
	text-decoration: none;
}

/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover, .closed a:active, .open a:active {
	background-color: #00375C;
	color: #FF6600;
}

/* Plus Sign for Trigger Links in Closed State */
.closed a {background-image: url(menplus.gif);}

/* Minus Sign for Trigger Links in Open State */
.open a {background-image: url(menminus.gif);}

/* Link Styles for the Submenus */
.closed ul a, .open ul a, .open ul a:hover {
	background-color: transparent;
	background-image: url(pagemarker.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0;
	color:#000066;
	font-size: 1em;
	font-weight:normal;
	padding: 0 0 0 12px;
	margin: 0 0 0 16px;
}
.open ul a:hover {
	color: #FF6600;
	}

/* Optional ID to assign the <a> to highlight a "Current Page" link */
#p7current {font-weight: bold;}

img {
	border: none;
	padding: 5px 10px;
	}
#siteMap ul {
	padding-top: 5px;
	padding-bottom: 5px;
	}
#siteMap li {
	padding-top: 5px;
	padding-left: 0;
	margin-left: 50px;
	}

#footer
    {
	clear: both;
    text-align: center;
    padding: 5px 10px 0 0;
    line-height: 26px;
    font-size: 11px;
	border-top: 1px solid #E6EEF0;
    }
#footer a
    {
    text-decoration: none;
    }
#footer a:hover
    {
    text-decoration: underline;
    }
.tm {
	font-size: 10px;
	color: #999999;
	line-height: 1.8em;
	}
#isys {
	font-size: 11px;
	color: #999999;
	text-align: right;
	padding-right: 13px;
	padding-bottom: 5px;
	margin-top: -10px;
	}
#isys a {
	text-decoration: none;
	}
.linksTbl td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px;
	}
.pictureFrame {
	border: 1px solid #B4B4B4;
	}