﻿body 
{
    background-color: #EEEEEE;
    height: 100%;
    color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin: 0px 0px 0px 0px;
}

/*****************************/
/* Main Site Layout */
/*****************************/

.tblmain
{	
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:normal;
	font-style:normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	border: solid 0px red;
	width: 100%;
	/*height: 100%;*/
}

.header
{
    background-color: #DDDDDD;
    border-bottom: solid 3px #700A16;
    width: 100%;
}

.headertop
{
    background-color: #700A16;
    background-image: url(images/vptop.jpg);
    background-repeat: no-repeat;
    color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    
}

.headermiddle
{
    background-color: #000000;
    background-image: url(images/vpmiddle.jpg);
    background-repeat: no-repeat;
    color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

.headerbottom
{
    background-color: #000000;
    color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	height: 20px;    
}

.left
{
    background-color: #EEEEEE;
    border-right: solid 1px #808080;
    padding: 5px 5px 5px 5px;
    width: 1%;
}

.right
{
    padding: 5px 5px 5px 5px;
    background-color: #FFFFFF;
}

.footer
{
    background-color: #AAAAAA;
    border-top: solid 1px #808080;
    border-bottom: solid 1px #808080;
    text-align: center;
    padding-left: 5px;
    height: 30px;
    width: 100%;
}

/*****************************/
/* Table classes */
/*****************************/

/* Navigation Header */
.navhead
{	
	color: black;
	height: 20px;
	background-color: #EEEEEE;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:bold;
	font-style:normal;
	text-decoration:	none;
	text-align: left;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	border-top: solid 1px #CCCCCC;
}

.thead
{	
	color: black;
	background-color: #EEEEEE;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:bold;
	font-style:normal;
	text-decoration:	none;
	text-align: center;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	border: solid 1px #CCCCCC;
}

.tblborder
{	
	color: black;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:bold;
	font-style:normal;
	text-decoration:	none;
	text-align: center;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	border: solid 1px #CCCCCC;
}

.shadedcolumn
{	
	color: black;
	background-color: #EEEEEE;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:bold;
	font-style:normal;
	text-decoration:	none;
	text-align: center;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	border: solid 1px #CCCCCC;
}

/*****************************/
/* Text classes */
/*****************************/

/* Dark text (used throughout site) */	
.txtdark	
{	
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	

/* Light text (used less within site) */
.txtlight
{	
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	

.txtBold	
{	
	color: #700A16;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight: bold;
	font-style: normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	

.txtBold2	
{	
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight: bold;
	font-style: normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	

/*****************************/
/* Link classes */
/*****************************/
A:link    {text-decoration: none; color:#700A16; font-weight: normal; font-family: Arial; font-size:10pt}
A:visited {text-decoration: none; color: #700A16; font-weight: normal; font-family: Arial; font-size:10pt}
A:active  {text-decoration: underline; color: #700A16; font-weight: normal; font-family: Arial; font-size:10pt}
A:hover   {text-decoration: underline; color: #700A16; font-weight: normal; font-family: Arial; font-size:10pt}

.NAV:link    {text-decoration: none; color:#700A16; font-weight: normal; font-family: Arial; font-size:10pt}
.NAV:visited {text-decoration: none; color: #700A16; font-weight: normal; font-family: Arial; font-size:10pt}
.NAV:active  {text-decoration: underline; color: #700A16; font-weight: normal; font-family: Arial; font-size:10pt}
.NAV:hover   {text-decoration: underline; color: #700A16; font-weight: normal; font-family: Arial; font-size:10pt}

.NAV2:link    {text-decoration: none; color:#FFFFFF; font-weight: normal; font-family: Arial; font-size:10pt}
.NAV2:visited {text-decoration: none; color: #FFFFFF; font-weight: normal; font-family: Arial; font-size:10pt}
.NAV2:active  {text-decoration: underline; color: #FFFFFF; font-weight: normal; font-family: Arial; font-size:10pt}
.NAV2:hover   {text-decoration: underline; color: #FFFFFF; font-weight: normal; font-family: Arial; font-size:10pt}

/*****************************/
/* Misc classes */
/*****************************/

/* Horizontal Rule */
HR
{
	border: solid 1px #EEEEEE;
}

/* Image with Border */
.imgborder
{
    border: solid 1px #700A16;
}