@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
}
body {
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  11pt;
}
.page #mainContent {
	margin: 0 255px 0 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0; /* padding here creates white space "inside the box." */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  11pt;
}} 
.page #mainContent2 {
	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0; /* padding here creates white space "inside the box." */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  11pt;
}}
div#ncsuheader {
	display: none;
}
.page #sidebar1 {
	display: none;
}
.page #COEfooter {
	display: none;
}
.noshow {
	display: none;
}
