<!------------------------------------------>
<!-- Developed by JRS Corporation - Canada -->
<!-- CopyRight: TaskMaster 2019-2020 -->
<!-- All rights reserved -->
<!-- Project: TaskMaster website -->
<!-- Version: 1 -->
<!-- Date: 2019-12-01 -->
<!-- Coded for: TaskMaster -->
<!------------------------------------------>


/* required to avoid errors in older browsers */
header, section, footer, aside, nav, main, article, figure {
    display: block;
}

/* next class is for spam protection */
.cProtection {
	visibility: hidden;
	border:none;
	margin:0;
	display: none;
}

/* settings for the whole page */
body {
/*	background-color: #F8F8F8; */
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size:16;
	background-size: 100%;
	margin: 0px;
	padding: 0px;
}

/* settings for the page header */
#Header {
   top: 0px;
   margin-left: auto;
   margin-right: auto;
   width: auto;
   text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 10px;
   }

#TitleLeft {
   display: inline-block;
   font-size: 48px;
   font-weight: bold;
   color: red;
}

#TitleRight {
   display: inline-block;
   font-size: 48px;
   font-weight: bold;
   color: blue;
}


#PageContent {
	position: relative;
   width: 900px;
   min-width: 400px;
   margin-left: auto;
   margin-right: auto;
	min-height: 300px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#ContentTitle {
   text-align: center;
}

#ContentText {
/*	float: left; */
	top: 0px;
   margin-left: 30px;
   margin-right: 30px;
   padding: 20px;
   text-align: justify;
}

#ContentImage {
	float: right;
	top: 0px;
	margin: 20px;
}



.cColumnsBlock{
   display: block;
   position: static;
/*   width: 90%; */
   width: 800px;
   margin-left: auto;
   margin-right: auto;

}

.cColumnLeft {
   display: inline-block;
	position: relative;
   vertical-align: top;
   width: 70%;
	float: left;
   top: 0;
   padding: 10px;
/*   border: 3px solid #C0C0C0; */
}

.cColumnRight {
   display: inline-block;
	position: relative;
   width: 20%;
   vertical-align: top;
	float: right;
   left: 10px;
   top: 0;
}

.cAfterSection {
   clear: both;
}

.cAfterColumn {
   padding: 20px;
}

