/* Start General Layout */
body {
	background-color: #293031;
	margin: 10px 0 0 0;
	text-align: center;
	font-family: sans-serif;
	font-size: 14px;
	color: #000;
}

div#wrapper {
	width: 760px;
	background-color: #d0d2bd;
	margin: 0 auto;
}

div#header {
	width: 760px;
	height: 122px;
}

div#crumbs {
	width: 760px;
	border-top: solid 1px #abad86;
	border-bottom: solid 1px #abad86;
	background-color: #b0bd9d;
	font-size: 10px;
	text-align: right;
	height: 16px;
}

div#crumbs a:link, div#crumbs a:visited {
	text-decoration: underline;
	color: #4b4d26;
}

div#crumbs a:hover {
	text-decoration: none;
	color: #69803f;
}

.crumbLink {
	padding: 0 5px;
}

div#crumbs a:active {
	text-decoration: underline;
	color: #4b4d26;
	font-weight: bold;
}

div#body {
	width: 760px;
	text-align: center;
	/* background: url(./img/seal_bg.gif) no-repeat top right; */
	background-color: #d0d2bd;
}

/* Start Menu */
div#menu {
	float: left;
	width: 150px;
	margin: 5px 0 5px 1px;
	text-align: left;
	padding: 0 0 0 3px;
}

div.menuItem {
	border: solid 1px #4b4d26;
	width: 148px;
	margin: 0 0 5px 0;
	padding: 2px 2px;
	background-color: #eee;
}

div.menuItem a:link, div.menuItem a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #4b4d26;
}

div.menuItem a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #8b8da6;
}

div.menuItem a:active {
	font-size: 12px;
	text-decoration: none;
	color: #4b4d26;
}

/* Start: Content */
div#content {
	float: right;
	border-left: solid 1px #4b4d26;
	width: 580px;
	margin: 5px 2px 5px 0;
	padding: 0 0 0 3px;
	text-align: left;
	font-size: 12px;
}

p {
	padding: 2px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #444;
	text-align: left;
	margin: 5px 0 0 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #555;
	text-align: left;
	margin: 10px 0 0 0;

}

.caption {
	font-size: 10px;
	color: #4b4d26;
}

img.photo {
	border: solid 1px #4b4d26;
}

p.gen a:link, p.gen a:visited {
	text-decoration: underline;
	color: #4b4d26;
}

p.gen a:hover {
	text-decoration: none;
	color: #8b8d66;
}

p.gen a:active {
	text-decoration: underline;
	color: #4b4d26;
}

p.ans {
	padding: 0;
	margin: 5px 0;

}

p.iss {
	margin: 10px 0;
}

p.iss strong {
	color: #4b4d26;
}

span.pLinks {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

div.imgFltR {
	float: right;
	padding: 2px;
}

td.photoBlock {
	width: 160px;
	border: solid 1px #4b4d26;
	padding: 2px;
	text-align: center;
}

td.photoCaption {
	border: solid 1px #4b4d26;
	padding: 2px;
	text-align: left;
	font-size: 10px;
	color: #333;
	width: 160px;
	vertical-align: top;
	background-color: #b0b29d;
}

td.photoCaptionSpan2 {
	border: solid 1px #4b4d26;
	padding: 2px;
	text-align: left;
	font-size: 10px;
	color: #333;
	vertical-align: top;
	background-color: #b0b29d;
	width: 328px;
}

td.photoCaptionSpan3 {
	border: solid 1px #4b4d26;
	padding: 2px;
	text-align: left;
	font-size: 10px;
	color: #333;
	vertical-align: top;
	background-color: #b0b29d;
	width: 492px;
}

/* Start: Footer */
div#footer {
	clear: both;
	width: 750px;
	border-top: solid 1px #4b4d26; 
	margin: 5px auto;
	text-align: center;

}

.footerMsg {
	font-size: 10px;
	color: #444;
}



