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

body {
margin:0;
padding:0;
text-align:center;
background-color:#ffffff;
}

html {
  height: 100%;
}


p {
color: #000000;
font-family: Georgia, serif;
font-size: 14px;
text-align:left;
}

h1 {
color: #000000;
font-family: Georgia, serif;
font-size: 18px;
text-align:left;
}

h2 {
color: #000000;
font-family: Georgia, serif;
font-size: 24px;
text-align:center;
}


div {
padding:0;
margin:0;
}

#container {
min-height: 100%;
position:relative;
margin: 0;
padding: 0;
width: 800px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

img {
border-style: none;
}

#menu {
margin: 0;
padding: 0;
width: 800px;
height: 232px;
background-image:url('header.jpg')
}

h1:hover {
color: #90908f;
}

#contentarea {

margin: 0;
padding: 0;
width: 800px;
height: auto;
}

a {
text-decoration:none;
}


table {
border-color: #000000;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
