body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	background-image: url(images/bkgd_pattern.gif);
	background-repeat: repeat;
	line-height: 20px;
}
.avstyle #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #1C93B3;
	background-color: #FEFCEF;
} 
.avstyle #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/mast_head.gif);
	background-repeat: no-repeat;
	height: 176px;
	width: 800px;
} 
td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.avstyle #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.avstyle #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 208px;
	background-image: url(images/leftbar.gif);
	background-repeat: no-repeat;
	display: block;
	height: 604px;
	text-decoration: none;
}
.avstyle #container #sidebar1 a {
	text-decoration: none;
	color: #C84564;
}
.avstyle #main {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 208px;
	display: block;
	height: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.avstyle #footer {
	padding: 0;
} 
.avstyle #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.avstyle #container #sidebar1 ul {
	font-size: 14px;
	list-style-type: none;
	margin-top: 70px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-top-color: #0099CC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.avstyle #container #sidebar1 li {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	width: 132px;
	text-align: left;
	border-top-style: solid;
	border-top-color: #1C93B3;
	background-color: #FFFFCC;
	color: #C94463;
	font-weight: bold;
	display: block;
	border-top-width: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.avstyle #container #sidebar1 li:hover {
	background-color: #fff;
}
.avstyle #container #footer p {
	padding-left: 208px;
	font-size: 12px;
	font-style: italic;
	color: #1C93B2;
}
table {
	text-align: left;
	width: 580px;
}
.avstyle #container #main h1 {
	font-size: 15pt;
	line-height: 20pt;
	padding-top: 20px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
}
.avstyle #container #main p {
	padding-right: 10px;
}
.avstyle #container #main ul {
	list-style-type: square;
	padding-right: 15px;
}
.avstyle #container #main a {
	color: #2396B2;
}
.avstyle #container #main #top {
	font-size: 10pt;
	color: #666666;
}
.top {
	font-size: 10pt;
}
.avstyle #container #main #right {
	text-align: right;
}
.avstyle #container #main ol {
	padding-right: 15px;
	list-style-type: upper-alpha;
}
.photobox {
	text-align: center;
	float: right;
	width: 300px;
	font-size: 12px;
	color: #C94463;
	line-height: 4px;
	margin-left: 10px;
	margin-bottom: 20px;
	border: medium solid #FF99CC;
	margin-right: 10px;
}
.photo_sm_right {
	text-align: center;
	float: right;
	width: 200px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
}
.photo_sm_left {
	text-align: center;
	float: left;
	width: 200px;
	margin-top: 160px;
	margin-left: 5px;
}

th {
	background-color: #FFCCCC;
}
.flourish {
	text-align: center;
	float: left;
	width: 200px;
	margin-top: 250px;
	margin-left: 5px;
}
.flourish1st {
	text-align: center;
	float: left;
	width: 200px;
	margin-top: 450px;
	margin-left: 5px;
}
