body  {
/*	font: 100% Verdana, Arial, Helvetica, sans-serif; */
    font-family: 'Lucida Sans', verdana, sans-serif;
	font-size: 80%;
/*	background: #666666;  */
    background-color: #221E1F;
	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;  */
    color: #221E1F;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	color: #2C4F6B;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #2C4F6B;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #2C4F6B;
}

.imageLeft { 
	float:left; margin: 0 15px 15px 0; 
}


.imageRight { 
	float:right; margin: 0 15px 15px 0; 
}

.photoframe {
  float:left;
  border:solid 1px silver;
  padding:6px;
  margin-right:10px;
  } 
  
.photoframeright{
	float:right;
	border:solid 1px silver;
	padding:6px;
	margin-left: 10px;
  } 

.nnttt #container {
	width: 1004px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	/*  width: 780px; */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*	border: 1px solid #000000;  */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
/*	max-width: 1280px; /* maintains layout integrity above 1280x1064 resolutions */
/*	min-width:780px; /* assures 800x600 and above have no horizontal scroll */
} 

.nnttt #headernavigation {
	background: #2C4F6B;  /* 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: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 0px;
}

.nnttt #headernavigation a:link, .nnttt #headernavigation a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

.nnttt #headernavigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.nnttt #headerbanner {
	position: relative;
	height: 107px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(http://www.newenglandttt.org/graphics/header-background04.jpg);/*	background-image: url(../graphics/10x80hdrbk.gif);  */
   }

.nnttt #headerbanner h1 {
	margin: 0; /* zeroing the margin of the last element in the #headerbanner 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 */
}

.nnttt #headerleft-element {
	position: absolute;
	width: 50%;
	height: 107px;
   }

.nnttt #headerright-element {
	position: absolute;
	right: 0;
	width: 50%;
	text-align: center; /* depends on element width */
	height: 107px;
	padding-top: 10px;
   }
   
.nnttt #headerbottom {
	background-color: #C8183C;
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
	text-align: center;
}

/* Modal Interupt Action*/
.ModalMessageHeader{
	color: #369;
    font-size: 28px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.ModalMessageSubHeader{
	font-size: 13px;
    padding: 5px;
    text-align: center;
}
.Modal-header{
background-color: #005599;
}
.ModalMessageActionContainer{
	text-align: center;
	padding: 45px 25px;
}

.ModalMessageAction{
	 background-color: #f38a00;
    border-color: #fff097 #cca431 #cca431 #fff097;
    border-right: 2px solid #cca431;
    border-style: solid;
    border-width: 2px;
    color: #369;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
}
.ModalMessageSubLinkAction {
	text-align:center;
	padding: 0px 15px 15px;
}
/* Modal Interupt Action*/

/* 
sidebar notes:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/

.nnttt #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 100%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin: 0px;
	text-align: center;
/*	padding: 15px 10px 15px 20px; */
}

.nnttt #sidebar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

 /* Begin Blue Default Bullet Menu */
#menuBLUE {
	margin-left: 10px;
	width: 185px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 95%;
	text-align: left;
}

#menuBLUE ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menuBLUE li {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

#menuBLUE a {
	display: block;
	padding: 2px 10px 2px 20px;
	width: 155px;
	color: #000000;
	text-decoration: none;
	background-image: url(http://www.newenglandttt.org/graphics/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#menuBLUE a:hover {
	color: #B4B4B4;
	text-decoration: none;
}

#menuBLUE ul ul li {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

#menuBLUE ul ul a {
	display: block;
	padding: 2px 5px 2px 37px;
	width: 143px;
	color: #000000;
	text-decoration: none;
	background-image: url(http://www.newenglandttt.org/graphics/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 20px;
}

#menuBLUE ul ul a:hover {
	color: #5286AD;
	text-decoration: none;
}
/* End Blue Default Bullet Menu */
 




.nnttt #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.nnttt #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2C4F6B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
} 
.nnttt #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 */
	color: #CCCCCC;
	text-align: center;
	font-size: 90%;
}
.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;
}
.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;
}