@charset "UTF-8";
/* CSS Document */

.myBox
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #393939;
    width: 803px;
    padding: 0px;
    text-align: left;
    background-color: #ffffff;
    border: 2px solid #393939;
    background-image: url(../images/headerLogoBG.jpg);
	background-repeat: no-repeat;
}

html,body{
    height: 100%;
    text-align: center;
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0px;
    background-image: url(../images/backgroundLines.jpg);
}

.textBorder{
	border-left: 1px solid #393939;
	padding: 0px;
}

.headerStyle{
	padding:0px;
}

.morePadding{
	padding:10px;
}

.pageFooter{
	font-size:9px;
	border-top: 1px solid #393939;

}

.inMemoryOfTable {
	background-image:url(../images/jamieHannah.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
.marinerText {
	font-size: 9px;
	color: #FFFFFF;
}
.marinerLinkText {
	font-size: 9px;
	color: #03ce12;
}
