﻿*{
    margin:0px;
    padding:0px;
}

body
{
	min-height:500px;
	background-color: #544d4b;
	text-align:center;
}

#container {
  margin: 0 auto;
  width: 995px;
} 
  
.clear
{
	clear:both;
	height:1px;
}

#wrapper
{
	width: 995px;
	margin:auto;
	background-color: #FFFFFF;
}

#header
{
	text-align: left;
	height: 100px;
	background-image: url( '../images/Gradient_TopBlue.gif' );
	background-repeat: repeat-x;
}

#headerText
{
    width: 630px;
    float: left;
    margin-left: 8px;
    margin-top: 8px;
    margin-bottom:0px;
}

#headerText h1
{
    padding: 0px;
    margin: 0px;
    font-size: 2.0em;
    color: #FFFFFF;
}

#headerText h2
{
    padding: 0px;
    margin: 0px;
    font-size: 1.3em;
    color: #FFFFFF;
}

#headerText p
{
    padding: 0px;
    margin: 5px 0px 0px 10px;
    font-size: 1.0em;
    color: #FFFFFF;
    font-variant: small-caps;
}


#headerInfo
{
    width: 350px;
    text-align: center;
    float: right;
    margin: 8px 2px 2px 2px;
}

#headerInfo p
{
	font-size:1em;
	color: #FFFFFF;
}

.ContactPhone
{
	font-size: 1.5em;
	font-weight: bold;
	color: White;
}

.ContactFax
{
	font-size: 1.0em;
	color: White;
}

.ContactEmail
{
	font-size: 1.2em;
	color: White;
	font-weight: bold;
}
.PageList
{
	font-size: 1.0em;
	color: Navy;
}

#PageHeading h1
{
    padding: 0px;
    margin: 0px;
    font-size: 2.0em;
    color: #000080;
}

#PageHeading h2
{
    padding: 0px;
    margin: 0px;
    font-size: 1.3em;
    color: #000080;
}

#PageHeading h3
{
    padding: 0px;
    margin: 0px;
    font-size: 1.0em;
    color: #000080;
}

#left
{
	width: 188px;
	padding: 5px;
	float: left;
	background: #FFFFFF;
	text-align: left;
}

#right
{
	width: 785px;
	padding: 5px;
	float: right;
	background: #FFFFFF;
}

#logo
{
	background-image: url( '../images/LogoSmall.jpg' );
	background-repeat: no-repeat;
	background-position: center center;
	height:332px;
	width:188px;
}

#footer
{
	height:50px;
	vertical-align:middle;
	background-image: url( '../images/Gradient_BottomBlue.gif' );
	background-repeat: repeat-x;
}

#footer p
{
	font-size: .8em;
	color: #FFFFFF;
	margin-top:5px;
}

#footer address
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: .7em;
    color: #FFFFFF;
    margin-top: 5px;
    font-variant: small-caps;
}

.dataentrylabel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .65em;
    font-weight: bold;
    text-align: right;
    margin-left: 3px;
}

.instructiontext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    padding:2px;
}

.cphLeftContenttext
{
    border: 3px outset #D0D0BF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75em;
    padding: 3px 3px 3px 5px;
    background-color: #000000;
    color: #FFFFFF;
}


/*Various Table Layouts*/
.smallBox
{
	width:300px;	
}

.smallbox .row
{
	width:299px;
	float:left;
	height:50px;	
}

.smallBox .left
{
	width:125px;
	float:left;
}

.smallBox .right
{
	float:right;	
	width: 175px;
	text-align:left;
}

/*Various Table Layouts*/
.bigBox
{
	width:775px;	
}
