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

body {
  background-color: #f05133 
  }
  
a {

text-decoration:none;
color:#FFFFFF;
}


a:hover {
text-decoration:underline;
color:#FFFFFF;
}

a:visited {
color:#FFFFFF;
}


div#headerleft {
border-top:thin;
border-top-color:#FFFFFF;
border-top-style:solid;
position:fixed;
margin-top:160px;
margin-left:40px;
width:285px;
}

div#contentleft {
border-top:thin;
border-top-color:#FFFFFF;
border-top-style:dotted;
position:fixed;
margin-top:188px;
margin-left:40px;
width:285px;
}

div#headerright {
border-top:thin;
border-top-color:#FFFFFF;
border-top-style:solid;
position:fixed;
margin-top:160px;
margin-left:340px;
width:285px;
} 

.menu {
margin-top:7px;
padding-bottom:7px;
border-bottom:thin;
border-bottom-color:#FFFFFF;
border-bottom-style:dotted;
}

div#contentright {
border-top:thin;
border-top-color:#FFFFFF;
border-top-style:dotted;
position:fixed;
margin-top:188px;
margin-left:340px;
width:285px;
} 


h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
font-weight:bold;
color:#FFFFFF;
}

h1 a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
font-weight:bold;
color:#FFFFFF;
}

h1 a {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:11px;
line-height:14px;
font-weight:normal;
color:#FFFFFF;
}

h2 a {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:11px;
line-height:14px;
font-weight:normal;
color:#FFFFFF;
text-decoration:none;
}

h2 a:hover {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:11px;
line-height:14px;
font-weight:normal;
color:#FFFFFF;
background-color:#990000;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#FFFFFF;
}

h3 a {
font-family:"Courier New", Courier, monospace;
font-size:10px;
font-weight:normal;
color:#FFFFFF;
}

h3 a:hover {
font-family:"Courier New", Courier, monospace;
font-size:10px;
font-weight:normal;
color:#FFFFFF;
}


div#logo {
position:fixed;
margin-top:50px;
margin-left:40px;
}

div#undercontentleft {
position:fixed;
margin-top:435px;
margin-left:40px;
width:570px;
}

div#footer {
border-top:thin;
border-top-color:#FFFFFF;
border-top-style:dotted;
border-bottom:thin;
border-bottom-color:#FFFFFF;
border-bottom-style:dotted;
padding-top:7px;
padding-bottom:7px;
position:fixed;
margin-top:500px;
margin-left:40px;
width:585px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#FFFFFF;
}

div#footerbottom {
border-top:thin;
border-top-color:#FFFFFF;
border-top-style:dotted;
position:fixed;
margin-top:520px;
margin-left:40px;
width:585px;
}


