html, body
{
border: 0px dotted #333333;
height: 100%; /* need for mozilla */
margin: 0px auto;
padding: 0px;
text-align: center;
background-color: #cccccc;
background-image: url(images/bggradient.jpg);
background-repeat: repeat-x;
background-position: top-left;
background-attachment:fixed;
}

#Container
{
border: 0px dotted #333333;
position: relative;
top: 0;
left: 0;
min-height: 100%;
margin: 0px auto;
text-align:left;
background-image: url(images/bgimage.jpg);  /* Site shell background */
background-repeat: no-repeat;
background-position: top;
background-attachment:fixed;
background-color: #202b40;
width: 980px;  /* Sets width of the site */
}
* html body #Container
{
height: 100%; /* Only IE sees this */
}

#MainHome
{
margin-left: 45px;
margin-top: 136px;
margin-bottom: 0px; 
width: 910px;
text-align: left;
float:left;
}

#NewsHome
{
margin-left:2px;
width: 260px; 
margin-right: 60px; 
font-size:12px; 
font-family: Century Gothic, Verdana, Geneva, sans-serif; line-height: 16px;
color:#7097c3;
float:left;
padding-bottom: 60px;
}

#Main
{
margin-left: 45px;
margin-top: 74px;
margin-bottom: 0px; 
width: 910px;
text-align: left;
float:left;
}

#Logo
{float: left;}

#NavBar
{float: left; margin-left: 11px; margin-top: 51px;}

#QuoteBox
{
position: absolute; 
left: 90px; 
width:200px; 
margin-top: 42px;
font-family: Century Gothic, Verdana, Geneva, sans-serif; font-size: 14px; line-height: 23px; color: #7097c3;
}

#TextArea
{
margin-left: 0px;
margin-top: 86px;
margin-bottom: 22px;
width: 530px;
height: auto;
min-height: 200px;
clear: both;
border: 1px dotted #444444;
background-image: url(images/textbg.jpg);
background-position: top-left;
background-repeat: no-repeat;
background-color: #1e1e1e;
padding-left: 324px;
padding-right: 40px;
padding-top: 32px;
padding-bottom: 40px;
font-family: Century Gothic, Verdana, Geneva, sans-serif; font-size: 13px; line-height: 19px; color: #cccccc;
}


#Footer
{
position: absolute;
bottom: 0px;
margin-left: 0px;
margin-top: 0px;
padding-top: 10px;
width: 1000px;
height: 19px; 
border-top: 0px dotted #b4a579;
text-align: left;
font-family: Lucida Sans Unicode, Lucida Grande, Verdana, sans-serif; font-size: 11px; line-height: 120%; color:#666666; letter-spacing: 0px;
}

#Footer a:link {color:#666666; text-decoration: underline; font-weight: normal;}
#Footer a:visited {color:#666666; text-decoration: underline; font-weight: normal;}
#Footer a:hover {color:#ffffcc; text-decoration:underline; font-weight: normal;}
#Footer a:active{color:#ffffcc; text-decoration:underline; font-weight: normal;}

.footertext { margin-top: 0px; margin-left: 44px; }
.header { font-size: 16px; color: #b04013; line-height: 140%; font-weight: bold;}
.subhead { font-size: 14px; color: #b04013; line-height: 130%; font-weight: bold;}
.white {color:#bbbbbb;}
.size8 {font-size:10px;}

a:link {color:#8ea5d1; text-decoration: underline; font-weight: normal;}
a:visited {color:#8ea5d1; text-decoration: underlin; font-weight:normal;}
a:hover {color: #8d4110; text-decoration:underline; font-weight:normal;}
