@charset "UTF-8";
body { margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ color: #963; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 20px; background-image: url(Images/BodyBkrd.jpg); }
p { margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; }
.home h2 { font-size: 22px; font-weight: 100; color: #663300; }
.pBold { font-weight: bold; }
.pBoldGold { font-weight: bold; color: #CC9933; }
.goldText { color: #CC9933; }
.home #container { width: 810px; margin: 30px auto 500px auto; text-align: left; /* this overrides the text-align: center on the body element. */ position: relative; background-image: url(Images/ContainerBkgrd.jpg); }
.home #header { background-image: url(Images/Header.jpg); height: 106px; }
.home #header h1 { margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */ padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ }
.home #sidebar2 { float: right; /* since this element is floated, a width must be given */ width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 0; position: relative; display: inline; margin: 20px 0 0 0; }
#sidebar2 img { margin-bottom: 20px; }
.home #mainContent { margin: 20px 200px 20px 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */ padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */ width: 365px; position: relative; }
.home #mainContentFAT { margin: 20px 20px 20px 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */ padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */ width: 560px; position: relative; }
.home #mainContent a { font-weight: normal; color: #CC9933; text-decoration: underline; }
.home #mainContentFAT a { font-weight: normal; color: #CC9933; text-decoration: underline; }
.home  #mainContent  a:hover  { font-weight: lighter; color: #663300; text-decoration: none; }
.home #mainContentFAT a:hover { font-weight: lighter; color: #663300; text-decoration: none; }
#footer  { height: 40px; position: relative; width: 800px; background-image: url(Images/FooterArt.jpg); vertical-align: bottom; background-repeat: no-repeat; padding-top: 5px; text-align: right; }
.footertxt { font-size: 12px; color: #99CCFF; text-decoration: none; margin-top: 5px; margin-right: 40px; }
#footer  a:link { color: #99CCFF; text-decoration: none; text-align: right; }
#footer a:visited { color: #99CCFF; text-decoration: none; }
#footer a:hover { color: #FFFFFF; }
.footertxt-dk { color: #6699CC; }
#footer ul { position: relative; margin: 0; right: 40px; bottom: 20px; }
#footer li  { list-style-type: none; float: right; margin: 0 10px 0 110px; display: inline; }
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; }
.fltlft { /* this class can be used to float an element left in your page */ float: left; margin-right: 8px; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */ clear:both; height:0; font-size: 1px; line-height: 0px; }
.home #sidebar1 { float: left; /* since this element is floated, a width must be given */ width: 192px; background-image: url(Images/SidebarImage.jpg); background-repeat: no-repeat; position: relative; display: inline; margin: 0; }
#sidebar1 ul { background-image: url(Images/SidebarNavBkrd.jpg); position: relative; background-position: right; margin: 75px 0 0 0; padding-bottom: 10px; padding-top: 10px; }
#sidebar1  li  { list-style-type: none; list-style-position: inside; font-size: 12px; color: #FFF; text-decoration: none; text-align: left; line-height: 20px; margin: 5px 0; text-indent: -20px; }
#sidebar1 a { color: #FFF; text-decoration: none; }
#sidebar1 a:hover { color: #FC3; text-decoration: none; font-weight: bold; }
#sidebar1 img { margin: 10px 0 10px 15px; }

