.page_dock {
	margin:0px;
	background-color: #006600;
}
.middle_column {
	background-color: #FFFFFF;
}
.topper {
	background-image: url(../images/topper.gif);
	background-repeat: no-repeat;
	background-color: #336600;
}
/**********************************************************************
body text
**********************************************************************/
.body_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;

}
.body_text a
{
	color: #000000;
	text-decoration: underline;
}
.body_text a:visited
{
	color: #000000;
}
.body_text a:hover
{
	color: #00CC00;
}


/**********************************************************************
title
**********************************************************************/
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	margin: 15px;
}

/**********************************************************************
heading1
**********************************************************************/
.heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
}

a.heading1:link {
	color: #000000;
	text-decoration: underline;
}
a.heading1:visited {
	color: #000000;
	text-decoration: underline;
}
a.heading1:hover {
	color: #00CC00;
}


/**********************************************************************
emphasized_heading
**********************************************************************/
.emphasized_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
}
a.emphasized_heading:link {
	color: #FF0000;
}
a.emphasized_heading:visited {
	color: #FF0000;
}
a.emphasized_heading:hover {
	color: #FFCCCC;
}


/**********************************************************************
menu class
**********************************************************************/
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:link {
	color: #FFFFFF;
}
a.menu:visited {
	color: #FFFFFF;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

ul {
	margin: 5px 0px;
	padding: 0px 15px;
}

/**********************************************************************
index_title class
**********************************************************************/
.index_title {
	background-image:url(../images/title.jpg);
	background-attachment:inherit;
	background-repeat:no-repeat;
	border:none;
	height:259px;
	width:689px;
	margin-top:5px;
	text-align:center;
	
}