﻿body, body div, body p, body th, body td, body li, body dd	{
	font-size:	medium;
	voice-family:	"\"}\"";
	voice-family:	inherit;
	font-size:	large
}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd	{
	font-size:	large
}
/* MID.css Styles */
body  {
	position:relative;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #FFFFFF;*/
	margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;/*
	background-image: url(../images/h1/h1b.png);
	background-repeat:no-repeat;*/
	/*margin: 0px;  it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
}

.stjohns #container {
	position:relative; /* Note 140808 */
	top:0px;
	height:auto;
	background-color:#f2f2f2;
 /* Note 140808 */
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background-color:#F2F2F2;*/
	 /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	border-color:#000000;
		margin: 0 auto;   /* align for good browsers */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:301;
}

.stjohns #AAA {
	position:absolute; /* Note 140808 
	background-image: url(../images/structure/Red-topbar.gif); */
	top:6px;
	height:26px;
	left:841px;
	padding: 0px 0px 0px 0px;  /* 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. */
	width: 100px;
	z-index:301;
} 
.stjohns #shade {
	position:absolute; /* Note 140808 
	background-image: url(../images/structure/Red-topbar.gif); */
	top:6px;
	height:750px;
	background-image:url(../images/structure/grey-bg.gif);
	background-repeat:repeat;
	left:0px;
	padding: 0px 0px 0px 0px;  /* 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. */
	width: 1000px;
	z-index:100;
} 

.stjohns #header1 {
	position:relative; /* Note 140808 */
	background-image: url(../images/structure/Red-topbar.gif); 
	top:0px;
	height:38px;
	left:0px;
	padding: 0px 0px 0px 0px;  /* 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. */
	color: #FFF;
	width: 1000px;
	z-index:101;
} 
.stjohns #header2 {
	position:relative; /* Note 140808 */
	top:0px;
	height:158px;
	left:0px;
	padding: 0px 0px 0px 0px;  /* 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. */
	color: #FFF;
	width: 1000px;
	z-index:101;
} 
.stjohns #header3 {
	position:relative; /* Note 140808 */
	top:0px;
	background-image: url(../images/structure/bluecogs-dropmenu2.gif);
	height:58px;
	left:0px;
	padding: 0px 0px 0px 0px;  /* 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. */
	color: #FFF;
	width: 1000px;
	z-index:200;
} 


.stjohns #mainContent {
	position:relative; /* Note relative */
	top:4px; /* Note 10px */
	left:0px;
	background-color:#F2F2F2;/**/
	/*float:left;*/
	width: 1000px; /* was not set Note*/
	margin: 0px 0px 0px 0px; /* margin: 0px 200px;the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
	z-index:110;
	}
	
.stjohns #sidebar1 {
	position:absolute; /* Note relative */
	top:264px;/* Note 10px */
	left:0px; /* since this element is floated, a width must be given */
	width: 202px; /* 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 */
	height:400px;
	/* background: #046AB7;the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	/*background-color: #F2F2F2;*/
	z-index:110;
}
.stjohns #mainTheContenthome {
	position:relative;
	/* Note relative */
	top:4px; /* Note 10px */
	left:200px;
	background-color:#F2F2F2;	
	/*float:left;*/
	width: 550px; /* was not set Note*/
	margin: 0px 0px 0px 0px; /* margin: 0px 200px;the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
	z-index:110;
}
/*.default #mainContent { zoom: 1; }*/
.stjohns #mainTheContentleftmenu {
	position:relative; /* Note relative */
	top:4px; /* Note 10px */
	left:200px;
	/*float:left;*/
	width: 800px; /* was not set Note*/
	margin: 0px 0px 0px 0px; /* margin: 0px 200px;the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
	z-index:110;
	}
	
/*.default #mainContent { zoom: 1; }*/
.stjohns #mainTheContentVwide {
	position:relative; /* Note relative */
	top:4px; /* Note 10px */
	left:0px;
	/*float:left;*/
	width: 1000px; /* was not set Note*/
	margin: 0px 0px 0px 0px; /* margin: 0px 200px;the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
	z-index:110;
	}
/*.default #mainContent { zoom: 1; }*/


.stjohns #sidebar2 {
	position:absolute; /* Note relative */
	top:268px; /* Note 10px */
	left:752px;
/*;right:0px Note since this element is floated, a width must be given */
	width: 250px; /* 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 */
	height:auto;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
z-index:110;
}

.stjohns #footerMenu {
	position:relative;
	background-image:url(../images/structure/bottombar-bl-84.gif);
	width:1000px;
	height:84px;
	bottom:0px;
	left:0px;
	padding: 0px px 0px 0px;  /*0 10px 0 180pxthis padding matches the left alignment of the elements in the divs that appear above it. */
	z-index:210;
}


/* Global Styles */
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva, sans-serif;
	color: #000000;
	text-align: left;
	vertical-align:top;
	font-size: 36px;
	line-height:40px;	
}
h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva, sans-serif;
	color: #D3341B;
	text-align: left;
	vertical-align:top;
	font-size: 26px;

}

.style2 {
	color: #FFFFFF;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-style:italic;
	font-weight:bold;
}

.style9 {
	color: #FFFFFF;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
}

.style10 {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
.style11 {
	color: #000000;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}
.style12 {
	color: #000000;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
}
.style13 {
	color: #000000;
	font-size: 17px;
	font-family: Verdana, Geneva, sans-serif;
}
.style14 {
	color: #000000;
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
}
.style15 {
	color: #000000;
	font-size: 30px;
	font-family: Verdana, Geneva, sans-serif;
}
.style16 {
	color: #000000;
	font-size: 36px;
	font-family: Verdana, Geneva, sans-serif;
}
.style16b {
	color: #000000;
	font-size: 36px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
}

.style17 {
	color: #000000;
	font-size: 42px;
	font-family: Verdana, Geneva, sans-serif;
}
.style18 {
	color: #000000;
	font-size: 13px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}
.style19 {
	color: #000000;
	font-size: 15px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}
.style20 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
.style21 {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}
.style22 {
	color: #FFFFFF;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
}
.style23 {
	color: #FFFFFF;
	font-size: 17px;
	font-family: Verdana, Geneva, sans-serif;
}
.style24 {
	color: #FFFFFF;
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
}
.style25 {
	color: #FFFFFF;
	font-size: 30px;
	font-family: Verdana, Geneva, sans-serif;
}
.style26 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Verdana, Geneva, sans-serif;
}
.style27 {
	color: #FFFFFF;
	font-size: 42px;
	font-family: Verdana, Geneva, sans-serif;
}
.style28 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}
.style29 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}

.style30 {
	color: #2c6b23;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
.style31 {
	color: #2c6b23;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}
.style32 {
	color: #2c6b23;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
}
.style33 {
	color: #2c6b23;
	font-size: 17px;
	font-family: Verdana, Geneva, sans-serif;
}
.style34 {
	color: #2c6b23;
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
}
.style35 {
	color: #2c6b23;
	font-size: 30px;
	font-family: Verdana, Geneva, sans-serif;
}
.style36 {
	color: #2c6b23;
	font-size: 36px;
	font-family: Verdana, Geneva, sans-serif;
}
.style37 {
	color: #2c6b23;
	font-size: 42px;
	font-family: Verdana, Geneva, sans-serif;
}
.style38 {
	color: #2c6b23;
	font-size: 13px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}
.style39 {
	color: #2c6b23;
	font-size: 15px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	font-style:italic;
}

.style40 {
	color: #f7a821;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
.style41 {
	color: #f7a821;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}
.style42 {
	color: #f7a821;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
}
.style43 {
	color: #f7a821;
	font-size: 17px;
	font-family: Verdana, Geneva, sans-serif;
}
.style44 {
	color: #f7a821;
	font-size: 23px;
	font-family: Verdana, Geneva, sans-serif;
}
.style45 {
	color: #f7a821;
	font-size: 30px;
	font-family: Verdana, Geneva, sans-serif;
}
.style46 {
	color: #f7a821;
	font-size: 36px;
	font-family: Verdana, Geneva, sans-serif;
}
.style47 {
	color: #f7a821;
	font-size: 42px;
	font-family: Verdana, Geneva, sans-serif;
}
.style48 {
	color: #f7a821;
	font-size: 13px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}
.style49 {
	color: #f7a821;
	font-size: 15px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}
.style50 {
	color: #3d3d3d;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
.style51 {
	color: #3d3d3d;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}
.style52 {
	color: #3d3d3d;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
}
.style53 {
	color: #3d3d3d;
	font-size: 17px;
	font-family: Verdana, Geneva, sans-serif;
}
.style54 {
	color: #3d3d3d;
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
}
.style55 {
	color: #3d3d3d;
	font-size: 30px;
	font-family: Verdana, Geneva, sans-serif;
}
.style56 {
	color: #3d3d3d;
	font-size: 36px;
	font-family: Verdana, Geneva, sans-serif;
}
.style57 {
	color: #3d3d3d;
	font-size: 42px;
	font-family: Verdana, Geneva, sans-serif;
}
.style58 {
	color: #3d3d3d;
	font-size: 13px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}
.style59 {
	color: #3d3d3d;
	font-size: 15px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}

.linkRed {
	font-family:Arial, Helvetica, sans-serif;
font-size: 18px;
color: #d6421d;
/*padding-left: 5px;*/
text-decoration: none;
}
.linkRed:hover {
	color: #b94123;
	text-decoration: none;
}
.linkRed:active {
	color:#7f301c;
	text-decoration: none;}
.linkRed:visited {
	color: #fa5c35;
	text-decoration: none;
}

.linkGreen {
	font-family:Arial, Helvetica, sans-serif;
font-size: 18px;
color: #245416;
/*padding-left: 5px;*/
text-decoration: none;
}
.linkGreen:hover {
	color: #275a19;
	text-decoration: none;
}
.linkGreen:active {
	color:#132d0b;
	text-decoration: none;}
.linkGreen:visited {
	color: #48a52d;
	text-decoration: none;
}


a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #AAA;
}

a:hover {
	text-decoration: none;
	color: #000;
/*	font-weight:bold;*/
}
a:active {
	text-decoration: none;
	color:#000;
}

</style>
/* Netscape 4 safe font sizes was 11px
body, div, p, th, td, li, dd {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
}*/
/*
h1 {
  font-size: 130%;
  font-weight: bold;
}

h2 {
  font-size: 110%;
  font-weight: bold;
}

*/
 /**/
/*.stjohns #footer p {
	position:inherit;
	top:1000px;
	margin: 0px;  zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs 
	padding: 10px 0px; *//* 10px 0px padding on this element will create space, just as the the margin would have, without the margin collapse issue 
}*/
/*.clearfloat {  this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}*/
/*.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. 8px
	float: right;
	margin-left: 0px;
}*/
/*.fltlft {  this class can be used to float an element left in your page 8px
	float: left;
	margin-right: 0px;
}*/
.stjohns #container #header table tr td table {
	color: #000;
}
.stjohns #container #header table tr td table tr td table tr td table tr .style1 .style3 .style2 .style2 {
	color: #000;
}
