/* Main Styles */
td,body{
  text-decoration:none;
  margin:0;
  height:100%;
  color:White;
}
.bodyClass
{
    background-image:url("../images/graphics/bg_grad.gif");
    background-repeat:repeat-x;
    background-position:top;
    background-color:#396e60;
}
.master 
{
	margin-left:auto;
	margin-right:auto;
	width:860px;
}
/*
minheight {
  min-height:500px;
  height:auto !important;
  height:500px;
}
*/
img
{
	border:0;
}
.center
{
    text-align:center;
}
.center table
{
    margin: 0 auto;
}
.clearBoth
{
	clear:both;
}
.search
{
    width:180px;
    height:30px;
    position:absolute;
    z-index:999;
    margin:260px 0px 0px 670px;
}
.search form input
{
    border:0px;
    background-color:#fff;
}
.search form table
{
    border:solid 1px #014037;
    background-color:#fff;
}
/***** Google Rss Code *****/
.gfc-resultsHeader {color:blue !important; display:none !important;}
.gf-author {color:red !important;}
.gf-relativePublishedDate {color:red !important;}
.gf-snippet {color:black !important; font-size:11px !important;}
/***** Google Rss Code End *****/
h3, h2, .subheader, .SubHeader, .Header, .header
{
color:#cee6e0
}
.headDiv
{
    width:860px;
    height:83px;
}
.navDiv
{
    width:860px;
    height:40px;
}
.imageDiv
{
    width:860px;
    height:308px;
}
.headImage
{
    width:860px;
    height:301px;
}
.conDiv
{
    width:860px;
    background-color:#014037;
}
.rightDiv
{
    width:222px;
    background-image:url("../images/graphics/right_bg_grad.gif");
    background-repeat:repeat-y;
    margin:30px 0px 30px 0px;
    float:right;
    padding:10px;
}
.rightDiv p, .rightDiv h3
{
    margin:10px 0px;
}
.leftDiv
{
    width:578px;
    float:left;
    padding:20px 20px;
}
.footTxt
{
    width:860px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#fff;
    font-size:11px;
}

/* Links */
a{
  color:#cee6e0;
}
a:hover{
  color:#b1d8ce;
}