body { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #666666; margin: 0px; padding: 0px; background: #F6F3F7; }

#mainContainer { width: 960px; padding: 0px; margin: auto; min-width: 1000px; }

#bannerContainer { width: 960px; height: 100px; text-align: center; padding-top: 5px; background:  url(../images/content_background.gif) repeat-y #FFFFFF; }

#navContainer { width: 960px; height: 38px; background:  url(../images/nav_background.gif) repeat-y #F2F2F2; text-align: center; }
#navContainer ul { margin: 0px 0px 0px 0px; padding: 11px 8px 8px 8px; }
#navContainer ul li { list-style: none; margin: 0px 0px 0px 0px; display: inline; }
#navContainer ul li a { color: #333333; font-size: 14px; font-weight: bold; background: #F2F2F2; text-decoration: none; padding: 4px 15px 4px 15px; }
#navContainer ul li a:hover { background: #CCCCCC; }

#contentContainer { width: 900px; margin: 0px; padding: 20px 30px 20px 30px; background:  url(../images/content_background.gif) repeat-y #FFFFFF; }
#contentText { float: left; width: 440px; padding-right: 10px; }

#footerContainer { width: 960px; height: 93px; padding: 17px 0px 0px 0px; text-align: center; font-weight: bold; color: #333333; background:  url(../images/footer_background.gif) no-repeat; }
#footerContainer a:link { color: #333333; }
#footerContainer a:visited { color: #333333; }
#footerContainer a:hover { color: #E49101; }
#footerContainer a:active { color: #E49101; }

h1 { font-size: 18px; font-weight: bold; background-color: inherit; }
h2 { font-size: 14px; font-weight: bold; background-color: inherit; }

#indexLeft { float: left; width: 700px; }
#indexRight { float: left; width: 200px; text-align: center; color: #333333; font-weight: bold; }
#indexRight a:link { color: #333333; }
#indexRight a:visited { color: #333333; }
#indexRight a:hover { color: #E49101; }
#indexRight a:active { color: #E49101; }
#indexTextLeft { float: left; width: 440px; padding: 0px 10px 0px 0px; }
#indexTextRight { float: left; width: 440px; padding: 0px 0px 0px 10px; }
#indexLogos { width: 100%; padding: 20px 0px 0px 0px; text-alilgn: center; }
#indexLogos img { padding: 0px 10px 0px 10px; }

a:link, a:visited { text-decoration: none; background-color: inherit; }
a:active, a:hover { color: #E49101; background-color: inherit; }

.clear { clear:both; }
