
body {
	background-color:#898989;
	color:#000000;
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}


#wrapper {
	width: 750px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left; 
}

#header {
	margin-top: 20px;
	width: 750px;
	height: 112px;
	background-color:#FFFFFF;
	color:#000000;

}

#content {
	width: 750px;
	background-color:#FFFFFF;
	color:#000000;
	padding-top: 10px;
	padding-bottom: 30px;
	
}

#breadcrumbs {
	margin-bottom: 15px;
	margin-left: 15px;
}

#page-title {
	background-color: #e61b14;
	width: 200px;
	height: 17px;
	color: #FFF;	
	font-size: 13px;
	font-weight: bolder;
	padding: 5px;
}

#content-main {
	padding-left: 20px;
	padding-top: 10px;
	min-height:300px;
}


#footer {
	margin-top: 10px;
	text-align: center;
	width: 750px;
	color:#FFFFFF;
}

.clr {
	clear: both;
}	
	
.notice {
	border: 2px solid orange;
	padding: 7px;	
	width: 500px;
	margin: 10px 0 10px 0;
	background-color: #fee5ca; 
}

#table_style_1 td {
	background-color: #ECE9D8; /* Cream */
	
}

#table_style_1 th {
	background-color: red;
	color: white;
	text-align: left;
}

#table_style_1 .date_row th {
	background-color: #CCCCCC; /* Grey */
	color: black;
}

.field_error {
	border: 1px solid red;	
}

.input_error {
	border: 1px solid red;	
}


