﻿.body
{
 background-color: Maroon;
 color: Olive; 
 font-family: Franklin Gothic Demi; 
 margin: 0; 
 padding: 0; 
 height: 100%; 
 width: 100%;
}

.headerFooter
{
 background-color: #fffddd; 
 vertical-align: bottom; 
 font-size: medium; 
 color: Olive;
}

.content
{
 height: 620px; 
 background-color: White;
 color: Olive; 
}

.link
{
 color: Olive; 
 text-decoration: none;
}

.linkOver
{
 color: red; 
 text-decoration: none;
 font-style: italic;
}

.button
{
 background-color: Olive; 
 font-family: Franklin Gothic Demi; 
 border: solid 1px saddlebrown;
 color: White;
}

.buttonOver
{
 background-color: White; 
 font-family: Franklin Gothic Demi; 
 border: solid 1px saddlebrown;
 color: Olive;
}

.textbox
{
 font-family: Franklin Gothic Demi;
 background-color: Olive;
 color: White;
}

.ddList
{
 font-family: Franklin Gothic Demi;
 background-color: Olive;
 color: White;	
}

.coverDiv
{
 display: none; 
 position: absolute; 
 background-color: Black; 
 filter: alpha(opacity=70); 
 -moz-opacity: 0.7; 
 opacity: 0.7; 
 z-index: 2; 
 top: 0px; 
 left: 0px;
 height: 100%;
 width: 100%;
}

.modalContent
{
 display: none; 
 position: absolute; 
 color: Olive; 
 background-color: White; 
 width: 600px;
 height: auto;
 z-index: 3;
 margin: 0 auto;
}

.modalHeader
{
 background-color: Maroon;
}

.modalBody
{
 background-color: White;
 color: Olive;
}
