﻿/* Page Title Headings */
h1{
	color: black;
	font-size: x-large;
	font-weight: bold;
}
/* Red Emphasis Notes */
h2{
	color: #FF0000;
	font-size: large;
	font-weight: normal;
}
/* Bold Sub Titles */
h3{
	color: black;
	font-size: large;
	font-weight: bold;
	clear: both;
}
/* Normal Font for the whole web site */
.underline {
	text-decoration: underline;
}
div{
	font-size: medium;
	font-family: arial, helvetica;
}
.linklist {
	line-height:150%;
}

/* Floats text to left of image */
#TextFloatRight {
	margin-left: 10px;
	float: right;
}

/* Floats text to right of image */
#textfloat {
	margin-right: 20px;
	float: left;
	margin-bottom: 10px;
}
/* Floats text to right of image */
.textfloat {
	margin-right: 20px;
	float: left;
	margin-bottom: 10px;
}
/* Red font for emphasis */
#redfont{
	color: red;
}
#indent {
	margin-left: 80px;
}
#RaspberryBorderLeft {
	background-image: url("RaspberryBorder.gif");
	background-position: left;
	background-repeat: repeat-y;
}
#StrawberryBorderLeft {
	background-image: url('StrawberryBorder.jpg');
	background-position: left;
	background-repeat: repeat-y;
}

img  {
	border-style: none;
}
/* Web Page Header */
#WebPageheader {
	color: black;
	font-size: x-large;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 10px;
}


