body {
	font-family: Arial, Helvetica, sans-serif;
	background: #005339;
	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;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/new-layout/ABIS-bkgnd-yrepeat_02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/new-layout/ABIS-header1_01.jpg);
	height: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}
#Nav1{
	width:672px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-family: "Monotype Corsiva";
	font-size: 28px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(images/new-layout/ABIS-footer_04.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	font-size: 80%;
	color: #005339;
}
.oneColFixCtrHdr  #container  #footer  h3 {
	margin-bottom: -8px;
}

.oneColFixCtrHdr #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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a {
	color:#005339;
	text-decoration: none;
}

.textSpecialFont {
	font-family: "Monotype Corsiva";
}

a{
	cursor:pointer
}
a img{
    border:none;
}
.suites a img{
	border:1px solid Silver;
	margin: 2px;
}
.suites a:hover img {
	border:1px solid #FFFF01;
}
.borderGreen {
	border: 1px solid #005339;
}
.textBoxHeader {
	font-size: medium;
	color: #005339;
	padding: 2px;
	font-weight: bold;
	border: 1px solid #005339;
	background-color: #FFFF01;
}
.textRed {
	color: #FF0000;
}
.textSmall {
	font-size: x-small;
}
.textGreen {
	font-weight: bold;
	color: #005339;
}
.textYellow {
	color: #FFFFC1;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}

.textWhite {
	color: #FAFAFA;
}
.bkgroundGreen {
	background-color: #005339;
	border: 2px solid Silver;
	padding-top: 24px;
	padding-bottom: 24px;
}
.bkgroundYellow {
	background-color: #FFFF01;
	border: 1px solid #005339;
}

