body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #F6F6F6;
}

html.small {
	font-size: 50%;
}

html.medium {
	font-size: 62.5%;
}

html.large {
	font-size: 75%;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}
div#page-container {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: left;
    background-color: #FFF; /* page background color */
    background-image: url(images/site_bg.png);
    background-repeat: repeat-y;
}
div#page-wrapper {
    margin: 0;
    padding: 0;
}
div#page {
    margin: 0;
    padding: 0;
}
div#header-container {
    background-image: url(images/masthead_new.jpg);
    background-color: #CCCCCC; /* header background color */
    background-position: right top;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
}
div#header-wrapper {
    margin: 0;
    padding: 0;
}
div#header {
    margin: 0;
    padding: 0;
}
div#main-menu {
    bottom: 0;
    left: 1px;
    position: absolute;
    width: 958px;
    z-index: 100;
}
div#secondary-menu {
    top: 1px;
    font-size: 12px;
    font-weight: normal;
    right: 1px;
    position: absolute;
    width: auto;
    z-index: 100;
	text-align: right;
}
div#main-container {
    background-image: none;
    background-color: #CFCFCF; /* header background color */
    background-position: left top;
    margin: 0;
    padding: 0;
}
div#main-wrapper {
    margin: 0;
    padding: 0;
}
div#main {
    background-image: none;
    background-color: #CFCFCF; /* header background color */
    background-position: left top;
    margin: 0;
    padding: 0;
}
div#content-container {
    margin: 0;
    padding: 0;
    background-image: none;
    background-color: transparent; /* content-container background color */
    background-position: left top;
}
div#content-wrapper {
    background-image: none;
    background-color: transparent; /* content-wrapper background color */
    background-position: left top;
}
div#content {
    padding: 10px;
}
div#footer-container {
    background-image: none;
    background-color: #CCCCCC; /* header background color */
    background-position: left top;
    margin: 0;
    padding: 0;
}
div#footer-wrapper {
    margin: 0;
    padding: 0;
}
div#footer {
    margin: 0;
    padding: 20px;
}
div#extra-a-container, div#extra-b-container, div#extra-c-container {
    display: none;
}
div#sidebar-a-container {
	background-image: url(images/sidebar_bg.png);
	background-repeat: repeat-x;
	background-color: transparent; /* sidebar-a background color */    
	min-height: 300px;
}
div#sidebar-b-container {
    background-image: url(images/sidebar_bg.png);
    background-color: transparent; /* sidebar-b background color */
    
	min-height: 300px;
    background-repeat: repeat-x;
}

div.footerlinks {
	font-size: 12px;
	width: 100% !important;
}
div#footer-links {
	
}
ul#footer-links  {
    list-style-type: none;

    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 40%;
    padding: 15px 0 0 15px;
}
ul#footer-links li {
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0px 0;
    display: inline;
}
ul#footer-text {
    list-style-type: none;
	
    padding: 15px 15px 0 0;
    margin: 0;
    float: right;
    display: block;
    width: 50%;
}
ul#footer-text li {
    list-style-type: none;
	
    padding: 0;
    margin: 0;
    display: block;
}











a.homelink {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	text-indent: -9999px;
	display: block;
	height: 125px;
	width: 989px;
}




/* Eliminating the left sidebar */
div#sidebar-a-container {
	display: none;
}
div#page-container {
	background-image: none;
}
div#content-wrapper {
	margin-left: 0;
}



/* Eliminating the right sidebar for inner pages */
div#sidebar-b-container {
	display: none;
}
div#content-wrapper {
	margin-right: 0;
}






