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

body {
font-family: "Tahoma", verdana, sans-serif, trebuchet ms;
font-size: 13px;
line-height: 1.5em;
color: #333;
background: #ffffff;
margin: 0;
padding: 0;
text-align: center;
width: 98%;
}
p {
margin-top: 2px;
}
a:link {
text-decoration: none;
color: #000;
}
a:visited {
text-decoration: none;
border-bottom: 1px dotted #369;
color: #000;
}

a:hover, a:active {
text-decoration: none;
border-bottom: 1px solid #036;
color: #000;
}
img {
border: 0;
}
#container {
  position: relative;
  margin: 0 auto;
  width: 98%;
  height: auto;
  background: #ffffff;
  text-align: left;
}
#menu {
  font-family: "Tahoma", verdana, sans-serif, trebuchet ms;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  height: auto;
  width: 100%;
  padding: 0px;
  color: #ffffff;
  background-color: #2294ED;
}
#header {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 98%;
  background: #eaeeed;
  padding-top: 1px;
}
#header h1 {
font-size: 50px;
text-transform: uppercase;
letter-spacing: 0.3em;
color: #ffffff;
}
#main {
margin: 15px 15px 15px 180px;
padding: 5px 15px 15px 15px;
background: #FFFFFF;
}
#bar {
float: left;
width: 250px;
background: #eaeeed;
z-index: 1;
padding: 15px;
margin-right: 30px;
height: 100%;
}
#bar h1 {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.3em;
}
#bar h2 {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.1em;
}
#bar h3 {
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0.0em;
}
#bar h4 {
font-size: 9px;
text-transform: uppercase;
letter-spacing: 0.0em;
line-height: 1.5;
}
#bar h5 {
font-size: 8px;
text-transform: uppercase;
letter-spacing: 0.0em;
line-height: 1.5;
}
