body {
	font-size: 14;
	font-family: Arial, Helvetica;
	margin-top: 0;
	margin-left: 0;
	background-color: #FFFFFF;
	color: #000000;
}


a.greenLabel {
	color: #8FC73E;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a.greenLabel:hover {
	color: #EE9D16;
}


.photoCaption {
	font-size: 12;
	font-family: Arial, Helvetica;
	margin-top: 0;
	margin-left: 0;
	text-align: right;
	background-color: #FFFFFF;
	color: #000000;

}

.photoCaptionAuthor {
	font-style: italic;
	text-align: right;
}

.testimonial {
	position: absolute;
	top: 460px;
	left: 650px;
	width: 280px;
/*
	left: 675px;
	width: 300px;
*/
	text-align: right;
}

#breadCrumb {
	position: absolute;
	left: 20px;
	top: 200px;
	color: #000000;
	font-size: 12;
	font-weight: bold;
}


td {
	font-size: 14;
}

tr.oddrow {
}

tr.evenrow {
	background-color: #CCCCCC;
	color: #000000;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica;
}

h1 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

/* shadow text - color, horizontal offset, vertical offset, blur (0 is sharp) */
/* .shadowtext { text-shadow: #0000 0.2em 0.3em 0.2em } */

#sitetitle {
	position: absolute;
	top: 0;
	left: 200;
	font-size: 18;
	font-style: italic;
	color: #FFFFFF;
	visibility: hidden;
}

#sitetitle_shadow {
	position: absolute;
	top: 2;
	left: 202;
	font-size: 18;
	font-style: italic;
	color: #000000;
	visibility: hidden;
}

p {

}

p.firstpara {

}

p.firstpara:first-letter {
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
	color:#104587;
}

p.secondpara {
}

p.secondpara:first-letter {
	color: #FFFF00;
	font-size: 300%;
	font-style: italic;
	font-weight: bold;
}

p.prod_photo {
	width: 100;
	height: 300;
	margin-left: 10;
	margin-right: 10;
}

.tab_box {
	border-width: 3px;
	border-top-width: 5px;
	border-style: solid;
	border-color: #000033;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000000;
}

.tab_title {
	position: relative;
	margin-top: -20px;
	margin-left: -3px;
	border-width: 3px;
	border-style: solid;
	border-color: #000033; 
	background-color: #000033;
	font-size: 10pt;
	font-weight: bold;
	width: 90%;
	color: #FFFFFF;
}

.tab_text {
	font-size: 10pt;
	position: relative;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	color: #000000;
}

.angle       { 
	width: 14; height: 15; background-image: url('../images/tr14x15_1.gif') 
}

.disclaimer {
	font-style: italic;
}

span.pulloutquote {
	font-weight: bold;
	font-style: italic;
	width: 200;
	float: right;
	padding: 5px;
	margin: 2px;
	border-top: 10px;
	border-bottom: 10px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
}

span.pulloutquote {
	background-color: #CCCCCC;
	color: #000000;
	border-color: #000000;
}

.imagetitle {
	font-style: italic;
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;	
}

.tagline {
	font-style: italic;
	color: #FFFF00;
	font-weight: bold;
}

#page_title {
	position: absolute;
	top: 75;
	left: 175;
}

.credits {
	float: right;
	width: 220px;
	font-size: 12pt;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF;
	padding: 8px;
}


a.copyright:link {
	color: #FFFFFF; 
}

a.copyright:visited {
	color: #FFCCCC; 
} 

a.copyright:active {
	color: #FFFFCC;
}

/* *** Color scheme 1 - dark blue and white *** */
#homelink a {
	background-color: #333366;
	color: #FFFFFF ;
}
#contactlink a {
	background-color: #333366;
	color: #FFFFFF ;
}

.sitename {
	color: #0041FF;
}

.sitename a {
	text-decoration: none;
	color: #660066;
}

.sitename a:hover {
	text-decoration: underline;
	color: #660066;
}

.sitename a:visited {
	text-decoration: underline;
	color: #660066;
}

.cast {
	width: 400px;
	border-color: #000066;
	border-width: medium;
	border-style: inset;
	margin: 5px;
	padding: 5px;
}

.even {
	background:#FFFFCC;
}

.indent5 {
	text-indent: 20px;
}

