.fullscreen {
	
	width: 800;
	
}
.textsection {
	height: 100%;
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	
}
.admintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}
.admin-bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: B27EAF;
	height: 17px;
}
.admin-body {
	font-family: Gill Sans MT, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.admin-body-small {
	font-family: Gill Sans MT, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
td.copyright {
	height: 1px;
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-right: 4px;
	padding-bottom: 4px;

}
a.copyright:link  { text-decoration: none; color: #FFFFFF; font-family: Gill Sans MT, Arial, Helvetica, sans-serif; font-size: 11px } 
a.copyright:hover  { text-decoration: none; color: #970F00; font-family: Gill Sans MT, Arial, Helvetica, sans-serif; font-size: 11px } 
a.copyright:visited { text-decoration: none; color: #FFFFFF; font-family: Gill Sans MT, Arial, Helvetica, sans-serif; font-size: 11px } 
a.copyright:visited:hover { text-decoration: none; color: #970F00; font-family: Gill Sans MT, Arial, Helvetica, sans-serif; font-size: 11px } 

.twoColElsLt #sidebar1 {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsLt #container { 
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsLt #mainContent {
 	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 