﻿/* COLORS
	Dark Blue: #1F3878
	Blue: #86A9D1
	Light Blue: #B1D5ED
	Lighter Blue: #D8ECF7
	Orange: #FFAC69
	Light Brown: #D48B6A
	Dark Red: #A83A21
	Off White: #FDFFFC
*/


body
{
	font-size: small;
	margin-top: 0px;
	font-family: Verdana Arial;
	color:White;
		background-image: url(../images/corp/signature.jpg);
	background-repeat:repeat;
}


#PageWrapper
{
	width:1000px;
	border: thin solid black;
	border-top:none;
}

#PageHeader
{
}

#PageNavBar
{
	background:#86A9D1;
	border-bottom:solid  #FFF 1px;
	border-top:solid #FFF 1px;
	text-transform:uppercase;
	text-align:center;
}

#PageBody
{
	text-align: left;
	background-color:#1F3878;
	margin-top: 5px;
}

#PageBodyLeft
{
	float:left;
	width:200px;
	text-align:center;
	/*background-color:#D8ECF7;*/
	
}

PageBodyMain
{
	float:left;
	width:560px;
	margin-left:5px;
	padding-left:5px;

}

#PageFooter
{
	clear:both;
	font-size:80%;
	text-align:center;
	background-color:Gray;
	color:White;
}

/******************************************************************************
	MENU DEFINITIONS
******************************************************************************/
.navbar
{
	border-right: solid thin white;
	font-weight:bold;
}

a.navbar,a.navbar:visited, a.navbar:active
{
	text-decoration:none;
	color: #1F3878;	
}

a.navbar:hover
{
	text-decoration:underline;
	color: #FDFFFC;
	
}

a { color:White;}


/******************************************************************************
	GENERAL DEFINITIONS
******************************************************************************/

.header
{
	font-size:140%;
	font-weight:bold;
	color:#1F3878;
}


.sideheader
{
	font-weight:bold;
	font-size:110%;
	padding-bottom:5px;
	
}

.GridHeader
{
	background-color:#86A9D1; 
	font-weight:bold;
	Color:White;
	font-size:90%;
}

.GridOdd
{
	background-color:#EFF3FB;
	font-size:80%
}

.GridEven
{
}