body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #cce57f; /* pale green */
	margin: 0px;
	padding: 0;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
}
#navigation {
	color: #999999;
	background-color: transparent;
	padding: 0;
	margin: 0 auto;
	width: 956px;
}
#wrapper {
	width: 956px;
	margin: 0 auto;
	padding: 0;
	clear: left;
}
#masthead {
	margin: 0;
	padding: 0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 244px;
}
#bethesda {
	margin: 0;
	margin-left: 27px;
	padding: 0;
	padding-top: 10px;
}
#column_wrapper {
	background-image: url(images/bg-content.jpg);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 570px;
	float: left;
}
#left {
	margin-left: 27px;
	width: 240px;
	float: left;
}
#right .content {
	padding: 24px 0 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right.wide {
	padding: 0px 15px 24px 85px;
	width: 810px;
}
#left .content {
	padding: 24px 15px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.alignright {
	float: right;
}
#left .content ul {
	margin: 0;
	padding: 0;
}
#left .content li {
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
	list-style: none;
}
#left .content ul li ul li ul {
}
#address {
	margin-top: 15px;
	padding: 0;
	padding-left: 10px;
	border-top: 2px solid #99CC00;
}
#footer .content {
	padding: 12px 0px;
}
#footer {
	margin: 0;
	padding: 5px 37px 20px;
	font-size: 0.7em;
	clear: both;
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #566F0B;
}
#left a:visited {color: #333333;}
#left a:hover {
	color: #000000;
}
#right .content a:link {
	color: #8a0000;
}
#right a:visited {
	color: #8a0000;
}
#right a:hover {
	color: #8a0000;
	text-decoration: underline;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #C7EE51;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #66840D;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 190%;
	margin: 0;
	color: #013364;
	font-weight: normal;
}
h2 {
	font-size: 150%;
	margin: 30px 0 0 0;
	color: #013364;
	font-weight: normal;
}
h3 {
	font-size: 120%;
	margin: 30px 0 0 0;
	font-weight: normal;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
#address h4 {
	color: #013364;
}
#address p {
	margin-top: 7px;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
p.back {
	margin-top: 0;
}
#navigation ul {
	margin: 0;
	padding: 0;
	padding-left: 27px;
}

#navigation ul li {
	margin: 0;
	margin-right: 7px;
	padding: 0;
	float: left;
	list-style: none;
	font-size: 90%;
	height: 33px;
}

#navigation ul li a {
	margin: 0;
	padding: 8px 7px 7px;
	text-decoration: none;
	color: #fff;
	display: block;
}

#navigation ul li a:hover {
	color: #fff;
	background-color: #8a0000; /* dark red */
}

#left .content a {
	padding: 3px 10px;
	display: block;
	color: #003c73;
	font-weight: bold;
	text-decoration: none;
}

#left .content ul li a:hover, #left .content ul li.current_page_item a, #left .content ul li.current_page_ancestor a, #left .content ul li.current_page_parent a {
	color: #fff;
	background: url('images/bg-left-head.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}
#left .content ul li ul {
	margin-top: 3px;
}
#left .content ul li ul a {
	padding-left: 20px;
	color: #003c73 !important;
	background: #fff !important;
}
#left .content ul li ul li a:hover, #left .content ul li ul li.current_page_item a {
	background: url('images/bg-sub.jpg') !important;
	background-repeat: no-repeat !important;
	background-position: left top !important;
}
#right.wide .content p {
	width: 781px;
}
#footer .content p {
	margin: 0;
	padding-top: 10px;
}