<!--
html, body {
	margin:0px 0px;
	padding:0px;
	text-align:center;
	height: 100%;
}
#main_table {
	width: 900px;
	text-align: left;
	padding:0px;
	margin:0px auto;
	height: 100%;
}

#header{
	height: 49px;
}

#top_left_border
{
	width: 13px;
	height: 14px;
    padding: 0;
}

#top_right_border
{
	width: 14px;
	height: 14px;
    padding: 0;
}

#bottom_left_border
{
	width: 13px;
	height: 13px;
    padding: 0;
}

#bottom_right_border
{
	width: 14px;
	height: 13px;
    padding: 0;
}

#top_border
{
	background-image:url(images/b_top.gif);
	height: 14px;
    padding: 0;
}

#left_border
{
	background-image:url(images/b_left.gif);
	width: 13px;
    padding: 0;
}

#right_border
{
	background-image:url(images/b_right.gif);
	width: 14px;
    padding: 0;
}

#bottom_border
{
	background-image:url(images/b_bottom.gif);
	height: 13px;
    padding: 0;
}

#content
{
	vertical-align:top;
	background-color: #F2E3E1;
	height: 100%;
	width: 100%;
}

div.row span.left {
  float: left;
  text-align: left;
  width: 80%;
  }

div.row span.right {
  float: right;
  text-align: right;
  width: 20%;
  }

th.td_header {
	background-image:url(images/td_header2.jpg);
	width: 250px;
	height: 26px;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

td.td_content{
	border-color: #84201A;
	border-width: thin;
	border-style: inset;
}

td.main_content{
	width: 616px;
	vertical-align: top;
	padding: 3px;
	font:Verdana, Arial, Helvetica, sans-serif;
}

p.text_navigation{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	color: #92170A;
}
p.text_navigation a{
	color: #92170A;
}

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #84201A;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #841F19;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #841F19;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #660000;
}

a {
  color: #281389;
}

a:hover {
  color: #C21F0D;
}

a:visited {
  color: #891350;
}

p {
  font-family: Georgia, "Times New Roman", Times, serif;
}

-->
