html,body{
      margin:0;
      height:100%;
      font-family:Tahoma, Arial;
}
div#master 
{
	margin-left:auto;
	margin-right:auto;
	width:700px;
}
img
{
	border:0;
}
.center
{
    text-align:center;
}
.center table
{
    margin: 0 auto;
}
strong
{
    color:#de7717;
}
b
{
    color:#de7717;
}
.conTD A:link {text-decoration:underline; color:#de7717;  font-size:11pt;}
.conTD A:visited {text-decoration:underline; color:#de7717;  font-size:11pt;}
.conTD A:active {text-decoration:underline; color:#de7717;  font-size:11pt;}
.conTD A:hover {text-decoration:underline; color:Black;  font-size:11pt;}
.conDiv
{
    background-image:url("images/wmark.gif");
    background-position:center 150px;
    background-repeat:no-repeat;
    min-height:300px;
}
.navBar
{
    background-image:url("images/nav_bar.gif");
    background-repeat:no-repeat;
}
.sideLeft
{
    background-image:url("images/left_sidebg.gif");
    background-position:right;
    background-repeat:no-repeat;
}
.sideRight
{
    background-image:url("images/right_sidebg.gif");
    background-position:left;
    background-repeat:no-repeat;
}
.conTD
{
    padding:15px 5px 15px 5px;
}