html, textarea, input, a{color: #C99925; font-family: 'Times New Roman'; font-size: 11pt;}

table, tr, th, td{border-collapse: collapse;}
th{font-weight: bold;}
th, td{padding: 3px; vertical-align: top;}

/*
a:link{color: #4D4D4D;}
a:visited{color: #4D4D4D;}
a:hover{color: #4D4D4D;}
a:active{color: #4D4D4D;}*/

/*gold #DB8D3B*/

ol, ul{margin-left: 20px;}
ol{list-style-type: decimal;}
ul{list-style-type: disc;}
li{margin-bottom: 10px;}


p, a{color: #C99925; font-size: 20pt; font-family: 'Times New Roman', serif; line-height: 200%;}
h1{color: #C99925; font-size: 30pt; font-family: 'Times New Roman', serif;}
em, i, em *, i *{font-style: italic;}
strong, b, strong *, b *{font-weight: bold;}
a{text-decoration: none;}

/*General use classes*/
.p-last{margin-bottom: 0px;}
.italic{font-style: italic;}
.clear{clear: both;}
.centered{text-align: center;}
.hidden{display: none;}
.right{text-align: right;}
.nowrap{white-space:nowrap;}

.container{
	max-width: 900px;
	margin: 30px auto 0px auto;
	box-sizing: border-box;
}

.header{
	text-align: center;
}

.header img{
	max-width: 100%;
}

.main-body{
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px auto;
	border-left-width: 0px;
	min-height: 0;
}

.col-mobile{
	text-align: center;
	display: none;
}

.col-mobile img{
	vertical-align: middle;
}

.col1{
	width: 40%;
	float: left;
	box-sizing: border-box;
	text-align: right;
}

.col2{
	width: 20%;
	float: left;
	box-sizing: border-box;
	text-align: center;
}

.col2 img{
	margin-top: 26px;
}

.col3{
	width: 40%;
	float: left;
	text-align: left;
	box-sizing: border-box;
}


@media (max-width: 700px) {
	
	.container{margin-top: 10px; padding: 5px;}
	.col-mobile{display: block;}
	.col1{
		width: 45%;
		display: none;
	}

	.col2{
		width: 10%;
		display: none;
	}

	.col3{
		width: 45%;
		display: none;
	}
	
	
}
