@charset "utf-8";

/* Print Environment CSS  style sheet */


body {
	color:#000000;
	background-color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/*html selectors */

hl,h2,h3,h4,h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-transform:capitalize;
	color:#000000;
}

	
/* container selectors */
#container {
	width: 7.5in;
	margin: 20px auto 0 auto;
}

#container #header {
	background-color: #ffffff;
	background-image: url(../images/grptypelogo-s.png);
	background-repeat: no-repeat;
	height: 127px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#container #header #name {
	text-align:center;
	padding:10px 0 0 35px;
}

#container #header #name img{
	margin:5px 0 0 40px;
	border:none;
}

#date {
	display:none;
}

#date #text-only {
	display:none;
}

#date #text-only a {
	display:none;
}

/* container selectors end here*/


/* side nav bar starts here */

#container #container2 #sidenav {
	display:none;
}

/*side nav ends*/


/* content starts here */
#container2 #content {
	background-color: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	padding: 20px 0 0 10px;
	width: 6.5in;
}

/*content ends here*/


/*right bar starts*/

#container #container2 #right-bar {
	display:none;	
}

/*right bar ends*/

/*footer starts*/

#container #footer {
	display:none;
}

#container #footer p {
	clear:both;
	font-size:x-small;
	padding:15px 0;
	color:#ffffff; 
	text-align:center;
}


/*footer ends*/

/*contact info starts*/
#contact {
	width: 7.5in;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	font-size: small;
}

#contact p {
	display:none;
	color:#ffffff;	
}

/*contact info ends*/