﻿body {
	  font-family:"source-sans-pro", sans-serif;
	  font-size:1rem;
	  font-weight:lighter;
	  margin:0px;
	}
	
	
	
	#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:100;
		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;
	}	

	.simpleTable {
		padding:5px;
		font-size:1.15rem;
	}

	.fancyTable {
		padding:5px;
		font-size:1.15rem;
		border:thin solid #d4d1cd;

	}

	.fancyTable tr:nth-child(even) {
		background:#d4d1cd;
	
	}
		
	.outlineTable {
		padding:5px;
		border:thin solid #d4d1cd;
		font-size:1.15rem;

	}

	.outlineTable tr  {
		border:thin solid #d4d1cd;
	}

	

	.underlineLink {
		text-decoration:underline!important;

	}

	.btn-flow {
		cursor: pointer;
		border-radius: 2px;
    		color: #fff;
    		padding: 7px 18px 9px;
    		min-width: 100px;
		background-color: #36c4d6;
		text-decoration:none;
	}

	.btn-flow--alt {
		box-shadow: 0 -2px 0 0 #186cbf inset;
		cursor: pointer;
		border-radius: 2px;
    		color: #fff;
    		padding: 7px 18px 9px;
    		min-width: 100px;
		background-color: #2b92f7;
		text-decoration:none;

	}




