@charset "utf-8";
body {
	background-image: url(images/SiteBG.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #182d42;
}
.ContentTable {
	background-image: url(images/MenuBldgBg.jpg);
	background-repeat: no-repeat;
}
.ContentCell {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-attachment: scroll;
	background-color: #FCF8F3;
	background-image: url(images/LouverTail.jpg);
	background-repeat: no-repeat;
	background-position: -175px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#tblMenu a {
	margin-right: 10px;
}
#divFooter {
	width: 786px;
	height:70px;
	margin: 0px auto 0px auto;
	background-image:url(images/Footer.png);
	background-position: 0 right;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#divFooter a
{
color:#FFFFFF;
}

#divFooter a:link, #divFooter a:visited
{
 text-decoration: none;
}

#divFooter a:active, #divFooter a:hover
{
text-decoration: underline;
}

.ImgCaption
{
	font-size: 10px;
	font-style: italic;
	color: Black;
	text-align: center;
}

.ImgBox
{
	border-bottom: solid 1px Black;
	border-left: solid 1px Black;
	border-right: solid 1px Black;
	border-top: solid 1px Black;
	 margin: 0 10px 0 0;
}

.ColorChip
{
 border: solid 1px black;
 margin: 5px;
}

.ChipHeader
{
    color: #369;
     font-family: Arial, Helvetica, Sans-Serif;
      font-weight: bold;
       font-size: 16px;
       padding-top: 20px;
}