﻿/* Master page Style Sheet */

body
{
	/*background-color: #FFFFFF;
	font: 13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #333333;
	text-align: center;
	margin: 0px auto; */

	background-color: #E6E6DC;
	font: 13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #333333;
	margin: 0px auto;
}

#printfriendlySCClogo  /* only appears in Step5 */
{
    display: none;
}

#linkControl
{
    display: block;
}

#divConcept 
{
    width: 700px;
}

#normalviewcommand
{
    display: block;
}

#printviewcommand
{
    display: none;
}

.wrap 
{
    position: relative;
    width: 1005px;
	text-align: left;
	margin: 0px auto;
	padding: 15px 10px 0px 10px;
    background-color: #FFFFFF;
}

.footer
{	
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    text-align: center;
}

.footer h1
{
    text-align: center;
    font-size: 5px;
	color: #FFFFFF;
	top: 0px;
	font-weight: normal;
}

.round 
{
    position: relative;
    width: 1000px;
	margin: 0px auto;
	top: -20px;
    background-color: #CCCCCC;
}

a:link 
{
	text-decoration: none;
	color: #333333;
}
a:visited 
{
	text-decoration: none;
	color: #333333;
}
a:hover 
{
	text-decoration: none;
	color: #666666;
}
a:active 
{
	text-decoration: none;
	color: #666666;
}

img 
{
    border-width: 0px;
}
