/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a:link {
	color:#000000
}
	
a:visited {
	color: #000000;
}

a:hover {
	color: #CC0033;
}

a:active {
	color: #CC0033;
}

a.inline:link {
	color:#0033FF}

a.inline:visited {
	color: #0033FF;
}

a.inline:hover {
	color: #006600;
}

/* End Dynamic Navigation tag styles */

body {
font-family: Arial,sans-serif;
	color: #CC0033;
  background-color: #CCCCCC;
  /*line-height: 1.166;*/
	margin: 5px;
	padding: 5px;
 }
 
/***********************************************/
/* Layout Divs  (Major Page Sections)                               */
/***********************************************/

#header {
}

#content {
	float:right;
	width: 85%;
	/*height:100%*/
	margin: 0;
	padding: 0 0 0 0;
	font-size: medium;
	font-weight: normal;
	color: #CC0033;
 	text-align: justify;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	/*border-bottom: 1px solid #cccccc;*/
	width: 100%;
	background-color: #CCCCCC;
}

#navBar {
/*	float:left;*/
	align;left
	width: 199px;
	font-size: 100%;
	margin: 0 0 0 0;
	padding-left: 1%;
	text-align: center;
/*	background-color: #CCCCCC;*/
	/*border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
}

 #footer {
	clear:both;
	float:right;
	width:85%;
	clear: both;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	font-size: 75%;
	color:#000000;
	background-position: center;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	}

 /* End Layout Divs */
 
 /************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/* .footerInfo is used For Copywrite Statement within #footer */
	
.footerInfo {			
	font-weight: 700
	}
/* End Copywrite Statement */
 
 /* Header Tags */
 h1{
 text-align: center;
}

h2{
 text-align: center;
}

h3{
 text-align: center;
}

h4{
 text-align: center;
}

h5{
 text-align: center;
}

.alignright{
text-align: right;
}

/* End Header Tags */


 /* The "Identx" classes are line indetations formed by left padding the text */
 /* Indents Are Used Primarily on "Comments" Page */
 .Indent1 {
 padding-left: 1%;
}	

.Indent2 {
 padding-left: 11%;
}

.Indent3 {
 padding-left: 18%;
}

.Indent4 {
 padding-left: 26%;
}

.Indent5 {
 padding-left: 34%;
}

.Indent6 {
 padding-left: 42%;
}

.Indent7 {
 padding-left: 50%;
}

/* End of Indent classes */

.pageHeadingText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #CC0033;
	font-weight: normal;
	font-variant: normal;
	position: absolute;
}
/* Watermarks */

#WatermarkHome
{
	background-image: url(images/watermarkhome.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 1% 18%;
	}
	
#WatermarkVideo
{
	background-image: url(images/watermarkvideo.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 1% 15%;
	}
	
#WatermarkOrdering
{
	background-image: url(images/watermarkordering.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 87% 0%;
	}	
/* End Watermarks */