body {font-size: 11pt; font-family: arial; color: #D3DCCF;padding:0px;margin-top:0px; background:#000000;}
/*background-image:url('./images/bg1.jpg');background-repeat:no-repeat;*/

/*DIVS*/
#container {position:relative;text-align:center; width:846px;height:100%;margin:auto;}
/*margin:auto; border:1px solid #FFFFFF;*/
#title {
      position: absolute;
      left: 50%;
      /*top: 50%;*/
      width: 999px;
      height: 623px;
      margin-left: -500px; /* half of width */
      /*margin-top: -194px;  * half of height */
      background:url('./images/title.jpg');
	  background-repeat:no-repeat;
	  /*(border:1px solid #000000;*/
      }

#email{
	position:absolute;
	top:553px;
	left: 75%;
	margin-left: -270px;
}

#nav{width:750px;background:#FFFFFF;padding:5px 0px 5px 0px;}
#content{max-width:750px;text-align:left;padding:1px 10px 10px 10px;}


a {color:#FFFFFF;}
a.visited{color:#FFFFFF;}

a.blue{color:blue;}
a.blue.visited{color:blue;}

a.yellow {font-size:11pt;color:#04364f;font-weight:bold;text-decoration:none;}
a.yellow:hover{text-decoration:underline;}

td.whitetext{color:#FFFFFF;font-weight:bold;}
td.blacktext{color:#000000;font-weight:bold;}

.hr {border-top: 1px solid #FFFFFF;margin: 3px 1px 4px 1px;}

span.bright{color:yellow;}
span.error{color:red;font-weight:bold;}
