@charset "utf-8";
body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(images/background.jpg) repeat-x top center;/*e4f8fe;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

table, tr, td {
	margin:0;
	padding:0;
	}
#mainContent td,#mainContent th  {
	background-color:#d8e0f3;
	margin:1px;
	font-size:small;
	}
#mainContent th  {
	background-color:#d8e0f3;
	color:#533f81;
	font-weight:bold;
	margin:1px;
	}
body img{
	border:0;
}
#mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(images/CommonSense2_11.jpg) top center no-repeat;
	vertical-align:top;
}
#edlog {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #bec5dd url(images/CommonSense2_10.jpg) repeat-y left top;
	vertical-align:top;
}
#mainContent h1,h2,a,a:hover {
	color:#533f81;
}
a {
	text-decoration:none;
	border-bottom:solid 1px;
	margin:0;
	padding:0;
	}
input, textarea {
	border:thin solid #533f81;
	color:#533f81;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	}
input.button {
	background-color:#533f81;
	color:#FFCCFF;
	}
label {
	color:#533f81;
	font-size:small;
	font-weight:bold;
	}
#mainContent h3,h4,h5,h6 {
	color:#838595;
}
img a {
border:none;
}
#footer {
	width:1004px;
	height:42px;
	background: url(images/CommonSense2_12.jpg) top center no-repeat;
	}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer span,#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	vertical-align:middle;
}
	
#footer .newcmd {
	color: #009f3c;
	font-size:xx-small;
}
#footer .newcmd a {
	color: #009f3c;
}
#footer .newcmd a:hover {
	font-weight:bold;
}