@charset "UTF-8";
ul.MenuBarVertical  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(../Images/mjbg);
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: medium solid #D6AE58; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header { 
	height: 60px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
} 
.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header 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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 2px;
	left: 5px;
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-size: 100%;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 37px;
	right: 6px;
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-size: 12px;
	background-color: #FFFFFF;
	height: 374px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}
.thrColAbsHdr #mainContent {
	font-weight: bold;
	text-align: center;
	height: 600px;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColAbsHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	position: relative;
} 
.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	text-align: center;
	color: #030;
}
.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;
}
.thrColAbsHdr #container #mainContent h1 {
	color: #060;
}
.thrColAbsHdr #container #sidebar2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #030;
}
.thrColAbsHdr #container #mainContent p {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 90%;
	text-align: center;
}
.thrColAbsHdr #container #mainContent h4 {
	color: #000;
}
.thrColAbsHdr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.thrColAbsHdr #container #mainContent h1 {
	font-family: "Courier New", Courier, monospace;
}
.thrColAbsHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
}
.thrColAbsHdr #container #mainContent h1 {
	font-family: Tahoma, Geneva, sans-serif;
}
.thrColAbsHdr #container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.thrColAbsHdr #container #mainContent h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.thrColAbsHdr #container #mainContent h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.thrColAbsHdr #container #mainContent h1 {
	font-family: "Comic Sans MS", cursive;
}
.thrColAbsHdr #container #mainContent h1 {
	font-family: "Lucida Console", Monaco, monospace;
}
.thrColAbsHdr #container #mainContent h1 {
	font-family: "MS Serif", "New York", serif;
}
.thrColAbsHdr #container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.thrColAbsHdr #container #mainContent h3 {
	color: #030;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
.thrColAbsHdr #container #sidebar1 p {
	color: #030;
	font-size: 100%;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
.name {
	text-align: left;
}
.thrColAbsHdr #container #sidebar2 h3 {
	color: #030;
}
.thrColAbsHdr #container #sidebar2 p {
	font-size: 85%;
}
.thrColAbsHdr #container #sidebar2 p {
	font-size: 14px;
}
.thrColAbsHdr #container #sidebar2 p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColAbsHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
}
.thrColAbsHdr #container #mainContent h1 {
	font-family: "Arial Black", Gadget, sans-serif;
}
.thrColAbsHdr #container #mainContent h1 {
	font-weight: normal;
}
.thrColAbsHdr #container #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
}
.thrColAbsHdr #container #mainContent h1 {
	color: #030;
}
.thrColAbsHdr #container #mainContent h1 {
	color: #030;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 4.2em;
	text-align: left;
}
.thrColAbsHdr #container #mainContent h1 table tr td strong {
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, "sans-serifTrebuchet MS", Arial, Helvetica, "sans-serifTrebuchet MS", Arial, Helvetica, sans-serif;
}
.thrColAbsHdr #container #mainContent table tr td {
	text-align: left;
}
.thrColAbsHdr #container {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	overflow: auto;
	height: auto;
}
.thrColAbsHdr #container #sidebar2 h2 {
	color: #960;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}
.thrColAbsHdr #container #mainContent h5 a {
	text-align: left;
}
a {
}
.thrColAbsHdr #container #mainContent #apDiv4 h6 {
	text-align: left;
}
.thrColAbsHdr #container #mainContent #apDiv3 h6 {
	text-align: left;
}
.thrColAbsHdr #container #mainContent table tr td {
	font-family: Tahoma, Geneva, sans-serif;
}
.thrColAbsHdr #container #sidebar2 h4 {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}
.thrColAbsHdr #container #mainContent table {
	font-family: Tahoma, Geneva, sans-serif;
}
BiosText {
	font-size: 10px;
}
BiosNewText {
	font-weight: normal;
}
.thrColAbsHdr #container #mainContent table tr td h6 {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.thrColAbsHdr #container #mainContent h3 {
	text-align: center;
}
.thrColAbsHdr #container #mainContent h3 {
	text-align: left;
}
.thrColAbsHdr #container #mainContent p {
	text-align: left;
}
.thrColAbsHdr #container #mainContent table tr td {
	text-align: left;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.thrColAbsHdr #container #sidebar1 h6 {
	text-align: left;
}
.thrColAbsHdr #container #mainContent p {
	text-align: center;
}
.thrColAbsHdr #container #mainContent p {
	text-align: left;
