@charset "utf-8";
/* Global Styles */


body {
background-color: #000000;
height:100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pagecentered {
background-color: #CEE0A4;
position:relative;
width: 950px;
top: 6px;
margin-left: auto;
margin-right: auto;
height: 700px;
}
#container {
position:relative;
width: 930px;
top: 10px;
margin-left: 10px;
margin-right: 10px;
background-color: #FFFFFF;
}
#header {
background-image: url(../images/logos/logo930x140.png);
background-repeat:no-repeat;
position:absolute;
top: 0px;
width: 930px;
height: 145px;
}

#logo a {
  position: absolute;
  height: 40px;
  width: 500px;
  top: 60px; 
  text-decoration: none;
  }
#logo a i {
visibility: hidden;
}
a#home {
left: 10px;
}
#topfeaturedcontent {
position:absolute;
top: 9px;
right: 20px;
width: 360px;
text-align: right;
}
.topnavl{
text-align: center;
}
.topnavl a {
color: #000000;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}
#pagecontent
{position: absolute;
background-color: #FFFFFF;
top: 145px;
width: 930px;
height: 600px;
}
#pagecontent a {
color: #8E8E8E;
text-decoration: none;
}
#pagebottom {
background-color: #FFFFFF;
position: absolute;
width: 930px;
top: 990px;
margin-left: auto;
margin-right: auto;
height: 80px;
}
#pagebottom a {
color: #8E8E8E;
font-size: 9px;
font-weight: bold;
text-decoration: none;
}
H1 { color: #81A43E; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 32px; line-height: 8px; font-weight: bold;}
H2 { color: #CCCCCC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; }
H3 { color: #BCBCBC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;}
p { color: #62635F; font-family: Times New Roman, Times, serif; font-size: 20px; line-height: 24px; }
.topquote { color: #999999; line-height:19px; font-family: Times New Roman, Times, serif; font-size: 10px; font-style: italic; font-weight: normal; }
.quote { color: #333333; line-height:22px; font-family: Times New Roman, Times, serif; font-size: 11px; font-style: italic; font-weight: normal; }

#footer
{position:relative;
top: 10px;
width: 930px;
margin-left: auto;
margin-right: auto;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
font-weight: bold;
color:#62635F;
text-align:center;
height: 40px;
line-height: 40px;
}

