@charset "utf-8";
/* CSS Document */

body
{
	background-color: #316ECE;
	margin: 0px;
	font-family: "Arial", Geneva, Sans-Serif;
	color: #CCCCCC;
}

.militaryDiscount
{
    background-color: #FFFFFF;
    margin: 5px;
    font-family: "Arial", Geneva, Sans-Serif;
    color: #000000;
}

.errorReport
{
	font-family: "Arial", Geneva, Sans-Serif;
	color: Red;
}

h1
{
	font-family: "Arial", Geneva, Sans-Serif;
	font-size: 24px;
	color: Black;
	text-align: center;
	font-weight: bold;
}

h3
{
	font-family: "Arial", Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	color: White;
}

h4
{
	font-family: "Arial", Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	color: Black;
}

.pageTitle
{
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 40px;
	color: White;
}

.pageSubtitle
{
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: White;
}

.tableContent
{
	background-color: White;
	font-family: "Arial", Geneva, Sans-Serif;
	color: Black;
}

.tableContentHeader
{
	background-color: #316ECE;
	font-family: "Arial", Geneva, Sans-Serif;
	color: Black;
}

.tablePurchase
{
    background-color: White;
	font-family: "Arial", Geneva, Sans-Serif;
	font-size: 11px;
	color: Black;
	text-align: center;
}

.tableContentJustified
{
	background-color: White;
	font-family: "Arial", Geneva, Sans-Serif;
	color: Black;
	text-align: justify;
}

.tableOfLinks
{
    background-color: White;
    text-align: center;
    width: 100%;
}

.drlpsContactName
{
	font-family: "Arial", Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: White;
}

.drlpsContactEstablished
{
	font-family: "Arial", Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: White;
}

.drlpsContactAddress
{
	font-family: "Arial", Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
}

.drlpsContactTitle
{
	font-family: "Arial", Geneva, sans-serif;
	color: Black;
	text-align: center;
	font-weight: bold;
}

.drlpsContactMember
{
	font-family: "Georgia", "Times New Roman", Times, serif;
	color: Navy;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

.drlpsContactDetails
{
	font-family: "Georgia", "Times New Roman", Times, serif;
	color: Black;
	text-align: left;
	font-size: 14px;
}

.drlpsContactMembershipDate
{
	font-family: "Arial", Geneva, sans-serif;
	color: Black;
	font-size: 10px;
}

.drlpsDirectorTermInfo
{
	font-family: "Georgia", "Times New Roman", Times, serif;
	text-align: left;
	font-size: 10px;
}

.tableCaption
{
	font-family: "Georgia", "Times New Roman", Times, serif;
	color: Black;
	text-align: center;
	font-size: 14px;
	font-style: italic;
}

.testimonialTable
{
	border: dotted;
	border-width: medium;
	width:450px;
}

.testimonialContentProse
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 14px;
}

.testimonialPeopleInfo
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 10px;
	font-style: italic;
}

.pageMainTable
{
	border-bottom: solid;
	border-top: solid;
	border-left: solid;
	border-right: solid;
	border-color: White;
	border-width: medium;
	width: 900px;
}

.pageMenuBar
{
	border-bottom: solid;
	border-top: solid;
	border-left: none;
	border-right: none;
	border-color: White;
	border-width: thin;
}

.fileInfo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Gray;
}

img.floatLeft
{ 
    float: left; 
    margin: 4px; 
}

img.floatRight
{ 
    float: right; 
    margin: 4px; 
}