body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #fff;
}

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 */
}
div#page-wrapper {
    margin: 0;
    padding: 0;
}
div#page {
    margin: 0;
    padding: 0;
}
div#header-container {
    background-image: none;
    background-color: #ffffff; /* header background color */
    background-position: left top;
    margin: 0;
    padding: 0;
	position:fixed;
}
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;
  margin-top:280px;
    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: 0px;
}
div#footer-container {
    background-image: none;
    background-color: #ffffff; /* header background color */
    background-position: left top;
    margin: 0;
    padding: 0;
}
div#footer-wrapper {
    margin: 0;
    padding: 0;
}
div#footer {
    margin: 0;
    padding: 0px;
}
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: none;
    background-color: transparent; /* sidebar-b background color */
    
	min-height: 300px;
}


a,
a:link,
a:active,
a:visited {	
	text-decoration: none;
	color: #6278A4;
	color: #203F7D;
}
	
a:hover {
	text-decoration: underline;
	color: #617b9d;
}

div#content a {
	text-decoration: underline;
}

ul, ol {
	padding-left: 40px;
	padding-bottom: 20px;
}

ul ul,
ol ol {
	padding-left: 30px;
	padding-bottom: 10px;
}

ul {
	list-style: disc outside none;
}
	
ol {
	list-style: decimal outside none
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

u {
	text-decoration: underline;
}

del, strike {
	text-decoration: line-through;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

address {
	font-style: italic;	
}

pre {
	font-family: monospace;
}
