@charset "UTF-8";



/*All Styles*/
	
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 0;


}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 10px;
}
	

ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0 2px 2px 0;
	list-style-type: none;
}




img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #000000;
}


/*CONTENT DIVS*/


.largebook {
	position: absolute;
	background-color: none;
	overflow: visable;
	height: 100%;
	width: 100%;
	right: 25%;
	bottom: 10%;
	z-index: 10;
}


.calendar {
	position: relative;
	top: -1px;
	left: -1px;
	height: auto;
	width: auto;
	overflow: visable;
	z-index: 1;
}




.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	position: fixed;
	background-color: #ffffff;
	bottom: 45px;
	height: auto;
	width: auto;
	left: 60px;
	overflow: visable;
	text-align: left;
	vertical-align: top;
	z-index: 10;
	padding: 25px 25px 40px 25px;
	border-width: 1px 3px 3px 1px;
	border-style: solid;
	border-color: #CCCCAA;
}

.refresh {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ccc;
	text-decoration: none;
	position: fixed;
	background-color: #ffffff;
	top: 50px;
	height: auto;
	width: auto;
	right: 40px;
	overflow: visable;
	text-align: left;
	vertical-align: top;
	z-index: 10;
	padding: 25px 25px 40px 25px;
	border-width: 1px 8px 8px 1px;
	border-style: solid;
	border-color: #FF1177;
}

