body {
	text-align: center;
	font-family: Arial, sans-serif;
	letter-spacing: -0.5px;     
    	color: #3F3F3F;
        margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
font-size:14px;
line-height:20px;
}

.logo {
       position: absolute;
       left: 50%;
       width: 950px;
       margin-left: -475px;
       border: 0px solid #000000;
       background: url(../images/logoLands.gif) no-repeat;
       background-color:#F1F1F1;
       height:65px;
}

.menu {
       position: absolute;
       top: 65px;
       left: 50%;
       width: 950px;
       margin-left: -475px;
       border: 1px solid #999999;
       text-align: center;
       background-color:#274069;
}

.footer {
	width: 950px;
        height:150px;
	background: url(../images/bgFooter.gif) no-repeat;
        clear:both;
}

.content {
       position: absolute;
       top: 125px;
       left: 50%;
       width: 950px;
       margin-left: -475px;
       border: 0px solid #999999;
}

.header { 
      text-align:left;
      margin-top:20px;
}

.lefttop { 
      border-right:1px solid #999999;
      padding-right:20px;
      border-bottom:1px solid #999999;
      padding-bottom:20px;
      width:640px;
      float:left;
      text-align:left;
      margin-bottom:20px;
      padding-top:20px;
      margin-right:10px;
}



.left { 
      border-right:1px solid #999999;
      padding-right:20px;
      border-bottom:1px solid #999999;
      padding-bottom:20px;
      width:640px;
      float:left;
      text-align:left;
      margin-bottom:20px;
      margin-right:10px;
}


.right { 
      	border:1px solid #999999;
	padding:10px;
        width:250px;
        float:right;
        text-align:left;
        background: url(../images/bgRight.gif);
        background-repeat:repeat-x;
        background-position: bottom;
        margin-bottom:20px;

}

.fullwidth { 
      border-right:1px solid #999999;
      padding-right:20px;
      border-bottom:1px solid #999999;
      padding-bottom:20px;
      width:930px;
      float:left;
      text-align:left;
      margin-bottom:20px;
      margin-right:10px;

}

.home { 
      border-right:1px solid #999999;
      padding-right:20px;
      border-bottom:1px solid #999999;
      padding-bottom:20px;
      width:930px;
      float:left;
      text-align:left;
      margin-bottom:20px;
      margin-right:10px;
      background: url(../images/bgSplash.gif);
      background-repeat:no-repeat;

}

.lightLine hr {
       display:none;
  }

.lightLine {
        border-bottom:0px solid #999999;
        height:1px;
        padding-top: 10px;
        clear:both;
  }

p.subtle {
        font-size: 12px;
        line-height: 20px;
        text-align: justify;
}



h1 {
    color: #274069;
    letter-spacing: -2px;
    margin-top:20px;
	font-weight: normal;	
}

h2 {
    color: #000000;
    letter-spacing: -1px;
    font-weight: normal;
font-size: 1.8em;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}


h3 { color: #000000;
font-weight: normal;
}

h4 	{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: bold;
        color: #274069;

}

h1,h2,h3,h4,h5,h6 {
     display: inline;
}

a.link:link{
	color: #274069;
        text-decoration:underline;
}

a.link:active  {
	color: #274069;
	text-decoration:underline;
}

a.link:visited {
	color: #274069;
        text-decoration:underline;
}

a.link:hover {
	color: #274069;
        text-decoration:none;
   
}


a.white:link{
	color: #FFFFFF;
}

a.white:active  {
	color: #FFFFFF;
}

a.white:visited {
	color: #FFFFFF;
}

a.white:hover {
	color: #FFC300;
	text-decoration:none;
   
}


a:link img.imagelink { border: 1px solid  #FFFFFF; }
a:visited img.imagelink { border: 1px solid  #FFFFFF; }
a:hover img.imagelink { border: 1px solid #FFC300; }
a:active img.imagelink { border: 1px solid  #FFFFFF; } 


td.blue {
	background-image:url(../images/bgBlue.gif);
	vertical-align:top;
}

td.blueCheck {
	background-image: url(../images/bgTrBlue.gif);
        background-position: right top;
        padding-right: 40px;
}

td.grey{
	background-image: url(../images/bgGrey.gif);
	vertical-align: top;
}

td.greyCheck {
	background-image: url(../images/bgTrGrey.gif);
        background-position: right top;
	padding-right: 40px;
}

td.tablehead {
	color: #FFC300;
	font-weight:bold;
	background-color:#3F3F3f;
        background: url(../images/bgHead.gif);

	
}


.righthead { 
	color: #FFC300;
	font-weight:bold;
	background-color:#3F3F3F;
      	border:1px solid #999999;
	padding:10px;
        width:250px;
        float:right;
        text-align:left;
        background: url(../images/bgRightHead.gif);
        background-position: bottom;
        margin-bottom:20px;
	background-color:#3F3F3F;

}


/* These styles create the dropdown menus. */


#navbar {
	top: 1000px;
        padding-left: 0px;
        font-size: 12px;
}

#navbar li {
	list-style: none;
	float: left; 
	padding: 4px;
	padding-left:8px;
}

#navbar li a {
	display: block;
	padding: 3px 8px;
	text-decoration: none; 
	color: #FFFFFF;
	font-weight: normal;
        border-bottom: 4px solid #FFFFFF;
}

#navbar li a:hover {
	color: #FFC300;
	border-bottom: 4px solid #FFC300;
}

#navbar li ul {
	display: none;  
}


