body {
	margin-top: 20px;
	padding: 0;
	background-color: #d0d1d2;
	text-align: left;
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: black;
	padding: 0 0 60px 0; 
	margin:0 0 0 0;
}

#wrapper {
	text-align: left;
	width: 945px;
	margin-top: 0px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
} 

#contentBg {
	background-color: white;
	padding: 15px;
	margin-top: -3px;
}

#contentPic { 
	border: 5px solid #8cd1f5;
}

#advSpace {
	background-image: url(../images/advertisingspace.gif);
	width: 897px;
	height: 67px;
}

#menubg {
	background-image: url(../images/menubg.gif);
	background-repeat: no-repeat;
	width: 960px;
}

#dateSection {
	background-image: url(../images/dateSection.gif);
	background-repeat: no-repeat;
	width: 188px;
	height: 73px;
	color: white;
	font-size:12px;
}

.appTitle {
	font-weight: bolder;
	font-size: 14px;
	text-transform: uppercase;
	color: #00a1f4;
}

.appTitle a:link, .appTitle a:visited {
	text-decoration: none;
	color: #00a1f4;
}

.appTitle a:hover {
	text-decoration: underline;
	color: #00a1f4;
}

.appTitle2 {
	font-weight: bolder;
	font-size: 13px;
	color: #00a1f4;
}

.appTitle2 a:link, .appTitle2 a:visited {
	text-decoration: underline;
	color: #00a1f4;
}

.appTitle2 a:hover {
	text-decoration: none;
	color: #00a1f4;
}


a:link, a:visited {
	color: #00a1f4;
	font-weight: bolder;
	text-decoration: underline;
}

a:hover {
	color: #00a1f4;
	font-weight: bolder;
	text-decoration: none;
}

.required {
	color: red;
}

#footer {
	color: #626364;
	text-transform: uppercase;
}

#footer a:link, #footer a:visited {
	color: #626364;
	font-size:12px;
	text-decoration: underline;
}

#footer a:hover {
	color: #626364;
	text-decoration: none;
}


#footer2 {
	color: black;
	font-size:11px;
	text-transform: uppercase;
}

#footer2 a:link, #footer2 a:visited {
	color: black;
	text-decoration: underline;
}

#footer2 a:hover {
	color: black;
	text-decoration: none;
}

img.border {
	border: 1px #d5d5d5 solid;
	padding: 2px;
}

a img.border, a:hover img.border, a:visited img.border {	
	border: 1px #d5d5d5 solid;
	padding: 2px; 
}

a:hover img.border { 
	border: 1px black solid;
}

.calendarHeader { 
	font-weight: bolder; color: black; background-color: white; 
	text-align: center;
}
.calendarToday { 
	background-color: #8cd1f5; font-size: 11px; font-face: Tahoma;
	color: black;
	text-align: center;
}
.calendar {
	border-style: dotted;
	border-width: 1px;
	background-color: #8cd1f5; font-size: 11px; font-face: Tahoma;
	color: black;
	text-align: center;
}
.calendarBook {
	background-color: red; 
	border-style: dotted;
	border-width: 1px;
	font-size: 11px; font-face: Tahoma;
	color: white;
	text-align: center;
}

.calendarBorder {
	background-color: white; font-size: 11px; font-face: Tahoma;
	color: black;
	text-align: center;
}

input.txt {
	font-family: Tahoma;
	font-size: 12px;
	color: black;
	background-color: white;
	width: 212px;
	height: 15px;
	border: 1px solid gray;
}

input.txtc {
	font-family: Tahoma;
	font-size: 12px;
	color: black;
	background-color: white;
	width: 20px;
	height: 15px;
	border: 1px solid gray;
}

textarea.txt {
	font-family: Tahoma;
	font-size: 12px;
	color: black;
	background-color: white;
	border: 1px solid gray;
}

select.txt {
	font-family: Tahoma;
	font-size: 12px;
	color: black;
	background-color: white;
	border: 1px solid gray;
}

.green {
	margin-top: -2px;
	background-color: #d5ffda;
	border: 1px solid #56cf64;
	padding: 5px;
	margin: 5px;
	color: #000000;
	width: 350px;
	text-align: left;
	font-size: 11px;
}

.red {
	margin-top: -2px;
	background-color: #fbd7d7;
	border: 1px solid #eb8888;
	padding: 10px;
	margin: 10px;
	width: 280px;
	color: #000000;
	text-align: left;
	font-size: 11px;
}