/* Revised 2012-04-12-A */

/* --- General --- */

html, body
{
font: 9pt/14pt Arial, verdana, serif;
color: white;
}

body
{
background-color: black;
margin: 0px;
border: 0px;
padding: 0px;
}

img
{
border: none;
}

a
{
color: white;
font-weight: bold;
text-decoration: none;
}

a:hover
{
color: yellow;
font-weight: bold;
text-decoration: none;
}

h4
{
font-size: 18px;
color: #FFD700;
font-weight: bold;
}


/* --- IDs --- */

#page
{
width: 750px;
margin: 0px auto;
position: relative;
}

#header
{
width: 750px;
height: 318px;
position: absolute;
top: 0px;
left: 0px;
}

#slideshow
{
width: 598px;
height: 200px;
position: absolute;
left: 152px;
top: 158px;
}

#column1
{
width: 216px;
height: 350px;
position: absolute;
top: 435px;
left: 225px;
}

#column1 table
{
width: 100%;
padding: 2px;
spacing: 2px;
border-collapse: collapse;
border: 2px solid #FFD700; /*#0000CD;*/
}

#column1 th
{
background-color: #FFD700; /*#0000CD;*/
color: black;
padding: 2px;
text-align: left;
}

#column2
{
width: 216px;
height: 350px;
position: absolute;
top: 435px;
left: 466px;
}

#column2 table
{
width: 100%;
padding: 2px;
spacing: 2px;
border-collapse: collapse;
border: 2px solid #FFD700;
}

#column2 th
{
background-color: #FFD700;
color: black;
padding: 2px;
text-align: left;
}

#column3
{
width: 216px;
height: 350px;
position: absolute;
top: 435px;
left: 707px;
}

#column3 table
{
width: 100%;
padding: 2px;
spacing: 2px;
border-collapse: collapse;
border: 2px solid #FFD700;
}

#column3 th
{
background-color: #FFD700;
color: black;
padding: 2px;
text-align: left;
}

#colspan123
{
width: 540px;
height: 150px;
position: absolute;
top: 400px;
left: 170px;
}

#maincopy
{
width: 560px;
height: 150px;
position: absolute;
top: 400px;
left: 170px;
}

#footer
{
width: 750px;
height: 75px;
background-color: black;
position: absolute;
top: 550px;
left: 0px;
text-align: center;
}


/* --- Classes --- */

.bold
{
font-weight: bold;
}

.italic
{
font-style: italic;
}

.bolditalic
{
font-weight: bold;
font-style: italic;
}

.underline
{
text-decoration: underline;
}

.indent1
/* Indents 1 em space relative to parent object */
{
left: 1em;
}

.indent2
/* Indents 2 em spaces relative to parent object */
{
left: 2em;
}

.redtext
{
color: #E00000;
}

.menubkgrd
{
color: #FFFFFF;
font-size: 8px;
background-image: url(../images/menubkgrd.jpg);
background-position: left top;
background-repeat: no-repeat;
height: 175px;
}


/* --- Navigation --- */

#side
{
width: 150px;
position: absolute;
padding: 0;
top: 165px;
left: 0px;
background-image: url(../images/menubkgrd.jpg);
font-size: 11px;
}

a.tier1
{
font-size: 11px;
font-weight: bold;
color: #ffffff;
display: block;
margin: 0px;
padding: 3px 2px 3px 15px;
text-decoration: none;
}

a.tier1:hover
{
font-size: 11px;
font-weight: bold;
color: #FFD700;
background-color: #878784;
display: block;
margin: 0px;
padding: 3px 2px 3px 15px;
text-decoration: none;
}

a.tier1selected
{
font-size: 11px;
font-weight: bold;
color: #FFD700;
background-color: #878784;
display: block;
margin: 0px;
padding: 3px 2px 3px 15px;
text-decoration: none;
}

a.tier1selected:hover
{
font-size: 11px;
font-weight: bold;
color: #ffffff;
background-color: #878784;
display: block;
margin: 0px;
padding: 3px 2px 3px 15px;
text-decoration: none;
}

a.tier2
{
font-size: 11px;
font-weight: bold;
color: black;
background-color: #CCCC52;
display: block;
margin: 0px;
padding: 3px 2px 3px 25px;
text-decoration: none;
}

a.tier2:hover
{
font-size: 11px;
font-weight: bold;
color: #000000;
background-color: #FFD700;
display: block;
margin: 0px;
padding: 3px 2px 3px 25px;
text-decoration: none;
}

a.tier2selected
{
font-size: 11px;
font-weight: bold;
color: #000000;
background-color: #FFD700;
display: block;
margin: 0px;
padding: 3px 2px 3px 25px;
text-decoration: none;
}

a.tier2selected:hover
{
font-size: 11px;
font-weight: bold;
color: #FFD700;
background-color: black; /*#CCCC52;*/
display: block;
margin: 0px;
padding: 3px 2px 3px 25px;
text-decoration: none;
}
