/* Revised 2010-05-06-T */

/* --- General --- */

html, body
{
font: 9pt/14pt Arial, verdana, serif;
color: #000000;
}

body
{
background:url(../images/background1.gif) repeat;
margin: 0;
border: 0 none;
padding: 0;
}

img
{
border: none;
}

a:link, a:visited
/* Unvisited and visited hyperlinks */
{
color: black;
text-decoration: none;
}

a:hover
/* Hyperlink on mouse-over */
{
color: red;
text-decoration: none;
}

/* --- IDs --- */

#page
{
width: 1680px;
margin: 0 auto;
position: absolute;
}

#header
{
width: 754px;
height: 618px;
position: absolute;
top: 0px;
left: 0px;
}

#column_top
{
width: 1680px;
height: 15px;
position: absolute;
top: 500px;
left: 0px;
}

#column_bottom
{
width: 1680px;
height: 15px;
position: absolute;
top: 1190px;
left: 0px;
}

/*
#slideshow
{
width: 754px;
height: 320px;
position: absolute;
top: 118 px;
left: 0px;
background: black;
z-index: -1;
}
*/

#fpssbkgrd
{
z-index: -1;
}

#colpic1
{
width: 155px;
height: 155px;
position: absolute;
top: 135px;
left: 24px;
}

#colpic2
{
width: 155px;
height: 155px;
position: absolute;
top: 135px;
left: 208px;
}

#colpic3
{
width: 155px;
height: 155px;
position: absolute;
top: 135px;
left: 392px;
}

#colpic4
{
width: 155px;
height: 155px;
position: absolute;
top: 135px;
left: 576px;
}

#colcopy1
{
width: 155px;
height: 675px;
position: absolute;
top: 515px;
left: 24px;
}

#colcopy2
{
width: 155px;
height: 675px;
position: absolute;
top: 515px;
left: 208px;
}

#colcopy3
{
width: 155px;
height: 675px;
position: absolute;
top: 515px;
left: 392px;
}

#colcopy4
{
width: 155px;
height: 675px;
position: absolute;
top: 515px;
left: 576px;
}

#footer
{
width: 754px;
height: 225px;
background-color: #CED5DB;
layer-background-color: #CED5DB;
position: absolute;
top: 1205px;
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;
}

.colheader
{
font-weight: bold;
font-size: 14px;
text-align: center;
}

