/* PC CSS Style Sheet */

/* Define every page background color */

body {
	background-color: #cfd458;
    top: 0px;
    left: 0px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

/* Define main content text */
p.main {
	text-align: left;
	color: #503827;
	font-family: helvetica;
	font-size: 9pt;
	text-decoration: none;
}

/* Define main content text with samll tab */
p.maintab {
	text-align: left;
	color: #503827;
	font-family: helvetica;
	font-size: 9pt;
	text-decoration: none;
    margin-left: .1in;
}

/* Define main content text bold */
p.mainbold {
	text-align: left;
	color: #503827;
	font-family: helvetica;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
}

/* Define main content text in left side of 2 column content */
p.mainleft {
	text-align: left;
	color: #503827;
	font-family: helvetica;
	font-size: 9pt;
	text-decoration: none;
    margin-right: .8in;
}

/* Define main content text tabbed 1 time in left side of 2 column content */
p.mainlefttab {
	text-align: left;
	color: #503827;
	font-family: helvetica;
	font-size: 9pt;
	text-decoration: none;
    margin-left: .3in;
}

/* Define main content text in left side of 2 column content */
p.mainleftbold {
	text-align: left;
	color: #503827;
	font-family: helvetica;
	font-size: 9pt;
	text-decoration: none;
    font-weight: bold;
    margin-right: .8in;
}

/* Define main content text in right side of 2 column content */
p.mainright {
	text-align: left;
	color: #cfd458;
	font-family: helvetica;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
}

/* Define main content text in right side of 2 column content, green, larger font */
p.mainrightplus {
	text-align: left;
	color: #cfd458;
	font-family: helvetica;
	font-size: 10pt;
    font-weight: bold;
	text-decoration: none;
}

/* Define main content text in right side of 2 column content tabbed over */
p.mainrighttab {
	text-align: left;
	color: #cfd458;
	font-family: helvetica;
	font-size: 9pt;
    margin-left: .3in;
	text-decoration: none;
}

/* Define text & link styles in content links*/
a.contentlink,
a.contentlink:link,
a.contentlink:visited,
a.contentlink:active,
a.contentlink:hover,
a.contentlinkgrn:hover,
a.sitemaplink:link,
a.sitemaplink:visited,
a.sitemaplink:active {
	color: #503827;
}

/* Define text & link styles in right sidebar green content links*/
a.contentlinkgrn,
a.contentlinkgrn:link,
a.contentlinkgrn:visited,
a.contentlinkgrn:active {
	color: #cfd458;
}

/* Define text & link styles in content links*/

a.sitemaplink {
	color: #503827;
    font-weight: bold;
    text-align: left;
	color: #503827;
	font-family: helvetica;
	font-size: 9pt;
    margin-right: .8in;
}

a.sitemaplink:hover {
	color: #503827;
    font-weight: bold;
    font-size: 9pt;
}

/* Define text styles in copyright blurb */

p.copyright {
	text-align: center;
	color: #ffffff;
	font-family: helvetica;
	font-size: 8pt;
	text-decoration: none;
}

/* Define text & link styles in copyright blurb links*/

a.copyrightlink,
a.copyrightlink:link,
a.copyrightlink:visited,
a.copyrightlink:active,
a.copyrightlink:hover {
	color: #FFFFFF;
}
