/* Links
----------------------------------------------------------------------
*/

a:link {
color: #e0e0e0;
text-decoration: none;
}

a:visited {
color: #cccccc;
text-decoration: none;
}

a:active {
color: #aaaaaa;
text-decoration: none;
}

a:hover {
color: #ffffff;
text-decoration: underline;
}

a.underline:link {
color: #e0e0e0;
text-decoration: underline;
}

a.underline:visited {
color: #cccccc;
text-decoration: underline;
}

a.underline:active {
color: #aaaaaa;
text-decoration: underline;
}

a.underline:hover {
color: #ffffff;
text-decoration: underline;
}

/* Layout
----------------------------------------------------------------------------
*/
html {
height:100%;
margin-top:0px;
}

body {
background-color: #302d21;
background-image:url('../images/knot.jpg');
background-position:right;
background-repeat:repeat-y;
color: #ffffff;
font-family: arial;
font-size: 10pt;
height:100%;
margin-top: 0px;
margin-bottom:0px;
margin-left: 0px;
width:100%;
}

td {
font-family: arial;
font-size: 10pt;
vertical-align: top;
}

#leftbg1 {
background-image:url('../images/knot.jpg');
background-repeat:repeat-y;
height:100%;
left:0px;
margin-left:auto;
margin-right:auto;
position:absolute;
width:100%;
}

#leftbg2 {
background-image:url('../images/knot.jpg');
background-repeat:repeat-y;
left:0px;
margin-right:auto;
margin-left:-90px;
padding-left:90px;
position:absolute;
width:100%;
}

#container {
background-color:#000000;
height:100%;
margin-left: 90px;
margin-right: 90px;
position:relative;
}

#contentdiv {
background-color:#000000;
margin-left: auto;
margin-right: auto;
position:relative;
width:100%;
}

#titlediv {
padding-bottom:3px;
padding-top:15px;
text-align:center;
}

#copyright {
font-size:8pt;
padding-top:20px;
text-align:center;
}

#links {
text-align:center;
}

#dot_right {
position:absolute;
right:0px;
}

#dot_left {
position:absolute;
left:0px;
}

/* Formatting
-----------------------------------------------------------------------------
*/

.italic {
font-style:italic;
}

.eight_pt {
font-size:8pt;
}

.backbutton {
margin-bottom:-12px;
padding-top:26px;
text-align:center;
}
