@charset "UTF-8";
/* CSS Document */

body {
background-color: #000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #dd6e03;
}
table,td,th, div {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

h1  {
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
font-style: none;
font-weight: bold;
color: #000000;
}

a, a:link, a:visited, a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
font-weight: bold;
text-decoration: none;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
font-weight: bold;
text-decoration: underline;
}

.text  {
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
font-style: none;
color: #000000;
}
.textBig  {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
color: #000000;
text-decoration: none;
}
.link:link, .link:visited, .link:hover, .link:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
font-weight:normal;
font-style:italic;
}
.chooseLanguage {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight:none;
color: #dd6e03;
text-decoration: none;
}
.language:link, .language:visited, .language:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight:none;
color: #dd6e03;
text-decoration: none;
}
.language:hover  {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight:none;
color: #dd6e03;
text-decoration: underline;
}

.barText, .languageSelected {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight:bold;
color: #bf0a00;
text-decoration: none;
}

.media:link, .media:visited, .media:active, .media:hover {
text-decoration: none;
}

.social, .footer, .social:link, .social:visited, .social:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight:bold;
color: #dd6e03;
text-decoration: none;
}
.social:hover  {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight:bold;
color: #bf0a00;
text-decoration: underline;
}

.navigation:link, .navigation:visited, .navigation:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight:bold;
color: #dd6e03;
text-decoration: none;
}
.navigation:hover  {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight:bold;
color: #bf0a00;
text-decoration: underline;
}

.edur:link, .edur:visited, .edur:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: italic;
color: #dd6e03;
text-decoration: none;
}
.edur:hover  {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: italic;
color: #dd6e03;
text-decoration: underline;
}


div#header {
width:100%;
height:203px;
background-image:url(images/background_top.jpg);
background-repeat:repeat-x;
background-position:top center;
}
div#headerText {
width:760px;
height:23px;
padding-top:20px;
}
div#navigation {
width:100%;
height:18px;
background-image:url(images/background_navigation.jpg);
background-repeat:repeat;
background-position:top center;
padding-top:4px;
}

div#bodyTop {
width:100%;
height:41px;
background-image:url(images/body_top.jpg);
background-repeat:repeat;
background-position:top center;
}
div#body {
width:100%;
background-image:url(images/body_background.jpg);
background-repeat:repeat;
background-position:top center; 
padding-top:1px;
padding-bottom:1px;
}
div#bodyBottom {
width:100%;
height:40px;
background-image:url(images/body_bottom.jpg);
background-repeat:repeat;
background-position:top center;
}
div#content {
width:650px;
}

div#copyright {
width:100%;
height:16px;
background-image:url(images/background_footer.jpg);
background-repeat:repeat-x;
background-position:top center;
padding-top:7px;
}
div#footer {
width:100%;
height:271px;
background-image:url(images/background_bottom.jpg);
background-repeat:repeat-x;
background-position:top center;
vertical-align:top;
}