BODY 
{
	margin-top: 1px;
	BACKGROUND-COLOR:  #F2D7AA;
    FONT-FAMILY: arial,helvetica,verdana;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12pt;
    COLOR: black;
}

H1
{
    COLOR: black;
	text-align: center;
	FONT-SIZE: 20px;
}

H2
{
    COLOR: black;
	FONT-SIZE: 18px;
}

A, A:link, A:visited
{
	color: blue;
    TEXT-DECORATION: underline
}

A:hover
{
    FONT-WEIGHT: normal;
    COLOR: #524229;
}

/* This is the outer most table */
table.MainTable
{
	border: 0px solid black;
	BACKGROUND-COLOR: #F2D7AA;
	padding: 0;
}

/*  This is what the header row, page row use */
td.MainTableRow 
{
	BACKGROUND-COLOR: white;
	padding: 10px 0px 0px 10px;
}

td.MainTableRowHomePage
{
	BACKGROUND-COLOR: white;
	padding: 0px;
}

td.MainTableDivRow, tr.MainTableDivRow
{
	BACKGROUND-COLOR: #637584;
}

div.MessageBox1
{
	float: right;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
	width: 130px;
	BACKGROUND-COLOR: #ddccbb;
	FONT-FAMILY: arial,helvetica,verdana;
	FONT-SIZE: 14px;
	COLOR: black;
	text-align: center;
}

div.TopCaption1
{
	width: 100%;
	background-color: #661528;
	color: #F2D7AA;
}

.footerbig
{
	font-family: "Times New Roman", Tahoma, helvetica; 
	font-size: 28px; 
	font-weight: normal;
	FONT-STYLE: italic;
	color: black;
}

.footer
{
    FONT-FAMILY: arial,helvetica,verdana;
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;   
}

.footer A
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    TEXT-DECORATION: underline
}

.homepage
{
	background-color: black;
	padding: 20px;
}

/* I got this from http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
    as a way to center the slide shows.  Keep as is
*/
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}


/* I don't think these are used 
hr.MainTableDivLine
{
	padding: 15px 0px 15px 0px;
	height: 25px;
	BACKGROUND-COLOR: #396d6b;
}

div.MainTitle
{
	padding-left: 5px;
	BACKGROUND-COLOR: #4B5765;
	FONT-FAMILY: arial,helvetica,verdana;
	FONT-WEIGHT: bold;
	FONT-STYLE: italic;
	FONT-SIZE: 16px;
	COLOR: white;
	TEXT-DECORATION: none;
}

div.TopCaption
{
	FONT-WEIGHT: bold;
	FONT-STYLE: italic;
	FONT-SIZE: 14px;
	COLOR: red;
}

td.CenterBox, td.CenterBox A
{
	padding: 5px 5px 5px 5px;
	BACKGROUND-COLOR: #66423e;
	FONT-FAMILY: arial,helvetica,verdana;
	FONT-SIZE: 14px;
	COLOR: white;
}

td.CenterBox H1
{
	text-align: center;
	FONT-SIZE: 24px;
}

td.PageBody
{
	padding: 10px 10px 10px 10px;
	BACKGROUND-COLOR: white;
	FONT-FAMILY: arial,helvetica,verdana;
	FONT-SIZE: 14px;
	COLOR:black;
}

td.PageBody H1
{
	text-align: center;
	FONT-SIZE: 20px;
}


.box_combo1, .box_combo1 TD, .box_combo1 TABLE,
.box_combo1 A, .box_combo1 a:link, .box_combo1 a:visited,
.box_combo1 span
{
	FONT-FAMILY: arial,helvetica,verdana;
   FONT-WEIGHT: normal;
   FONT-SIZE: 10pt;
	BACKGROUND-COLOR: #990000;
   COLOR: white;
}
*/
