/* Scroll bar colours */
BODY {
	background-color: #000099;
	background-image: url(../site_images/bTile.gif);
	
	SCROLLBAR-FACE-COLOR: #ffffff;	
	SCROLLBAR-HIGHLIGHT-COLOR: #EAEAFB; 
	SCROLLBAR-SHADOW-COLOR: #061160; 
	SCROLLBAR-ARROW-COLOR: #FF3333;
	
	SCROLLBAR-BASE-COLOR: #000099;
	scrollbar-dark-shadow-color: #7B7B7B; 
	scrollbar-3d-light-color: #000099;
}
/* Sub menu frame style */
.frame {
	border: thin dotted #FF3333;
}
/* Main navigation button style */
.NavButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	text-indent: 3px;
	display: block;
	background-color: ffffff;
	height: 18px;

}

a:link.NavButton { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small; 
color: #ffffff; 
background-color: 000099;
text-indent: 3px;
display: block;
height: 18px;
}

a:hover.NavButton { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small; 
color: #ffffff; 
background-color: 000099;
text-indent: 3px;
display: block;
height: 18px;

}
/* Main navigation button ON state style */
.NavButtonActive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #ffffff; 
	background-color: 000099;
	text-indent: 3px;
	display: block;
	height: 18px;
}
/* General website button style - white */
.siteButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000099;
	text-decoration: underline;
	word-spacing: 0px;
	letter-spacing: 0px;


}
a:link.siteButton { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small; 
color: #000000; 
text-decoration: underline;
}

a:hover.siteButton { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small; 
color: #ffffff; 
background-color: 000099;
display: box;

}
/*  subtitle style */
.subTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000099;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	height: 18px;
}
/* White title large style */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	text-indent: 20px;
}
/* website Picture frame style (inset) */
.pictureFrame {
	border: thin outset #f0f0f0;
	float:left; 
	width: 9em;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.outline {
	border: thin inset #f0f0f0;
	line-spacing: 2px;
	padding: 5px;
	background-color: #F3F3F4;
	
}
.outlineContent {
	width:275px; 
	padding:8px; 
	float:left; 
	text-align:left;
}

/* website footer text style */
/* LEAVE intact */
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}
/* Digital-zest.com website button style */
/* LEAVE intact */
.zestButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	word-spacing: 0px;
	letter-spacing: 0px;


}

a:link.zestButton { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small; 
color: #333333; 
text-decoration: none
}

a:hover.zestButton { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small; 
color: #009900; 
text-decoration: underline;
}

