html
{
    overflow-y: scroll;
}
body
{
	margin: 0;
	padding: 0;
	border: 0;           /* This removes the border around the viewport in old versions of IE */
	width: 100%;
	min-width: 1024px;   /* Minimum width of layout - remove line if not required */
                        /* The min-width property does not work in old versions of Internet Explorer */
    min-height: 101%;
}
.GeneralText
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11pt;
    color: Black;
    padding: 0px 10px 0px 0px;
}
.GeneralTextItalics
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11pt;
    color: Black;
    font-style: italic;
    padding: 0px 10px 0px 0px;
}
.GeneralTextBold
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
    color: Black;
}
.GeneralTextTitle
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 14pt;
    font-weight: bold;
    color: Black;
}
.FooterText
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 9pt;
    color: Gray;
    text-align: center;
    width: 950px;
}
a:link, a:visited, a:active
{
    color:#DFC493;
    font-family: Arial, Tahoma, Sans-Serif;
  	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
    color: White;
    font-family: Arial, Tahoma, Sans-Serif;
  	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
.AFDAbody
{
    text-align: left;
    width: 950px;
    border: none;
    /*background-image: url("../images/license_collage_watermark.jpg");
    background-repeat: repeat;*/
}
#MenuCell p
{
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}
#MenuCell a
{
    color: #bf9039;
    font-family: Arial, Tahoma, Sans-Serif;
  	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
#MenuCell a:hover
{
    color: #bf9039;
    font-family: Arial, Tahoma, Sans-Serif;
  	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}
#MenuCell .SloganText
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 18pt;
    font-weight: bold;
    color: #36964B;
    letter-spacing: 2px;
    margin-top: 20px;
    margin-bottom: 10px;
}
#MenuCell .LocationText
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-weight: bold;
    font-size: 10pt;
    color: #36964B;
}
#MenuCell .LocationCity
{
    color: Black;
    font-weight: normal;
    margin-left: 15px;
}
#MenuCell .LocationNumb
{
    font-weight: bold;
}
#MenuCell .MenuText
{
    color: #bf9039;
    font-family: Arial, Tahoma, Sans-Serif;
  	font-size: 12pt;
	font-weight: normal;
    margin-top: 20px;
}
#MenuCell .MenuItem
{
    margin-left: 10px;
    margin-right: 10px;
}
#MenuCell .MenuItemSelected
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
    color: Black;
    margin-left: 10px;
    margin-right: 10px;
}
.NavBar p
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.NavBar a
{
    color: #bf9039;
    font-family: Arial, Tahoma, Sans-Serif;
  	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
.NavBar a:hover
{
    color: #bf9039;
    font-family: Arial, Tahoma, Sans-Serif;
  	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}
.NavBar .Spacer
{
    height: 217px;
}
.NavBar .Spacer3
{
    height: 4px;
}
.NavBar .Header
{
    margin-top: 15px;
}
.NavBar .Header2
{
    margin-top: 28px;
}
.NavBar .Header3
{
    margin-top: 37px;
}
.NavBar .Label
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
    color: #449D56;
    margin-left: 25px;
}
.NavBar .Item
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
    color: #FFBD37;
    margin-top: 2px;
    margin-left: 20px;
}
.NavBar .ItemSelected
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
    color: Black;
    margin-top: 2px;
    margin-left: 20px;
}
/* BackColor provides the dark green background color for outside the 950px width */
.BackColor
{
    background-color: #3F4840;
    border: 0 0 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.CenterPage
{
    width: 950px;
    margin: 0 auto;
    text-align: left;
    background-color: #FFFFFF;
    border: 0 0 0;
    padding: 0 0 0 0;
}
.Slice1
{
    height: 120px;
    background-image: url("../images/slice_1.gif");
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.Slice2
{
    height: 120px;
    background-image: url("../images/slice_2.gif");
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.Slice31
{
    height: 600px;
    background-image: url("../images/slice_3_1.gif");
    background-position: top;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.Slice32
{
    height: 600px;
    background-image: url("../images/slice_3_2.gif");
    background-position: top;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.Slice33
{
    height: 600px;
    background-image: url("../images/slice_3_3.gif");
    background-position: top;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.Slice34
{
    height: 600px;
    background-image: url("../images/slice_3_4.gif");
    background-position: top;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.Slice35
{
    height: 600px;
    background-image: url("../images/slice_3_5.gif");
    background-position: top;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.Slice4
{
    background-image: url("../images/slice_4.gif");
    background-repeat: no-repeat;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
/*
#Content p
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
*/
#Content .PhotoLeft
{
    float: left; 
    padding: 0 0 0 0;
    /*border: solid 5px #ffbb39;*/
    margin: 0 10px 0 0;
}
#Content .PhotoRight
{
    float: right; 
    padding: 0 0 0 0;
    /*border: solid 5px #ffbb39;*/
    margin: 0 0 0 10px;
}
#Content .PhotoCenter
{
    text-align: center;
    padding: 0 0 0 0;
    /*border: solid 5px #ffbb39;*/
    margin: 0 0 0 0;
}
#Content .DRIVE800
{
    font-size: 36px; 
    font-weight: bold; 
    text-decoration: underline;
    text-align: center;
}
#Content .ContentText
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11pt;
    color: Black;
    padding: 0px 10px 0px 0px;
}
#Content .ContentTitle
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 14pt;
    font-weight: bold;
    text-align: left;
    color: Black;
}
#Content .ContentHeader
{
    font-style: italic;
    font-weight: bold;
}
#Content .ContentItalics
{
    font-style: italic;
    /*padding: 0px 10px 0px 0px;*/
}
#Content .ContentBold
{
    font-weight: bold;
}
#Content .ContentCenter
{
    font-size: 24px; 
    font-weight: bold; 
    text-align: center;
}
#LOI .LoiFormat
{
    text-align: left;
}
#LOI a
{
    color: Black;
    font-family: Arial, Tahoma, Sans-Serif;
    font-weight: normal;
  	font-size: 11pt;
	text-decoration: none;
}
#LOI a:hover
{
/*    color: Black;
    font-family: Arial, Tahoma, Sans-Serif;
  	font-size: 12pt;
	font-weight: bold;*/
	text-decoration: underline;
}
.GmapPanel
{
    height: 300px;
    width: 550px;
}