body {
text-align: center;
background-color: white;
padding: 0px;
margin: 0px;
font-size: small;
}
h5,h6,h4,p {
font-family: arial, "sans serif";
color: rgb(0, 0, 0);
margin: 10px 15px 5px 15px;
}
h1,h2,h3 {
font-family: arial, "sans serif";
color: rgb(75, 75, 75);
margin: 10px 15px 0px 15px;
}
h1 {
font-size: 145%;
}
h2 {
font-size: 130%;
}
h3 {
font-size: 120%;
}
h4 {
font-size: 110%;
}
h5 {
font-size: 100%;
}
h6 {
font-size: 80%;
}
hr {color: black;}
p {
font-size: 100%;
}
.smalltext {
font-size: 75%;
line-height: 75%;
margin: 10px;
}

#container {
text-align: left;
position: absolute;
min-width: 760px;
max-width: 760px;
padding: 0px;
margin: 0 auto;
border: 0px solid rgb(255, 255, 255);
left: 0px; top: 0px; right: 0px; bottom: 0px;
background-color: rgb(255, 255, 255);
overflow: hidden;
}

#header{
height: 126px;
position: absolute;
left: 0px; top: 0px; right: 0px;
padding: 0px;
margin: 0;
border-top: 1px solid rgb(225, 225, 225);
border-right: 2px solid rgb(180, 180, 180);
border-bottom: 2px solid rgb(180, 180, 180);
border-left: 1px solid rgb(225, 225, 225);
}

#content {
position: absolute;
left: 186px; top: 131px; right: 200px; bottom: 46px;
padding: 0px;
margin: 0px;
background-color: rgb(220, 220, 220);
border-top: 1px solid rgb(225, 225, 225);
border-right: 2px solid rgb(180, 180, 180);
border-bottom: 2px solid rgb(180, 180, 180);
border-left: 1px solid rgb(225, 225, 225);
overflow: auto;
}

#content img {
float: left;
margin: 5px 15px 5px 15px;
}

#footer {
position: absolute;
height: 40px;
bottom: 0px; right: 0px; left: 186px;
text-align: center;
padding: 0;
margin: 0;
background-color: rgb(170, 108, 235);
border-top: 1px solid rgb(225, 225, 225);
border-right: 2px solid rgb(180, 180, 180);
border-bottom: 2px solid rgb(180, 180, 180);
border-left: 1px solid rgb(225, 225, 225);
}

a:link {color: black;}
a:visited {color: black;}
a:hover {color: blue}
a:active {color: silver}

#menu {
position: absolute;
left: 0px; top: 131px; bottom: 0px;
width: 180px;
padding: 3px 0px 0px 0px;
margin: 0px;
border-top: 1px solid rgb(225, 225, 225);
border-right: 2px solid rgb(180, 180, 180);
border-bottom: 2px solid rgb(180, 180, 180);
border-left: 1px solid rgb(225, 225, 225);
background-color: rgb(100, 200, 200);
text-align: center;
overflow-y: auto;
overflow-x: hidden;
}

#menu p {
margin: 2px;
}

#menu ul {
list-style-type: none;
padding: 0;
margin: 0;
font-family: arial, "sans serif"; 
font-size: 115%;
font-weight: bold;
text-align: left;
line-height: 270%;
}

#menu ul li {
padding: 0px;
margin: 1px;
color: rgb(245, 250, 255);
}

.menu a {
color: rgb(50, 50, 130);
padding: 1px 1px 1px 8px;
margin-left: 3px;
width: 171px;
height: 40px;
display: block;
border-right: 0px solid rgb(100, 110, 120);
border-bottom: 0px solid rgb(100, 110, 120);
border-top: 0px solid rgb(235, 245, 255);
border-left: 0px solid rgb(220, 230, 240);
text-decoration: none;
background-image: url('images/button.png');
background-repeat: no-repeat;
}
.menu a:hover {
color: rgb(0, 0, 255);
background-image: url('images/button-white.png');
background-repeat: no-repeat;
border-top: 0px inset rgb(135, 145, 165);
border-left: 0px inset rgb(135, 145, 165);
border-bottom: 0px inset rgb(200, 210, 220); 
border-right: 0px inset rgb(180, 190, 220);
}
.menu a:active {
color: rgb(0, 0, 255);
background-image: url('images/button-white.png');
background-repeat: no-repeat;
border-top: 0px inset rgb(135, 145, 165);
border-left: 0px inset rgb(135, 145, 165);
border-bottom: 0px inset rgb(200, 210, 220); 
border-right: 0px inset rgb(180, 190, 220);
}

#rightcolumn {
position: absolute;
top: 131px; right: 0px; bottom: 46px;
width: 193px;
padding: 3px 0px 0px 0px;
margin: 0px;
background-color: rgb(220, 220, 220);
border-top: 1px solid rgb(225, 225, 225);
border-right: 2px solid rgb(180, 180, 180);
border-bottom: 2px solid rgb(180, 180, 180);
border-left: 1px solid rgb(225, 225, 225);
overflow: auto;
}

#rightcolumn div img {
margin: 2px 2px 2px 4px;
float: left;
}

#rightcolumn div {
height: 75px;
border-top: 1px solid rgb(225, 225, 225);
border-right: 2px solid rgb(180, 180, 180);
border-bottom: 2px solid rgb(180, 180, 180);
border-left: 1px solid rgb(225, 225, 225);
}

#rightcolumn h1,#rightcolumn h2,#rightcolumn h3,#rightcolumn h4 {
margin: 10px 2px 6px 4px;
}

#rightcolumn p {
margin: 2px 2px 2px 4px;
font-size: 100%;
}

#rightcolumn ul {
list-style-type: none;
padding: 0;
margin: 0;
font-family: arial, "sans serif"; 
font-size: 115%;
font-weight: bold;
text-align: left;
line-height: 270%;
}


#rightcolumn ul li {
padding: 0px;
margin: 1px;
color: rgb(245, 250, 255);
}


.rightcolumn a {
color: rgb(50, 50, 130);
padding: 1px 1px 1px 8px;
margin-left: 3px;
width: 171px;
height: 40px;
display: block;
border-right: 0px solid rgb(100, 110, 120);
border-bottom: 0px solid rgb(100, 110, 120);
border-top: 0px solid rgb(235, 245, 255);
border-left: 0px solid rgb(220, 230, 240);
text-decoration: none;
background-image: url('images/button.png');
background-repeat: no-repeat;
}
.rightcolumn a:hover {
color: rgb(0, 0, 255);
background-image: url('images/button-white.png');
background-repeat: no-repeat;
border-top: 0px inset rgb(135, 145, 165);
border-left: 0px inset rgb(135, 145, 165);
border-bottom: 0px inset rgb(200, 210, 220); 
border-right: 0px inset rgb(180, 190, 220);
}
.rightcolumn a:active {
color: rgb(50, 50, 130);
background: rgb(180, 190, 210);
border-right: 1px solid rgb(100, 110, 120);
border-bottom: 1px solid rgb(100, 110, 120);
border-top: 1px solid rgb(235, 245, 255);
border-left: 1px solid rgb(220, 230, 240);
}

form {
background-color: transparent;
width: 80%;
margin: 0px;
font-family: verdana, tahoma, arial, "sans serif";
color: rgb(50, 50, 130);
}
textarea {
border: 1px solid rgb(80, 80, 160);
width: 100%;
height: 150px;
background-color: white;
padding-left: 5px;
margin: 0 0 10px 0;
font-family: verdana, tahoma, arial, "sans serif";
color: rgb(50, 50, 130);
font-size: small;
}
input {
border: 1px solid rgb(80, 80, 160);
width: 100%;
height: 20px;
background-color: white;
padding-left: 5px;
margin: 0 0 10px 0;
font-family: verdana, tahoma, arial, "sans serif";
color: rgb(50, 50, 130);
}
.submit {
background-color: rgb(125,190,175);
width:90px;
font-family:verdana, tahoma, arial, "sans serif";
font-weight: bold;
border:2px outset;
}
label {
font-family: verdana, tahoma, arial, "sans serif";
color: rgb(50, 50, 130);
font-weight: bold;
padding-left:0px;
}