body  {
	font-family: Arial, sans-serif;
	font-size: 11px;	
	background: #d8e0e7;
	background-image: url("/images/bg.png");
	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: #353d43;
	background-repeat: repeat;
}
table, tr, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #353d43;
}
a {
	color: #00839a;
}
a:link {
	color: #00839a;
}
a:active {
	color: #ee7924;
}
a:visited {
	color: #708b9e;
}
a:hover {
	color: #ee7924;
}
a .normalLink {
	color: #00839a;
}
a.normalLink:link {
	color: #00839a;
}
a.normalLink:active {
	color: #ee7924;
}
a.normalLink:visited {
	color: #708b9e;
}
a.normalLink:hover {
	color: #ee7924;
}
.thrColFixHdr #container { 
	width: 1000px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	width: 1000px;
	height: 220px;
	background-image: url(../images/header_main.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
	padding: 0;  /* 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. */
}
.thrColFixHdr #header select {
	width: 73px;
	height: 19px;
	color: #353d43;
	background-color: #b9c9d6;
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
	font-size: 10px;
	margin: 0;
	padding: 0;
	border-color: #50738b;
	border-style: solid;
	border-width: 1px;	
}
.thrColFixHdr #header #menu { 
	width: 910px;
	height: 70px;
	position: relative;
	top: 150px;
	left: 80px;
	background-image: url(../images/menu.png);
	background-position: top left;
	background-repeat: no-repeat;
}	
.thrColFixHdr #contentPart {
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
}
.thrColFixHdr #contentPart #sidebar1 {
	width: 300px; /* 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-image: url(../images/bg.png);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 80px; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
	padding-top: 0px;
}
.thrColFixHdr #contentPart #sidebar2 {
	width: 350px; /* 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-image: url(../images/bg.png);
	background-position: top right;
	background-repeat: repeat-y;
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;	
}
.thrColFixHdr #contentPart #sidebar2 p { 
	margin: 0;
	padding-left: 21px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 15px;	
} 
.thrColFixHdr #contentPart #mainContent { 
	width: 350px;
	margin: 0; /* 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: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom: 10px;		
} 
.thrColFixHdr #contentPart #mainContent p { 
	margin: 0;
	padding-left: 21px;
	padding-right: 30px;
	padding-top: 0px;	
	padding-bottom: 15px;
} 
.thrColFixHdr #footer {	
	width: 1000px;
	height: 108px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
	font-size: 10px;
	color: #353d43;
	background-image: url(../images/footer.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.thrColFixHdr #footer div {
	margin: 0;
	padding: 0;
}
.thrColFixHdr #footer #copyright {
	position: relative;
	top: 24px;
	left: 80px;
	width: 290px;
	padding: 0;
	margin: 0;
}
.thrColFixHdr #footer #footerLinks {
	color: #00839a;
	position: relative;
	top: 12px;
	left: 410px;
	width: 550px;
	padding: 0;
	margin: 0;	
}
.thrColFixHdr #footer a {
	color: #00839a;
	text-decoration: underline;
}
.thrColFixHdr #footer a:link {
	color: #00839a;
	text-decoration: underline;
}
.thrColFixHdr #footer a:active {
	color: #ee7924;
	text-decoration: underline;
}
.thrColFixHdr #footer a:visited {
	color: #00839a;
	text-decoration: underline;
}
.thrColFixHdr #footer a:hover {
	color: #ee7924;
	text-decoration: underline;
}
ul {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: url(../images/icons/disc.gif);
	margin: 0px;
	padding-right: 30px;
}
li {
	vertical-align: middle;
	margin-top: -10px;
	margin-bottom: 15px;
	margin-left: 17px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 5px;
}
li a {
	color: #a3240c;
}
li a:link {
	color: #a3240c;
}
li a:active {
	color: #ee7924;
}
li a:visited {
	color: #708b9e;
}
li a:hover {
	color: #ee7924;
}
.thrColFixHdr #contentPart .newsList {
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	list-style-image: url(../images/icons/news.gif);
	margin: 0;
}
.thrColFixHdr #contentPart .newsList li {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 18px;	
	margin-left: 15px;
	margin-right: 0px;
	color: #708b9e;
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
	font-size: 9px;
}
.newsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #353d43;
	margin-left: -15px;
}
.newsText a {
	color: #00839a;
	font-weight: bold;
}
.newsText a:link {
	color: #00839a;
}
.newsText a:active {
	color: #ee7924;
}
.newsText a:visited {
	color: #708b9e;
}
.newsText a:hover {
	color: #ee7924;
}
#newsRSS {
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;	
}
#newsArchive, #subscribeToMaillist, #visitBlog , #buttonsMain {
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
#subscribeToMaillist span {
	text-align: left;
	vertical-align: top;
}
#subscribeToMaillist img {
	margin-top: 5px;
	vertical-align: top;
}
#visitBlog span {
	text-align: left;
	vertical-align: top;
}
#visitBlog img {
	margin-top: 5px;
	vertical-align: top;
}
#newsArchive a, #subscribeToMaillist a, #visitBlog a {
	color: #00839a;
}
#newsArchive a:link , #subscribeToMaillist a:link, #visitBlog a:link {
	color: #00839a;
}
#newsArchive a:active, #subscribeToMaillist a:active, #visitBlog a:active {
	color: #ee7924;
}
#newsArchive a:visited, #subscribeToMaillist a:visited, #visitBlog a:visited {
	color: #708b9e;
}
#newsArchive a:hover, #subscribeToMaillist a:hover, #visitBlog a:hover {
	color: #ee7924;
}
h1 {
	font-size: 15px;
	color: #a3240c;
	font-weight: bold;	
	padding: 0;
	margin-top: 0px;
	margin-left: 0px;	
	margin-right: 0px;
	margin-bottom: 18px;
}
h2 {
	font-size: 12px;
	color: #a3240c;
	font-weight: bold;
	padding: 0;
	margin-top: 0px;
	margin-left: 0px;	
	margin-right: 0px;
	margin-bottom: 18px;
}
h3 {
	font-size: 11px;
	color: #a3240c;
	font-weight: bold;
	padding: 0;
	margin-top: 0px;
	margin-left: 0px;	
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline;
}
h4 {
	font-size: 10px;
	color: #a3240c;
	font-weight: bold;
	padding: 0;
	margin-top: 0px;
	margin-left: 0px;	
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline;
}
h5, h6 {
	font-size: 9px;
	color: #a3240c;
	font-weight: bold;
	padding: 0;
	margin-top: 0px;
	margin-left: 0px;	
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline;
}
.important {
	display: inline;
	font-size: 16px;
	font-stretch: condensed;
	line-height: 16px;
	page-break-after: avoid;
	page-break-inside: avoid;	
	page-break-before: avoid;
	color: #6b8fa8;
	font-weight: bold;	
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.subheader {
	display: inline;
	font-size: 14px;
	font-stretch: condensed;
	line-height: 14px;
	page-break-after: avoid;
	page-break-inside: avoid;	
	page-break-before: avoid;
	color: #6b8fa8;
	font-weight: bold;	
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.subheaderSmall {
	display: inline;
	font-size: 11px;
	font-stretch: condensed;
	line-height: 11px;
	page-break-after: avoid;
	page-break-inside: avoid;	
	page-break-before: avoid;
	color: #6b8fa8;
	font-weight: bold;	
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.important span {
	font-weight: normal;
}
.icon {
	margin-right: 6px;
	vertical-align: middle;
}
a .importantLink{
	color: #a3240c;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
a.importantLink:link {
	color: #a3240c;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;	
}
a.importantLink:active {
	color: #ee7924;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;	
}
a.importantLink:visited {
	color: #a3240c;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;	
}
a.importantLink:hover {
	color: #ee7924;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.popup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #353d43;
}
.popup ul li {
	list-style-image: none;
	list-style-type: disc;
	margin-top: 5px;
	margin-bottom: 5px;	
}
.popup p {
	margin-top: 5px;
	margin-bottom: 5px;	
}
ol {	
	margin-left: 12px;
	padding-left: 0px;
}
ol li {
	margin-left: 12px;
	padding-left: 0px;
	vertical-align: baseline;
}
.menuImageFirst {
	padding-left: 6px;
}

#selectLang {
	
}
.menuItemFirst {
	padding-top: 13px;
	padding-left: 16px;
	padding-right: 10px;	
}
.menuItem {
	padding-top: 13px;
	padding-left: 10px;
	padding-right: 10px;
	
}
a.menuItemLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-stretch: condensed;
	line-height: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.menuItemLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-stretch: condensed;
	line-height: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.menuItemLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-stretch: condensed;
	line-height: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.menuItemLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-stretch: condensed;
	line-height: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.menuItemLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-stretch: condensed;
	line-height: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#flags {
	padding: 0;
	margin: 0;
}
#pageTitle, #pageTitle1, #pageTitle2, #pageTitle3, #pageTitle4, #pageTitle5, #pageTitle6, #pageTitle7, #pageTitle8, #pageTitle9, #pageTitle10 {
	margin: 0; /* 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. */
	background-image: url(../images/bg_title.png);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 80px; /* padding keeps the content of the div away from the edges */
}
