@charset "UTF-8";
body  {
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	background-color: #d3d2d2;
	background-image: url(../images/bay-st-lawrence-background-fade.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container2 {
	width: 840px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bay-st-lawrence-fade-down.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container3 {
	width: 840px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/vertical-fade.jpg);
}
.twoColFixLtHdr #header {
	background-image: url(../images/bay-st-lawrence-header.jpg);
	background-repeat: no-repeat;
	height: 145px;
	width: 780px;
	margin: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F7D34;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	margin: 0;
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-image: url(../images/green-fade.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #b6d4ba;
	border-right-color: #b6d4ba;
	border-bottom-color: #b6d4ba;
	border-left-color: #b6d4ba;
}
.twoColFixLtHdr #mainContent {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent h1{
	margin: 0;
}   
div#container > .twoColFixLtHdr #mainContent {
	margin-top: 20;
}
.twoColFixLtHdr #footer {
	background-image: url(../images/bay-st-lawrence-footer-top.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 780px;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 30;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 30;
	font-weight: normal;
}
.twoColFixLtHdr #footer a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 30;
	font-weight: normal;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #A6DBEB;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 30;
	font-weight: normal;
}
.Content_Text_Bold_LtBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #B5D5FF;
	text-decoration: none;
}
.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;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

#spacer {
	height: 70px;
	width: 50px;
}
.spacerdiv {
	height: 70px;
	width: 50px;
	float: right;
}








h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	colour: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

/* Header */



#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	color: #660000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 70px;
	padding-left: 30px;
	padding-right: 15px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	
}

#menu a {
	color: #225DA0
	display: block;
	float: none;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	font-size: 12px;
}

#menu a:hover {
	color: #B5D8F2;
}

/* Content */


#content h3 {
	color: #2F73B8;
}
/* Footer */

#footer2 {
	width: 840px;
	height: 28px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #d3d2d2;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(../images/bay-st-lawrence-footer-base.jpg);
	background-repeat: no-repeat;
}

#footer2 p {
	margin: 0px;
	padding-top: 3px;
	text-align: center;
	font-size: 10px;
	color: #666666;
}

#footer2 a {
	color: #666666;
}

#footer2 a:hover {
	color: #333333;
}

.Content_Text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.Content_Text_BIGBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.Content_Text_BIGGERBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.Content_Text_SMALL_BOLD a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
.Content_Text_SMALL_BOLD a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #2F73B8;
	text-decoration: none;
}
.Content_Text_BIGGESTBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.Content_Text_HEADER {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #003300;
}
.Content_Text_HEADEST {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #003300;
}
.Content_Text_SMALL {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.Content_Text_SMALLER {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.Content_Text_SMALLER a:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
#footer2  {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.Content_Text_SMALLER a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.Content_Text_SMALLER a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.Content_Text_SMALLEST {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

.Content_Text_BIGGESTest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.Content_Text_BIGGESTBold_White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.Content_Text_White {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.Content_Text_White_Bold {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.colorbox
{
  border: 1px solid #FFFFFF;
}
.Content_Text_BIGGESTBold_Italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.Content_Text_Italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
.Content_Text_BIGGESTBold_Italic02 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.Content_Text_SMALL_BOLD {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
}

.Content_Footer_Links {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.Content_Footer_Links a:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.Content_Footer_Links a:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.Content_Footer_Links a:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.Content_Footer_Links a:hover {
	color: #E4DAB7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}




.Content_Text_Mission {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #996600;
	word-spacing: 1px;
	letter-spacing: -1px;
}
.Content_Text_SMALLER_Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	word-spacing: 3px;
	letter-spacing: 5px;
}
.Content_Text_Mission_Italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #996600;
	word-spacing: 1px;
	letter-spacing: -1px;
	font-style: italic;
}
.Content_Text_Mission_Italic_black {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	word-spacing: 1px;
	font-style: italic;
	letter-spacing: -1px;
	line-height: -1;
}
.Content_Text_SMALL_BOLDColored {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
}
.Content_Text_SMALL_BOLD_BIG_RED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
	letter-spacing: 2px;
}
.Content_Text_BIG_BOLD_BIG_RED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
	letter-spacing: 2px;
}
.Content_Text_SMALLER_Gris {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	word-spacing: 3px;
	letter-spacing: 1px;
}
.Content_Text_Mission_Italic_blacksmall {

	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #6C513C;
	word-spacing: 1px;
	font-style: italic;
	letter-spacing: -1px;
	line-height: -1;
}
.Photos_Border {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #996600;
	word-spacing: 1px;
	letter-spacing: -1px;
	border-color: #964446;
}
.Content_Text_Bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	line-height: 1.5;
}

.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: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
