BODY {
	background: #fff url(Images/background_shadow.png) 50% 0 repeat-y;
	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: #000000;	
}
.header_bg{
		background-color:#002b55;
		width:100%;
}
.header {
	background-image:url(Images/header_bg.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:130px;
	margin: 0 auto;
	text-align:left;
}
.content {
	background-image:url(Images/adopt-assets.gif);
	background-repeat:no-repeat;
	width:960px;
	margin: 0 auto;
	padding-left:40px;
}
HR {
	color: #C5C5C2;
	height: 1px;
}
H1 {
	color: #003864;
	font-size: 15pt;
	font-weight: bold;
}
.Footer {
	color: #E5E5E5;
	font-size: 12px;
}
form{
	margin:20px 0px;
}
A:ACTIVE, A:LINK, A:VISITED {
	text-decoration: underline;
	color: #333333;
}
A:HOVER {
	text-decoration: none;
	font-weight: normal;
 background-color:;
	color: #00579F;
}
A.topLink:ACTIVE, A.topLink:LINK, A.topLink:VISITED {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	color: #333333;
}
A.topLink:HOVER {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	background-color: transparent;
}
A.MenuLink:ACTIVE, A.MenuLink:LINK, A.MenuLink:VISITED {
	text-decoration: underline;
	color: #333333;
}
A.MenuLink:HOVER {
	text-decoration: none;
 background-color:;
	color: #00579F;
}
A.SearchLink:ACTIVE, A.SearchLink:LINK, A.SearchLink:VISITED {
	text-decoration: underline;
	font-weight: bold;
}
A.SearchLink:HOVER {
	text-decoration: none;
	font-weight: bold;
}
A.calendarLink:ACTIVE, A.calendarLink:LINK, A.calendarLink:VISITED {
	text-decoration: underline;
	background-color: transparent;
	font-weight: normal;
	color: #333333;
}
A.calendarLink:HOVER {
	text-decoration: none;
	font-weight: normal;
	color: #00579F;
}
A.calendarLink2:ACTIVE, A.calendarLink2:LINK, A.calendarLink2:VISITED {
	text-decoration: underline;
	background-color: transparent;
	font-weight: bold;
	color: #333333;
}
A.calendarLink2:HOVER {
	text-decoration: none;
	font-weight: bold;
	color: #00579F;
}
A.calendar-currentDayLink:ACTIVE, A.calendar-currentDayLink:LINK, A.calendar-currentDayLink:VISITED {
	text-decoration: underline;
	background-color: #DAE7F2;
	font-weight: bold;
	color: #333333;
}
A.calendar-currentDayLink:HOVER {
	text-decoration: none;
 background-color:;
	font-weight: bold;
	color: #00579F;
}
.calendarBorder {
	border-width: 2px;
}
.currentDayofMonth {
	border-style: solid;
	border-width: 0px;
	background-image: url(/COB/wcm_images/back_calendar.jpg);
}
.SelectedDayofMonth {
	background-image: url(/COB/wcm_images/back_calendar.jpg);
}
A.smCalendarLink:ACTIVE, A.smCalendarLink:LINK, A.smCalendarLink:VISITED {
	text-decoration: underline;
	background-color: transparent;
	font-weight: bold;
	color: #333333;
}
.formbutton {
	font-size: 12px;
	font-weight: bold;
}
.formfield {
	font-family : arial, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}
A.smCalendarLink:HOVER {
	text-decoration: none;
	font-weight: bold;
	color: #00579F;
}
.header {
	color: #003864;
	font-size: 15pt;
	font-weight: bold;
}
A.error:ACTIVE, A.error:LINK, A.error:VISITED {
	text-decoration: underline;
	background-color: transparent;
	font-weight: normal;
	color: #CC3300;
}
A.error:HOVER {
	background-color: transparent;
	font-weight: normal;
	color: #003864;
	text-decoration:none;
}
.errorheader {
	background-color: transparent;
	font-weight: bold;
	color: #CC3300;
}
.error {
	background-color: transparent;
	font-weight: normal;
	color: #CC3300;
	text-align: center;
}

