/* general */
body {
   background: #BBBBBB url("bg.png") center top no-repeat fixed;
   font-family: "Arial", sans-serif;
   font-size: 12px;
}

h1 {
   color: #0000FF;
   font-size: 30px;
   font-weight: normal;
   clear: both;
   margin-top: 7px;
}

h2 {
   color: #0000FF;
   font-size: 22px;
   font-weight: normal;
   clear: both;
}

h3 {
   color: #0000FF;
   font-size: 17px;
   font-weight: normal;
   clear: both;
}

h4 {
   color: #0000FF;
   font-size: 17px;
   font-weight: bold;
   clear: both;
}

h5 {
   color: #0000FF;
   font-size: 15px;
   font-weight: normal;
   clear: both;
}

h6 {
   color: #0000FF;
   font-size: 12px;
   font-weight: bold;
   clear: both;
}

p {
   color: #000000;
   margin-right: 3px;
}

img {
   margin: 5px 5px 5px 5px;
}

a img {
   border-width: 0px;
}

a:link, a:visited {
   text-decoration: underline;
   color: #3739ff;
}

a:hover, a:active {
   color: #3739ff;
   text-decoration: none;
}

/* topline  */
#topline {
   background-image: url("topline.png");
   width: 1000px;
   height: 20px;
   background-repeat: no-repeat;
   margin: 0px auto 0px auto;
}

/* page - contains menu, content and logo */
#page {
   width: 1000px;
   margin: 0px auto 0px auto;
   background-image: url("middle.png");
   background-repeat: repeat-y;
}

/* logo */
#logo {
   width: 900px;
   height: 90px;
   background-image: url("logo.png");
   background-repeat: no-repeat;
   margin: 0px auto 0px auto;
}

/* content */
#content {
   background: #ffffff;
   width: 693px;
   margin-right: 50px;
   float: right;
}

/* menu */
#menu {
   background: #ffffff;
   width: 200px;
   float: left;
   margin: 7px auto 0px 50px;
   border-right-style: dotted;
   border-right-width: 1px;
   border-bottom-style: dotted;
   border-bottom-width: 1px;
   border-color: #999999;
   
}

#menu p {
   padding: 0px 10px 0px 0px
}

/* support element */
#clearboth {
   clear: both;
   font-size: 1px;
}

/* underline */
#underline {
   background-image: url("underline.png");
   width: 1000px;
   height: 20px;
   background-repeat: no-repeat;
   margin: 0px auto 0px auto;
}

/* footer */
#footer {
   margin: 0px auto 0px auto;
   width: 1000px;
}

#footer p {
   color: #ffffff;
   text-align: center;
   font-size: 10px;
}