/* CSS Document */

BODY {
	padding-top: 0px;
	margin-top: 0px;
	}

.header {
	background-image:url(../images/top-line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}
	
.headeravailleft {
	background-image:url(../images/leftavail.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	}

.headeravail {
	background-image:url(../images/avail-spacer.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}
	
.headeravailright {
	background-image:url(../images/right-avail.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
	
.topbar {
	background-image:url(../images/topbar.gif);
	background-position:left;
	background-repeat:repeat-x;
	background-color:#ffffff;
	border-top: 1px solid #ffffff;
	}
	
.navbar {
	background-image:url(../images/navbar.gif);
	background-position:left;
	background-repeat:repeat-x;
	background-color:#ffffff;
	border-top: 1px solid #ffffff;
	}
	
.pictop {
	background-image:url(../images/pictop.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
	
.texttop {
	background-image:url(../images/texttop.gif);
	background-position: top;
	background-repeat:repeat-x;
	}

.picbg {
	background-image:url(../images/picbg.gif);
	background-position:left;
	background-repeat:repeat-y;
	}
	
.bottom {
	background-image:url(../images/bottom-line.gif);
	background-position:left;
	background-repeat:repeat-x;
	border-top-width: 1px ;
	border-top-color: #ffffff ;
	border-top-style: solid ;
	border-bottom-width: 3px;
	border-bottom-color: #999999;
	border-bottom-style:solid ;
	}