body {
background-color: #FFEECC;
background-image: url('texturebkg.jpg');
font-family: Sans-serif;
font-size: 10pt;
}

div {
margin: auto;
border: none;
}

div.main {
display: table;
width: 800px;
height: 100%;
border: 1px solid #000000;
background-image: url('bkg.jpg');
}

div.header {
background-image: url('header.gif');
background-repeat: no-repeat;
width: 800px;
height: 150px;
border-bottom: solid #000000 1px;
}

div.nav {
position: relative;
float: left;
width: 200px;
height: 100%;
text-align: center;
padding-top: 50px;
}

div.content {
position: relative;
float: right;
width: 559px;
padding: 20px;
border-left: 1px solid #000000;
}

div.bottom {
position: relative;
float: left;
width: 800px;
height: 50px;
border-top: solid #000000 1px;
padding-top: 10px;
padding-bottom: 10px;
background-color: #333399;
text-align: center;
color: #AAAAAA;
}

div.right {
float: right;
width: 200px;
border: dashed 1px #000000;
margin: 10px;
padding: 5px;
}

div.left {
float: left;
width: 200px;
border: dashed 1px #000000;
margin: 10px;
padding: 5px;
}


div.textboxright {
float: right;
width: 200px;
border: dashed 1px #000000;
margin: 10px;
padding: 5px;
}

div.textboxleft {
float: left;
width: 200px;
border: dashed 1px #000000;
margin: 10px;
padding: 5px;
}

div.link {
color: #FFFFFF;
border: 0px;
margin: auto;
text-align: center;
width: 150px;
height: 20px;
vertical-align: middle;
}

hr.separator {
width: 50%;
text-align: center;
color: #000000;
}


a.navbutton {
display: block;
height: 20px;
width: 150px;
border: 0px;
border-bottom: solid #000000 2px;
border-right: solid #000000 2px;
color: #FFFFFF;
text-decoration: none;
background-image: url('buttonbkg.jpg');
text-align: center;
}

a.navbutton:visited {
color: #FFFFFF;
}

a.navbutton:hover {
display: block;
height: 20px;
width: 150px;
border: 0px;
border-top: solid #000000 2px;
border-left: solid #000000 2px;
color: #FFFFFF;
text-decoration: none;
text-align: center;
}


a {
color: #6666FF;
text-decoration: none;
}

a:visited {
color: #666699;
}

a:hover {
text-decoration: underline;
}

a.white {
color: #FFFFFF;
}

a.white:visited {
color: #FFFFFF;
}


h1 {
text-align: center;
font-size: 16pt;
color: #333366;
}

h2 {
position: relative;
font-size: 12pt;
font-weight: bold;
color: #990000;
left: 15px;
}

h3 {
font-size: 10pt;
font-weight: bold;
}

ul {
font-weight: bold;
}

li {
font-weight: normal;
}

img {
border: 2px solid #000000;
}

img.nobrdr {
border: none;
}

img.hide {
border: none;
visibility: hidden;
}

img.left {
float: left;
margin: 10px;
}

img.right {
float: right;
margin: 10px;
}