@charset "UTF-8";
#container  {
	width: 90%;
	min-width: 100px;
}
/* CSS Document */
#mainContent {
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#header {
	height: 65px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#header h1 {
	display: block;
}

.noPrint, #sidebarRight, #mainNav, #breadCrumb , #mainNav_footer , #topNav{
	display: none;
}
#copyRight {
	text-align: left;
}

body {
	font-size: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
