@charset "utf-8";
img, div { behavior: url(iepngfix.htc) }
body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #080808;
	background-image:url(../images/bg1.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	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: #232625;
	background-attachment: fixed;
}
.container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f2f2f2;
	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. */
}
.langselection {
	padding: 2px 40px;
	text-align:right;
	background-color:#224975;
	color:#FFFFFF;
	font-size:80%;
}
.langselection a:link {
	color : #f2f2f2;
	text-decoration : underline;
}
.langselection a:visited {
	color : #f2f2f2;
	text-decoration : underline;
}
.langselection a:hover {
	text-decoration : none;
	color : #ba2d1e;
}
.langselection a.active:link {
	color : #ba2d1e;
	text-decoration : none;
}
.langselection a.active:visited {
	color : #ba2d1e;
	text-decoration : none;
}
.langselection a.active:hover {
	text-decoration : underline;
	color : #f2f2f2;
}
.header1 {
	padding: 0px 40px;
	background: url(../images/header1.jpg) center top no-repeat;
	vertical-align:top;
	height: 510px;
}
.header1 img {
	vertical-align:middle;
	margin-top: 30px;
}
.header2 {
	padding: 0px 40px;
	background: url(../images/header2.jpg) center top no-repeat;
	vertical-align:top;
	height: 510px;
}
.header2 img {
	vertical-align:middle;
	margin-top: 30px;
}
.header3 {
	padding: 0px 40px;
	background: url(../images/header3.jpg) center top no-repeat;
	vertical-align:top;
	height: 510px;
}
.header3 img {
	vertical-align:middle;
	margin-top: 30px;
}
.menu1 {
	background-color: #e8e7e7;
	padding:10px 40px;
	line-height:120%;
}
.menu1 table {
	padding:0;
	margin:0;
	border: none;
	vertical-align:middle;
	width: 870px;
}
.menu1 td {
	vertical-align:middle;
	padding:0px 0;
	border: none;
}
.menu1 a:link {
	color : #224975;
	text-decoration : underline;
}
.menu1 a:visited {
	color : #224975;
	text-decoration : underline;
}
.menu1 a:hover {
	text-decoration : none;
	color : #ba2d1e;
}
.menu1 a.active:link {
	color : #ba2d1e;
	text-decoration : none;
}
.menu1 a.active:visited {
	color : #ba2d1e;
	text-decoration : none;
}
.menu1 a.active:hover {
	text-decoration : underline;
	color : #ba2d1e;
}
.mainContent {
	padding: 10px 40px;
	font-size:90%;
}
.mainContent img {
	border: 10px solid #e8e7e7;
	margin: 0px 0px 20px 20px;
}
.mainContent iframe {
	border: 10px solid #e8e7e7;
	margin: 0px 0px 20px 20px;
}
.mainContent .floatr {
	float:right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.mainContent .floatl {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	display: table-row;
}
.mainContent hr {
	height:5px;
	color: #e8e7e7;
	background-color: #e8e7e7;
	border: 0px;
}
.mainContent em {
	color: #7b848c;
}
.mainContent li {
	list-style-type: square; color:#224975;
}
.mainContent li  span{
	color:#232625;
}
.mainContentRight {
	width : 25%;
	float : right;
	border-left : 4px solid #e8e7e7;
	border-bottom : 4px solid #e8e7e7;
	padding: 40px 20px 20px 20px;
	margin-left:40px;
	font-size:80%;
	margin-bottom: 20px;
	color: #224975;
	background-color: #f6f6f6;
}
.footer {
	padding: 20px 40px;
	background-color: #7b848c;
	font-size:80%;
	color: #cdcdcd;
}
.footer .left {
	float: left;
}
.footer .left p {


}
.footer .left strong {
	color:#f2f2f2;
}
.footer .right {
	text-transform:uppercase;
	float: right;
}
.footer .right p {
	padding: 0;
	margin: 0;

}
.footer .right strong {
	font-size:180%;
	color:#f2f2f2;
}
.footer .right span {
	font-size:120%;
	color:#f2f2f2;
}

.footer hr {
	height:1px;
	color: #c2c6c9;
	background-color: #c2c6c9;
	margin-bottom: 10px;
	border: 0px;
}
.footer2 {
	padding: 0; 
	background-color: #ba2d1e;
	height:5px;
}
h1 {
	color: #224975;
	text-transform:uppercase;
	font-size:170%;
}
h2 {
	color: #224975;
	font-size:140%;
}
h3 {
	color: #224975;
	font-size:140%;
	padding: 0;
	margin: 0;
}
small {
	color: #999999;

}
a:link {
	color : #ba2d1e;
	text-decoration : underline;
}
a:visited {
	color : #9b2013;
	text-decoration : underline;
}
a:hover {
	text-decoration : none;
	color : #ba2d1e;
}
.clear {
	clear: both;
	font: 1px/1px monospace;
	height: 1px;
	width: 1px;
}
div.clear {
    clear: both;
    overflow: hidden;
}

