html,body{margin:0;padding:0}

body{
	text-align:center;
	/*background-image: url(../images/bg_tile.jpg);*/
	/*background-image: url(../images/bg.jpg);*/
	background-color:#000;
	/*background-repeat: repeat-x;*/
	margin-top: 20px;
}

a{
display:block;
color: #981793;
}

div#header{
	height:121px;
	background-image: url(../images/bloom_header.jpg);
	background-repeat: no-repeat;
	width: 898px;
	background-position: center;
	margin-left: 2px;
}

div#navigation{
	height:59px;
	width: 896px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
}

div#container{
	text-align:left;
	width: 902px;
	margin: auto;
	background-position: center;
	background-image: url(../images/shadow_bg_tile.jpg);
	background-repeat: repeat-y;
}

div#video{
	text-align: left;
	width: 385px;
	float: left;
	height: 410px;
	margin-left: 3px;
}

div#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	width: 480px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}

div#pageCopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

div#footer{
	margin:0;
	clear:both;
	width:902px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 22px;
}

.text_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.text_headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
}

.text_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	font-weight: normal;
	line-height: 5mm;
}
.text_subHeadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	font-weight: bold;
}

form {
margin: 0;
padding: 0;
} 

/* Datagrid Styles */

.Grid { border:none; 
      background-color: #DAD0C2;
    }

.Grid td
{
    border:none;
    font-family: Arial;
    padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}


/*****************************************************************/
.txt_redsubheadingBold{
	font-size: 14px;
	line-height:18px;
	color:#FF0000;
	font-weight:bold;
	}

.txt_redsubheading{
	font-size: 14px;
	line-height:18px;
	color:#FF0000;
	}

.txt_bluesubheadingBold{
	font-size: 14px;
	line-height:18px;
	color:#00338e;	
	font-weight:bold;
	}


.txt_bluesubheading{
	font-size: 14px;
	line-height:18px;
	color:#00338e;	
	}

.txt_small_proddesc{
	font-size: 9px;
	line-height:11px;
	color:#666666;
	}
	
.txt_small_proddesc a{
	font-size: 9px;
	line-height:11px;
	color:#666666;
	text-decoration:underline;
	}

.txt_small_proddesc a:hover{
	font-size: 9px;
	line-height:11px;
	color:#FF0000;
	text-decoration:none;
	}
	
.txt_greybody_small_allcaps{
	font-size: 9px;
	line-height:11px;
	color:#666666;
	text-transform:uppercase;
	}
	
.txt_greybody_medium{
	font-size: 13px;
	line-height:14px;
	color:#666666;
	}
	
.txt_greybody_large{
	font-size: 16px;
	line-height:18px;
	color:#666666;
	}

.txt_greysubheadingBold{
	font-weight:bold;
	color:#666666;
}

.txt_greysubheadingBold a{
	font-weight:bold;
	text-decoration:none;
	color:#666666;
}

.txt_greysubheadingBold a:hover{
	font-weight:bold;
	text-decoration:none;
	color:#FF0000;
}

.txt_pop_tabledata{
	font-size: 10px;
	line-height:11px;
	color:#666666;
}

.fadein { position:relative; height:410px; width:85px; border:none; float:left; }
.fadein img { position:absolute; left:0; top:0; float:left; margin-left:5px}

/*****************************************************************/
