body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #efefef;
	background-image: url(../images2/site-bg.gif);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #efefef;
}


.twoColFixRtHdr #cookieheader{
	padding: 5px;  /* 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. */
	margin: 0px;
	height: 60px;
	background-color: #666666;
}
.twoColFixRtHdr #header {
	padding: 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. */
	margin: 0px;
	height: 140px;
	background-color: #FFFFFF;
	background-image: url(../images2/top-noea.jpg);
}
.oneColFixCtrHdr #menu {
	height: 26px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 306px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 15px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 20px;
	margin-right: 330px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
} 
.twoColFixRtHdr #mainContentFull {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.twoColFixRtHdr #container #mainContent #maincontentholder h1, #container #mainContentFull #maincontentholder h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 24px;
	font-weight: normal;
	color: #0A6F51;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixRtHdr #container #mainContent #maincontentholder h2, #container #mainContentFull #maincontentholder h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

.twoColFixRtHdr #footer {
	height: 70px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #CCCCCC;
} 
.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;
}
.smallcontentbold {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.smallcontent {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
}
.maincontent {
	font-family: "Trebuchet MS", Arial;
	font-size: small;
	color: #333333;
}
.maincontentWhite {
	font-family: "Trebuchet MS", Arial;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
}


.smallWhiteLinks {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.maincontentSmallWhite {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.maincontentRed {
	font-family: "Trebuchet MS", Arial;
	font-size: small;
	color: #990000;
	font-weight: bold;
}
.maincontentbold {
	font-family: "Trebuchet MS", Arial;
	font-size: small;
	color: #333333;
	font-weight: bold;
}
.maincontentGreenbold {
	font-family: "Trebuchet MS", Arial;
	font-size: small;
	color: #0A6F51;
	;
	font-weight: bold;
}
.footercontent {
	font-family: "Trebuchet MS", Arial;
	font-size: small;
	color: #666666;
}
.headercontentbold {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.headercontent {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #333333;
}
.twoColFixRtHdr #mainContent #maincontentholder, #mainContentFull #maincontentholder{
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.twoColFixRtHdr #mainContent #maincontentholder2, #mainContentFull #maincontentholder2{
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.twoColFixRtHdr #sidebar1 #contentholder {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixRtHdr #container #sidebar1 #contentholder h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	font-weight: normal;
	color: #FF6600;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.sidebarlinks {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.sidebarlinks:hover {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
	text-decoration: underline;	
}
.orangetitles {
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	font-weight: normal;
	color: #FF6600;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twtr-tweet  {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

.twtr-ft { display: none; } 

.twtr-widget .twtr-bd .twtr-tweet { /* they have 2 classes in default, do we have to use 3 */
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial;
}
