﻿/* YELLOW:  FFC001 */

body 
{
    font-family:Calibri;
    font-size:16px;
    background-image:url(../images/bg_body.gif);
    background-repeat:repeat-x;
    padding-top:2px;
    margin-top:2px;
    padding-left:0px;
    margin-left:0px;
}

.Title
{
    font: bold 28px Copperplate Gothic Bold;
    text-transform:uppercase;
    text-align:center;
    padding-top:5px;
}

.ModalBackground
{
    background-color:#696969;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.Header
{
    color:White;
    font-weight:bold;
    font-size:18px;
    text-transform:uppercase;
    width:99%;
    height:25px;
    padding-left:5px;
    vertical-align:middle;
    padding-bottom:15px;
    border:solid 1px black;
}

.TopBar
{
   font-size:8pt;
   color:Black;  
   height:10px; 
}

.QuickLinks img
{
   text-decoration:none;
   border:none;
}

.MainTable
{
    width:975px;
    color:White;
    margin:0px;
    padding:0px;
}

.Content
{
    padding-left:5px;
    padding-top:15px;
    padding-right:5px;
    background-color:#EEEEEE;
    color:Black;
    vertical-align:top;
    text-align:left;
    border-left: solid 2px black;
    background-image:url(../images/bg_black.gif);
    background-repeat:repeat-x;
}

.Black
{
    background-color:#000033;
    color:White;
}

.White
{
    background-color:White;
    color:Black;
}

.Gray
{
    background-color:#EEEEEE;
    color:Black;
}

.ImgContainer 
{
	position:relative;
	float:left;
	border:solid 2px black;   
	margin:10px;
	margin-left:0;
}

.ImgContainerRight 
{
	position:relative;
	float:right;
	border:solid 2px black;   
	margin:10px;
	margin-right:0;
}

.PicCaption 
{
}

.PicCaptionRight
{
}

.Caption 
{
  font: bold 1em/1.3em tahoma;
  background-color:#000000;
  color:#FFFFFF;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  text-align:center;
  opacity:.75;
  filter:alpha(opacity=75);
  border-top:solid 2px black;
}

.CaptionRight
{
  font: bold 1em/1.3em tahoma;
  background-color:#000000;
  color:#FFFFFF;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  text-align:center;
  opacity:.75;
  filter:alpha(opacity=75);
  border-top:solid 2px black;
}

.btn
{
    padding:2px;
    border:solid 1px black;
    background-color:#CC0000;
    color:White;
    cursor:pointer;
}
