﻿body
{
	/*same size as main to give exact same size on editing*/
	font-size: 76%;
}
a:link {
	color:#333333;
}
a:hover {
	color:#3399CC;
	text-decoration:none;
}

/*CSS linkProgress used for style of interim SCPR menu box */

.linkProgress
{
    color: #4478a6;
    background-color: #a9a9a9
}


.linkProgress a
{
    color: #ffffff;
    text-decoration: none
}


.linkProgress a:hover
{
    color: #ffffff;
    text-decoration: underline
}

.linkProgress h4
{
    color: #ffffff
}

.linkProgress h3
{
    color: #ffffff
}

.linkProgress h2
{
    color: #ffffff
}

h1, h2, h3, h4, h5, h6 {
	color:#f7a11a;
	text-align:left;
	padding:10px 0px 0px 0px;
	margin:0px;
}
h1
{
    font-size: 1.8em;
}
h2
{
    font-size: 1.6em;
}
h3
{
    font-size: 1.4em;
    margin-bottom:3px;
}
h4
{
    font-size: 1.2em;
    margin-bottom:3px;
}
h5
{
    font-size: 1em;
    margin-bottom:3px;
}


/*Main Body CSS*/
.homePageContent h1 {
 color: #FFFFFF;
 text-transform: uppercase;
 margin: 0px;
 padding: 0px;
 font: bold 1.8em Verdana, Arial, Helvetica, sans-serif;
}
.homePageContent h2 {
 font-size: 1.6em;
 margin: 0px;
 padding: 0px;
}
.homePageContent h3 {
 font-size: 1.4em;
 color: #0066FF;
 letter-spacing: 0.15em;
 text-transform: uppercase;
 margin: 0px;
 padding: 0px;
 border-bottom: 1px solid #B8B8FF;
}
.homePageContent .rightPanel {
 padding: 20px;
 text-align: justify;
 border-left: 10px solid #FFFFFF;
}
.homePageContent .rightPanel .subhead {
 font-weight: bold;
 color: #FFFFFF;
 font-size: 1.25em;
 margin: 0px;
 padding: 0px;
 font-style: italic;
}
.homePageContent .rightPanel a {
 color: #000000;
 text-decoration: underline;
}
.homePageContent .rightPanel a:hover {
 color: #000000;
 background: #CCCCCC;
 text-decoration: none;
}
.homePageContent .topLeft {
 line-height: 1.65em;
 padding: 20px 15px 15px;
 text-align: justify;
 font-size: 1.1em;
 border-bottom: 2px solid #0066FF;
 border-left: 2px solid #0066FF;
}
.homePageContent .topLeft .subhead {
 font-size: 1.15em;
 font-style: italic;
 color: #666666;
 text-align: left;
 margin: 0px;
 padding: 0px;
 font-weight: bold;
}
.homePageContent .topLeft a {
 color: #333333;
 text-decoration: underline;
}
.homePageContent .topLeft a:hover {
 color: #000000;
}
.homePageContent .bottomLeft {
 padding: 10px;
 color: #333333;
 border-right: 2px solid #0066FF;
 margin-right: 10px;
}
.homePageContent .bottomLeft .subhead {
 font-size: 1.25em;
 font-style: italic;
 font-weight: bold;
 margin: 0px;
 padding: 0px 0px 5px;
 color: #9999FF;
}
.homePageContent .bottomLeft a {
 color: #000000;
 text-decoration: underline;
}
.homePageContent .bottomLeft a:hover {
 color: #333333;
}
.homePageContent .bottomLeft p {
 margin: 0px;
 padding: 3px 0px 0px;
}