﻿html, body {
    box-sizing: border-box;
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    margin: 0px;
    color: #131313;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
}


	a:link {
		text-decoration: none;
		color: #0088cc;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	#CenterColumn {
	  margin: auto;
	  padding-right: 20px;
	  padding-left: 20px;
	  max-width: 1170px;
	  min-height: 402px;
	  background: white url('-/media/Default Website/cover.ashx') no-repeat;
	  background-size: 1170px 402px;
	  text-align: left;
	}	
	
	#InnerCenter {
		margin: auto;	
		position:relative;
		width:1150px;
		height:700px;
	}	
	
	#Header {
		height:402px;
	}	
	
	#Footer {
		width:100%;
		clear:both; 
		padding-top:2px;
	}	
	
	#LeftContent {
        width:750px;
	    text-align: justify;
	}
	
	#scLogo {
		margin-top:20px;
	}
	
	.contentTitle {
		margin-top: 50px;
		font-weight:400;
		font-size: 36px;
	}
	
	.divider {
		background-color: #DCDCDC;
		border: 0 none;
		clear: both;
		display: block;
		height: 1px;
		float:none;
		margin: 50px auto;
		width: 100%;
	}
	
	.contentDescription{
		padding-right:20px;
		line-height: 22px;
	}	

li {
  margin-top:10px;
}

td {
  vertical-align:top;
}

p.sc-Subheading,p.sc-SubHeading {
  font-size:x-large;
  font-weight:bold;
}

p.sc-Subheading2,p.sc-SubHeading2 {
  font-size:large;
  font-weight:bold;
}

p,p.sc-BodyText {
  margin:10px 0 0 0;
}

p.sc-BodyTextRight,p.sc-BodyTextNSRight {
  text-align:right;
}

p.sc-BodyTextCentered,p.sc-BodyTextNSCentered  {
  text-align:center;
}
p.sc-BodyTextIndented,p.sc-BodyTextNSIndented {
  margin-left: 20px;
}

p.sc-BodyTextNS, p.sc-BodyTextNSRight, p.sc-BodyTextNSCentered, p.sc-BodyTextNSIndented {
  margin-top:0;
  padding-top:0;
 }

p.sc-List-1 {
  text-indent: -1em;
  margin-left: 1em;
}

p.sc-List-2 {
  text-indent: -1em;
  margin-left: 2em;
}

p.sc-List-3 {
  text-indent: -1em;
  margin-left: 3em;
}

p.sc-Note {
  font-style:italic;
}

li.sc-ListAlpha {
	list-style-type: upper-alpha;
}

.sc-listalpha ol li {
	list-style-type: decimal !important;
}

.sc-listalpha ol ol li {
	list-style-type: lower-alpha !important;
}

ol, ol ol ol ol  {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}