/*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: #ff84b7;
	color: #ad235f;
	background-image: url(../images/blossom_bgTile.jpg);
	background-repeat: repeat;
}
/*Set html height*/
html {
	height: 100%;
}
img {
  border: none;
  padding: 0px;
  margin: 0px;
}

/*Syle to apply to tables you want to stretch to full screen height*/
.tableheight{
	height: 100%;
}
.tableclour{
	background-color: #ffffff;
}
	
/*  HEADER STYLES  */

.header {
	background-image: url(../images/blossom_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 207px;
}

/* SHADOW STYLES */

.leftshadow{
	background-image: url(../images/blossom_left3.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.leftshadowTOP{
	background-image: url(../images/blossom_left1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 329px;
}

.rightshadow{
	background-image: url(../images/blossom_right3.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.rightshadowTOP{
	background-image: url(../images/blossom_right1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 329px;
}
/*MenuBG and PAGEBG styles*/

.menubg {
	background-image: url(../images/blossom_menuBG.jpg);
	background-repeat: no-repeat;
	height: 68px;
	background-position: center top;
}
.pageBG{
	background-image: url(../images/blossom_pageBG.jpg);
	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/blossom_titleBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 54px;
}
.titletext{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	color: #5e107a;
	padding-left: 0px;
	padding-right: 30px;
	padding-top: 9px;

	text-transform: uppercase;
}

/*  CONTENT   */

.contentText {
	color: #5e107a;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	vertical-align: top;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 100%;
}
.contentText a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #55006e;
}
.contentText a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #55006e;
}
.contentText a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #a800d8;
}

/* FOOTER STYLES */

.footerbg{
	background-image: url(../images/blossom_footerBG.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 42px;
}
.footertext
{
	text-align: center;
	color: #5e107a;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.footertext a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	color: #5e107a;

}
.footertext a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	color: #5e107a;

}
.footertext a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	color: #5e107a;

}

