/*Set body margins, Body background image, Body height*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	height:100%;
	background-color: #043a6d;
	color: #2c4053;
	/*
	background-image: url(../images/hski_mainBG1.gif);
	background-repeat: repeat-y;*/
}
/*Set html height*/
html {
	height: 100%;
}

/*Syle to apply to tables you want to stretch to full screen height*/
.tableheight{
	height: 100%;
}
img {
	border: none;
}
/*
.tableheight2{
	height: 20px;

}*/
.tableheight3{
	background-position: left bottom;
	bottom: auto;
}
.tableheight4{
	position:absolute
	top: 1px;
}
.tableclour{
	background-color: #ffffff;
}
	
/*  HEADER STYLES  */

.header1 {
	background-image: url(../images/hski_header1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 143px;
}
.header2 {
	background-image: url(../images/hski_header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 273px;
	width: 336px;
}
.header3 {
	background-image: url(../images/hski_header3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 273px;
	width: 235px;
}


/* SHADOW STYLES */

.topBG{
	background-image: url(../images/hski_topBG2.gif);
	background-repeat: repeat-x;
	background-position: center top;

}
.rightpic{
	background-image: url(../images/hski_rightTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 273px;
}

.rightshadow{
	background-image: url(../images/hski_right_shadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.menuTile{
	background-image: url(../images/hski_menuBG_tile.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
/*Menu and Form styles*/

.menuBG {
	background-image: url(../images/hski_menuBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/*height: 362px;*/
}
.menuBG1 {
	background-image: url(../images/hski_menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*height: 296px;*/
}

.bottomBit {
	background-image: url(../images/hski_menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 296px;
}

.menuBG2 {
	background-image: url(../images/hski_header4a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	/*height: 362px;*/
}
.pageBG {
	background-image: url(../images/hski_content_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/*
a:link {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #b37b0a;
	font-weight: bold;
	text-decoration: none;

}
a:visited {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #b37b0a;
	font-weight: bold;
	text-decoration: none;

}
a:hover {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #583b00;
	text-decoration: underline;
}	
*/

/*  TITLE  */

.titlebg1{
	background-image: url(../images/hski_titleBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 571px;
	height: 41px;
}

.titletext{
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	color: #ffffff;
	padding-right: 20px;
	height: 41px;
	text-transform: uppercase;
}

/*  CONTENT   */

.contentText {
	color: #2c4053;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	height: 100%;
	vertical-align: top;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 6px;
	height: 100%;
}
.contentText a:link {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #2c4053;
}
.contentText a:visited {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #2c4053;
}
.contentText a:hover {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #006df8;
}

/*CONTACT STYLE*/

.contactstyle {
	color: #2c4053;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
		font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 6px;
	height: 100%;
}

/* FOOTER STYLES */

.footertext
{
	text-align: center;
	color: #2c4053;
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;

	padding-top: 8px;
	padding-bottom: 8px;
}
.footertext a:link {
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #2c4053;

}
.footertext a:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #2c4053;

}
.footertext a:visited {
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #2c4053;

}
.footertext a:active {
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #2c4053;

}
