body  {	background: #666666;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #333333;	background-color: #E9E9E9;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 8pt;	line-height: 20pt;}#container {	width: 778px;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 1px solid #CACACA;	text-align: left; /* this overrides the text-align: center on the body element. */	background-color: #ffffff;} #header {	background-color: #FFFFFF;	padding: 0;} #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}#sidebar1 {	float: left; /* since this element is floated, a width must be given */	width: 200px;	background-color: #FFFFFF;	height: 350px;	margin: 0px;	padding-top: 20px;	padding-right: 30px;	padding-bottom: 20px;	padding-left: 10px;}#mainContent {	padding-top: 20px;	padding-right: 10px;	padding-bottom: 20px;	padding-left: 10px;	border-top-width: 1px;	border-top-style: none;	border-top-color: #cacaca;	margin: 0px;} #footer { 	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#DDDDDD; } #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */}.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	height: 20px;	padding-top: 3px;	padding-right: 3px;	padding-bottom: 3px;	padding-left: 10px;	margin: 3px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	height: 50px;	margin: 3px;	padding-top: 3px;	padding-right: 10px;	padding-bottom: 10px;	padding-left: 3px;}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}body,td,th {	color: #333333;	z-index: 2;}#navbar {	background-color: #2476A2;}h1,h2,h3,h4,h5,h6 {	font-weight: bold;}h1 {	font-size: 11px;	color: #660033;	font-weight: bold;	text-transform: uppercase;	line-height: normal;}h2 {	font-size: 11px;	color: #2476A2;}a:link {	color: #0094DE;	text-decoration: none;}a:visited {	text-decoration: none;	color: #007BB7;}a:hover {	text-decoration: none;	font-weight: normal;	color: #3EC0FF;}a:active {	text-decoration: none;	color: #0094DE;}.style2 {	color: #666666;	font-size: 7pt;}topright {	font-family: verdana, arial, helvetical;	font-size: 8pt;	font-style: normal;	font-weight: bold;	color: #999999;	margin: 3px;	padding: 3px;}#Nav bar {}.style4 {	color: #333333;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 8pt;	font-style: normal;	line-height: 20px;	text-decoration: none;}.style5 {float: right; height: 20px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 10px; margin: 3px; color: #999999; }#clearall {	clear: both;}/* Calendar styles *//* the div that holds the date picker calendar */.dpDiv {	}/* the table (within the div) that holds the date picker calendar */.dpTable {	font-family: Tahoma, Arial, Helvetica, sans-serif;	font-size: 12px;	text-align: center;	color: #505050;	background-color: #ece9d8;	border: 1px solid #AAAAAA;	}/* a table row that holds date numbers (either blank or 1-31) */.dpTR {	}/* the top table row that holds the month, year, and forward/backward buttons */.dpTitleTR {	}/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */.dpDayTR {	}/* the bottom table row, that has the "This Month" and "Close" buttons */.dpTodayButtonTR {	}/* a table cell that holds a date number (either blank or 1-31) */.dpTD {	border: 1px solid #ece9d8;	}/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */.dpDayHighlightTD {	background-color: #CCCCCC;	border: 1px solid #AAAAAA;	}/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */.dpTDHover {	background-color: #aca998;	border: 1px solid #888888;	cursor: pointer;	color: red;	}/* the table cell that holds the name of the month and the year */.dpTitleTD {	}/* a table cell that holds one of the forward/backward buttons */.dpButtonTD {	}/* the table cell that holds the "This Month" or "Close" button at the bottom */.dpTodayButtonTD {	}/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */.dpDayTD {	background-color: #CCCCCC;	border: 1px solid #AAAAAA;	color: white;	}/* additional style information for the text that indicates the month and year */.dpTitleText {	font-size: 12px;	color: gray;	font-weight: bold;	}/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ .dpDayHighlight {	color: 4060ff;	font-weight: bold;	}/* the forward/backward buttons at the top */.dpButton {	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	font-size: 10px;	color: gray;	background: #d8e8ff;	font-weight: bold;	padding: 0px;	}/* the "This Month" and "Close" buttons at the bottom */.dpTodayButton {	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	font-size: 10px;	color: gray;	background: #d8e8ff;	font-weight: bold;	}
