@charset "UTF-8";
/* CSS Document */
body {
	font-size: 100%;
	text-align: center;
	font-family: helvetica;
	color: #666;
	background-color:white;
	margin-top: 1px;
}
body,td,th {
	font-family: Helvetica, sans-serif, Copperplate Bold;
}
#container {
	max-width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
 #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header img {
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0;
	}
#mainContent {
	height: 600px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 0;
}
#footer {
	font-size: 150%;
	margin-top: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #339;
}
a:active {
	color:#000;
	text-decoration: none;
}
a {
	font-family:Helvetica, sans-serif, Copperplate Bold;
}
#back {
	padding: 30px 180px 0 0;
	text-align: right;
}
#about {
	width: auto;
	margin: 0;
	padding: 40px 80px 80px 80px;
}
#about2 {
	font-size: 150%;
	text-align: left;
}
#about3 p {
	text-align: justify;
	padding: 20px 20px;
	line-height: 1.8;
	
}
#pic {
	text-align: center;
}
#pic img {
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0;
	}
#pj1 {
	margin: 0 auto;
}
#pj1 img {
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0;
}
#pj2 img {
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0;
}
.caption {
	font-size: 150%;
	font-weight: 700;
	padding: 0 40px;
	margin-bottom: 0;
}
.sub-caption {
	font-size: 130%;
	font-weight: 400;
	padding: 0 40px;
	margin-top: 5px;
}
#rgmc {
	font-size: 150%;
	padding-bottom: 39px;
}
#video {
	padding-bottom: 20px;
}
@media (min-width:320px){
	#about {
	width: auto;
	margin: 0;
	padding: 40px 0px 1px 0px;
	}
}

@media (min-width: 560px) {
	#about {
	width: auto;
	margin: 0;
	padding: 40px 40px 1px 40px;
}
}
@media (min-width: 991px) {
	
	#about {
	width: auto;
	margin: 0;
	padding: 40px 100px 20px 100px;
}
}	

