DIV.container {
    min-height: 10em;
    display: table-cell;
    vertical-align: middle }


html, body {
 background-image:url('./images/tz_body_bg.jpg');
 margin : 0;
 padding : 0;
}
td {
 color : #ffffff;
 font-family : Arial;
 font-size : 12px;
}
.header {
 background : #7D066C;
 color : #FF0000;
 font-weight : bold;
 text-align : center;
}
.large {
 font-family : Arial;
 font-size : 18px;
}
#box{
 display: block;
 position: absolute;top: 50%;
 left: 50%;
 width: 746px;
 margin-left: auto;
 margin-right: auto;
}
.nav {
 color : #ffffff;
 padding-top : 2px;
 padding-bottom : 2px;
 padding-left : 4px;
 padding-right : 4px;
 border-bottom : 1px solid #7D066C;
 border-top : 100px solid #7D066C;
 background-color : #333333;
 margin-bottom : 2px;
}
a.nav-link:link, a.nav-link:visited {
 color : #ffffff;
 text-decoration : none;
 padding-right : 6px;
 padding-left : 6px;
 margin-right : 10px;
 margin-left : 10px;
}
a.nav-link:hover {
 text-decoration : none;
 padding-right : 5px;
 padding-left : 5px;
 margin-right : 10px;
 margin-left : 10px;
 background : #444444;
 padding-top : 2px;
 padding-bottom : 2px;
 color : #85add6;
 border : 1px solid #6d92b9;
}
.footer {
 border-bottom : 1px solid #7D066C;
 border-top : 1px solid #7D066C;
 padding : 3px;
 text-align : right;
 font-family : Arial;
 font-size : 10px;
}
a:link {
 color : #667b92;
 text-decoration : underline;
}
a:visited {
 color : #667b92;
 text-decoration : underline;
}
a:hover {
 color : #667b92;
 text-decoration : none;
}
.red
{
color:#FF0000;
font-weight:900;
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}
img.floatLeftClear { 
    float: left; 
    clear: left; 
    margin: 4px; 
}

P.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 50em
}
p.border-white{
	border-color: white;
	border-style: solid;
}

