@charset "utf-8";

/* Global Styles */
	body {
		margin-left: auto;
		margin-right: auto;
		width: 92%;
		max-width: 960px;
		padding-left: 2.275%;
		padding-right: 2.275%;
		background-color: rgba(255,255,255,1.00); 
		color : rgba(18,17,17,1.00);
	}
	/* Header */
	header {
		text-align: center;
		display: block;
	}
	header .logo-left {
		width: 100px;
		height: 80px;
		cursor: pointer;
		float: left;
		clear: none;
		color: rgba(50,50,50,1.00);
		margin-top: 0px;
	}
	header .logo-right {
		width: 100px;
		height: 80px;
		cursor: pointer;
		clear: none;
		float: right;
		color: rgba(50,50,50,1.00);
		margin-top: 0px;
	}
	header .pageHeader h1 {
		font-family: 'Montserrat', "Lucida Bright", "DejaVu Serif", Georgia, "serif";
		color: rgba(100,0,20,1.00);
		font-size: 40px;
		font-weight: 800;
		line-height: 45px;
		text-align: center;
	}
	header .pageHeader h3 {
		font-family: 'Montserrat', "Lucida Bright", "DejaVu Serif", Georgia, "serif";
		color: rgba(100,0,20,1.00);
		font-size: 15px;
		font-weight: 500;
		line-height: 15px;
		text-align: center;
	}
	header .pageHeader p {
		font-family: sans-serif;
		color: rgba(0,0,0,1.00);
		font-size: 12px;
		font-weight: 300;
		line-height: 13px;
		overflow-y: auto;
	}
	header .titlebar:after {
		text-align: justify;
		display: table;
		margin-top: 0px;
		cursor: pointer;
		height: 80px;
		padding: 1%;
	}
	hr {
		height: 2px;
		background-color: rgba(127,55,19,1.00);
	}
	header .WebNav {
		font-family: 'Montserrat', "Lucida Bright", "DejaVu Serif", Georgia, "serif";
		font-size: 15px;
		cursor: pointer;
		float: left;
 		width: 14%;
  		padding: 1%;
		padding-bottom: 0px;
		color: rgba(50,50,50,1.00);
	}
	header .WebNavBar:after {
		text-align: center;
		display: table;
		margin-top: 10px;
		clear: both;
		cursor: pointer;
		content: "";
  		padding: 1%;
	}
	header .WebNavBar .WebNav img:hover {
		opacity: 0.5;
	}

/* Content sections */ 
	.mainContent {
		font-family: sans-serif;
		color: rgba(0,0,0,1.00);
		overflow-y: auto;		
		display: block;
	}
	.mainContent hr {
		height: 1px;
		padding: 0px;
		background-color: rgba(127,55,19,1.00);
	}
	.moreRelev {
		font-family: monospace;
		font-size: 14px;
		font-weight: 500;
		line-height: inherit;
		padding-left: 4%;
	}
	.mainContent .title {
		font-family: Verdana;
		color: rgba(188,32,46,1.00);
		text-align: left;
		font-variant: small-caps;
		padding-left: 2%;
	}
	.mainContent .subtitle {
		font-family: Verdana;
		color: rgba(188,32,46,1.00);
		text-align: center;
		font-variant: small-caps;
		padding-left: 2%;
	}
	
	.lessRelev {
		color: rgba(188,32,46,1.00);
		font-size: 14px;
		font-weight: 300;
		line-height: inherit;
		padding-left: 4%;
	}
	.sublist{
			padding-left: 10%;
	}

/*Table*/
    .content-table {
		border-collapse: collapse;
		margin: 30px 0;
		font-size: 14px;
		min-width: inherit;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        margin-left: 0;
        margin-right: auto;		
	}
	.content-table thead tr {
		background-color: #5E1916;
		color: #FFFCF0;
		text-align:center;
		font-weight: bold;
	}
    .content-table th,
	.content-table td{
		padding: 12px 15px;
		line-height: inherit;
		text-align: center;
		vertical-align: center;
	}
	.content-table tbody tr{
		border-bottom: 1px solid #dddddd;
		text-align: center;
		vertical-align: center;
	}
	.content-table tbody tr:nth-of-type(odd){
		background-color: #f3f3f3;
	}
	.content-table tbody tr:last-of-type {
		border-bottom: 2px solid #5E1916;
	}
	
	
/* Footer */
	footer .footerLeft {
		font-family: sans-serif;
		font-size: 12px;
		line-height: 12px;
		color: rgba(104,103,103,1.00);
		font-weight: 700;
	}
	footer .footerLeft span {
		color: rgba(181,178,178,1.00);
		font-weight: 400;
	}
	footer .footerRight {
		font-family: sans-serif;
		font-size: 14px;
		line-height: 18px;
		color: rgba(104,103,103,1.00);
		font-weight: 700;
	}
	footer .footerRight span {
		color: rgba(181,178,178,1.00);
		font-weight: 400;
	}


/* Media query for Mobile devices */
@media only screen and (min-width : 285px) and (max-width : 480px) 
{
/* Header */
	header {
		width: 100%;
		float: none;
	}
	header .pageHeader {
		text-align: center;
		margin-top: 0%;
	}
	header .pageHeader p {
		text-align: justify;
	}
	header .pageHeader h1 {
		text-align: center;
	}
	header .pageHeader h3 {
		text-align: center;
	}
	header .WebNavBar {
		text-align: center;
		display: block;
		margin-top: 60px;
		clear: both;
		margin-bottom: 15%;
	}		
	header .WebNav {
		font-size: 10px;
	}	


/* Content sections */
	
/* Footer */
	footer {
		display: block;
		text-align: center;
		font-family: sans-serif;
	}
}


/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) 
{
/* Header */
	header {
		width: 100%;
		float: none;
	}
	header .pageHeader {
		text-align: left;
		margin-top: 0%;
	}		
	header .WebNav {
		font-size: 12px;
	}	


/* Content sections */
	
/* Footer */
	footer .footerLeft {
		float: left;
		margin-left: 3%;
		font-family: sans-serif;
	}
	footer .footerRight {
		float: right;
		margin-right: 3%;
		font-family: sans-serif;
	}
}

/* Media Query for Desktops and laptops  */
@media only screen and (min-width:1025px) 
{
/* Header */
	header .pageHeader {
		text-align: left;
		padding-top: 0%;
	}
/* Content sections */
	
/* Footer */
	footer .footerLeft {
		float: left;
		margin-left: 3%;
		font-family: sans-serif;
	}
	footer .footerRight {
		float: right;
		margin-right: 3%;
		font-family: sans-serif;
	}
}