BODY {
	BACKGROUND: url(woodtile.jpg) #ffffff; COLOR: black;
}

body, p, td, li, ul { font-size:12pt; }

div.title {
position: relative;
top: -15px;
left: 0px;
right: 0px;
height: 48px;
width: 99%;
FONT-WEIGHT: bold;
FONT-SIZE: x-large;
text-align: middle;
line-height: 1.8em;
FONT-FAMILY: Times New Roman, serif, Helvetica, verdana;
color: #000000;
text-shadow: #000000;
background: url(log.jpg) #ffffff;
border: solid 3px #000000;
}

div.left {
 position: absolute;
 top: -5px;
 left: 0px;
 margin: 0;
background: url(logleft.jpg) #ffffff;
 width: 10px;
 border: solid 3px #000000;
 }
div.right {
 position: absolute;
 top: -5px;
 right: 0px;
 margin: 0;
 background: url(logright.jpg) #ffffff;
 width: 10px;
 border: solid 3px #000000;
 }

div.menu {
BORDER-RIGHT: thin solid; BORDER-TOP: thin solid; FONT-WEIGHT: bold; FONT-SIZE: 70%; BACKGROUND-IMAGE: url(bluefilter.gif); BORDER-LEFT: thin solid; WIDTH: 90%; COLOR: #000000; BORDER-BOTTOM: thin solid; FONT-FAMILY: arial, verdana, sans-serif; TEXT-ALIGN: left;
}
div.menu A {
COLOR: blue;
}
div.menu A:hover {
COLOR: red;
}
div.menu STRONG {
FONT-SIZE: large;
}

div.content {
position: relative;
top: 0px;
width: 92%;
left: 18px;
color: #000000;
FONT-SIZE: 90%;
FONT-FAMILY: arial, verdana, sans-serif;
background: #ffffff;
BORDER: solid 2px;
padding: 10px;
text-align: left;
}

a.link:link { color: blue; text-decoration: underline; font-size: 12pt; }
a.link:active { color: purple; text-decoration: none; font-size: 12pt; }
a.link:visited { color: green; text-decoration: none; font-size: 12pt; }
a.link:hover { color: red; text-decoration: none; font-size: 12pt; }

a.link2:link { color: blue; text-decoration: underline; font-size: 8pt; }
a.link2:active { color: purple; text-decoration: none; font-size: 8pt; }
a.link2:visited { color: green; text-decoration: none; font-size: 8pt; }
a.link2:hover { color: red; text-decoration: none; font-size: 8pt; }

a.link3:link { color: blue; text-decoration: underline; font-size: 12pt; }
a.link3:active { color: purple; text-decoration: underline; font-size: 12pt; }
a.link3:visited { color: green; text-decoration: underline; font-size: 12pt; }
a.link3:hover { color: red; text-decoration: underline; font-size: 12pt; }

a.button, a.buttonDis {
display: block;
background-color: transparent;
background-image: url(woodbuttons.jpg);
background-repeat: no-repeat;
width: 132px;
height: 28px;
margin: 5px auto;
padding: 2px 0 0 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}
 a.button:link, a.button:visited {
color: #002577;
}
a.button:hover, a.button:active {
background-position: 0 -36px;
color: #000000;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -72px;
color: #5F5F5F;
cursor: default;
}

ol {
width: 90%;
border: 0;
margin: 0;
padding: 2em;
list-style-type: decimal;
}

ul {
width: 90%;
border: 0;
margin: 0;
padding: 2em;
list-style-type: disc;
}

div.footer {
COLOR: #000000;
}

SMALL {
FONT-SIZE: 80%; LETTER-SPACING: 0px;
}
H1 {
FONT-WEIGHT: bold; FONT-SIZE: 1.50em; COLOR: #000000; FONT-FAMILY: Times New Roman, serif, Helvetica;
}
H2 {
FONT-WEIGHT: bold; FONT-SIZE: 1.25em; COLOR: #000000; FONT-FAMILY: Times New Roman, serif, Helvetica;
}
H3 {
FONT-WEIGHT: bold; FONT-SIZE: 1.15em; COLOR: #000000; FONT-FAMILY: Times New Roman, serif, Helvetica;
}

p {
font-family : verdana, arial, sans-serif;
font-size : 12pt;
text-align: left;
padding: 15px;
}

DIV.float {
FLOAT: right;
}
DIV.float2 {
FLOAT: left;
}
DIV.float3 {
FLOAT: middle;
}
