/* St James on Hall Style Sheet */

a {
	color:  black;
}

a:visited {
	color:  #666666;
}

a:active {
	color:  black;
}

body {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;
	line-height: 2.5ex;	/* 2.5 times the x-height of current font */
	font-family: "Times New Roman", Arial, Helvetica, Verdana, sans-serif;
	color: black;
	background-color: #dfdfcc;
}

strong, b {
	font-weight: bold;
}

p {
	font-size: 12px;
	line-height: 2.5ex;
	/* margin-top: 10px; */
	margin-bottom: 10px;
}

div {
	font-size: 12px;
	font-family: "Times New Roman", Arial, Helvetica, Verdana, sans-serif;
	color: black;
}

h1 {
	font-size: 24px;
	line-height: 150%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h4 {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h6 {
	font-size: 10px;
	line-height: 150%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
img {
	border: 0;
}

li {
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Classes */

.bannercolor {background-color: #cccc99; } /* 339900 green */
.bannerlinecolor {
	background-color: #cccc99;
	font-size: 12px;
} /* bgcolor="#996600"  bgcolor="#669900" */
.bannerbottom {
	color: #ffff99;
	background-color: #666633;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 12px;

}

.textboxgray {background-color: #f0f0f0; }

/*
.textboxtitlegray{background-color: #aab6ba; font-size: 11px; font-family: "Times New Roman", Arial, sans-serif; font-weight: bold; color: #ffffff;  }
 */
.textboxtitlegray{background-color: #cccc99; font-size: 12px; font-family: "Times New Roman", Arial, Helvetica, Verdana, sans-serif; font-weight: bold; color: #ffffff;  }


.textblock {
	background-color: #ffffff;
	border: 1px solid #666633;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 10px;
	padding-top: 0px;
	font-size: 12px;
/*	width: 95%; */
}

/* Left Side Navigation Table */
.navtable {background-color: #cccc99; width: 150px; color: black}
.navtable p {
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;

}
.navtable li {
	line-height: 90%;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
	white-space: nowrap;
}
/* Keep links in order: link, visited, hover, active */
a.navlink:link {text-decoration: none; font-weight: bold; color: black; }
a.navlink:visited {text-decoration: none; font-weight: normal; color: black; }
a.navlink:hover {text-decoration: underline; color: red; }
a.navlink:active {text-decoration: none; color: red; }

.left {
	float: left;
	padding-right: 15px;
	clear: right;
}


.right {
	float: right;
	padding-left: 15px;
	clear: left;
}

.clickpicture {
	width: 50%;
	font-weight: normal;
	color: red;
	font-size: 10px;
	border: yellow solid 4px;
	text-align: center;
}

.picture {
	border: solid #CC6600 2px;
 }

.caption {
	text-align: center;
}


/* Footer Styles */
.footer {
	text-align: center;
	font-size: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	bottom: 10px;
}

/*

a:link { color: #006699 }
a:visited { color: #996699 }
a:hover  { color: #006699 }
*/

.pagesubtitle {font-weight: bold; font-size: 14px; line-height: 22px;}
.pagetitle { font-weight: bold; font-size: 16px; line-height: 24px; }