body
{
font-family: tahoma;
}

div
{
padding: 0px;
margin: 0px;
border: 0;
}

img {
border: 0px;
}

a:link {color:#555555;}      /* unvisited link */
a:visited {color:#555555;}  /* visited link */
a:hover {color:gray;}  /* mouse over link */
a:active {color:red;}  /* selected link */


div.container {
width: 1024px;
height: 1000px;
float: none;
margin: 0 auto;
border-style: ridge;
border-width: 5px;
border-color: #442211;
}

div.header {
background-image: url('./images/headerbglong.png');
width: 1024px;
height: 200px;
float: left;
}

div.leftnav {
width: 150px;
height: 800px;
float: left;
}

div.leftnavmain {
width: 150px;
height: 766px;
float: left;
text-align: center;
}

div.leftnavheader{
background-image: url('./images/leftmenuheadershort.jpg');
width: 150px;
height: 34px;
float: left;
}

div.blankfooter{
height: 500px;
}

iframe.mainpanel {
width: 839px;
height: 795px;
float: right;
padding: 0px 15px 0px 15px;
border-left-style: ridge;
border-top-style: ridge;
border-left-width: 5px;
border-top-width: 5px;
border-color: #442211;


}

h1.title {
font-family: tahoma;
font-size: 24pt;
padding: 40px 0px 0px 120px;
}

h1.subtitle {
font-family: tahoma;
font-size: 14pt;
padding: 0px 0px 0px 120px;
}

p.leftnavtitle {
font-family: tahoma;
font-size: 18pt;
padding: 0px 0px 0px 33px;
margin: 0px;
}

p.warning
{
color: red;
font-size: 24pt;
}

body.centered
{
text-align: center;
}

h2.mainpanel2
{
padding: 0px;
margin: 0px;
}

input[type="image"]
{
border: 0px;
}

h4.left
{
text-align: left;
}
