.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
}
.content3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 20px;
	font-weight: bold;
}
.content4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}
.content5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
    padding-left: 20px;
	padding-right: 20px;
}
.content6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}
.content7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}	
.content8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 5px;
}

.maincontent {
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003399;
}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}
.header4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}
.header6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}
.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding-left: 10px;
	font-weight: bold;
}
.header5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.header6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	padding-left: 5px;
}

.header7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003399;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(/scm/images/blockdefault.jpg) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: yellow;
background: transparent url(/scm/images/blockactive-yellow.jpg) center center repeat-x;
}

.solidblockmenuleft {
list-style: none;
margin: 0;
padding: 0;
float: left;
font: bold 10px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(/scm/images/blockdefault.jpg) center center repeat-x;
}

.solidblockmenuleft li{
}

.solidblockmenuleft li a{
float: left;
color: white;
padding: 6px 2px;
text-decoration: none;
}

.solidblockmenuleft li a:visited{
color: white;
}

.solidblockmenuleft li a:hover, .solidblockmenuleft li .current{
color: black;
background: transparent url(/scm/images/blockactive-yellow.jpg) center center repeat-x;
}

.slidetabsmenu{
float:left;
width:100%;
font-size: 12px;
line-height:normal;
border-bottom: 1px solid gray;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

.slidetabsmenu a{
float:left;
background:url(scm/stylesheets/media/slide-left.gif) no-repeat left top;
margin:0;
margin-right: 5px;
padding:0 0 0 9px;
text-decoration:none;
}

.slidetabsmenu a span {
float:left;
display:block;
background:url(scm/stylesheets/media/slide-right.gif) no-repeat right top;
padding:2px 13px 2px 4px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
color: black;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background-position:0% -125px;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background-position:100% -125px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background-color: #eaeaea;
}

H1, H2, H3, H4, H5 { color: red; font-weight: 700}    /* bold */  


 
P { line-height: 100% }
UL LI { font-size: 90% }
.red { color: red }
.green { color: green }
.blue { color: blue }
#big { font-size: 120% }
#upper { text-transform: uppercase } 
A:link { color: blue }       /* unvisited link */
A:hover { color: red }
A:visited { color: purple }   /* visited links */
A:hover { color: red }
A:active { color: red }    /* active links */
A.nav:link { color: #FFFFFF ; font-weight: 700 }
A.nav:hover { color: #00FF00; font-weight: 700 }
A.nav:visited { color: #b78fb7; font-weight: 700 }
A.nav:hover { color: #00FF00; font-weight: 700 }
A.nav:active { color: red; font-weight: 700 }
A.head:link { color: #FFFFFF ; font-weight: 700; decorate: none }
A.head:hover { color: #988d52; font-weight: 700 }
A.head:visited { color: #b78fb7; font-weight: 700 }
A.head:hover { color: #988d52; font-weight: 700 }
A.head:active { color: red; font-weight: 700 }