body {
	background-color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
 color: #d25727;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 16px;
 }

.dialog {
 width:680px;
 margin:0px auto;
 color:#fff;
 text-align: left;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px;
 height:59px;
}

.dialog .ft .c {
 height:146px;
}

.dialog .hd {
 background:transparent url(../images/tl.gif) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(../images/tr.gif) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(../images/ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(../images/mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
	margin:0px 8px 0px 8px;
	padding: 17px;
}

.dialog .ft {
 background:transparent url(../images/bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(../images/br.gif) no-repeat right 0px;
}


.dialog p, .dialog h1 {
 margin:0.5em 0px 0px 0px;
 padding:0px;
}



.r {
 text-align: right;
 }
 
.l {
 text-align: left;
 }



div#flashimages {

  }
  
div#navmenu {
	text-align: right;
	height: 150px;
	background: url(../images/navl.jpg) no-repeat;
	width: 440px;
	float: right;
  }

div#navmenu a:link, div#navmenu a:visited {
	text-decoration: none;
	color: #ffffff;
	}

div#navmenu a:hover {
	text-decoration: underline;
	color: #006699;
	}
  
div#navmenu ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  }
  
div#navmenu li {
  float:left;
  width: 33%;
  padding-bottom: 1em;
  }

    
div#content {
	text-align: left;
	width: 440px;
	height: 280px;
	overflow: auto;
	position: relative;
	float: right;
	top: 10px;
  }

  
div#content p, div#content h1 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
   }
   
div#content a:link, div#content a:visited {
  text-decoration: none;
  color: #006699;
}

div#content a:hover {
  text-decoration: underline;
  color: #006699;
}
  
div#leftcontainer {
	float: left;
	width: 190px;
	height: 450px;
	}
  
div#rightcontainer {
    width: 440px;
	float: left;
	}

div#footer {
	float: none;
	text-align: left;
	width: 100%;
	float: left;
	font-weight: normal;
	}

div#footer p {
	font-size: 9px;
	padding-top: 5px;
	}
  
div#footerright{
  text-align: right;
  width: 50%;
  float: left;
  font-size: 9px;
  }

div#footerleft {
  text-align: left;
  width: 50%;
  float: left;
  font-size: 9px;
  }

div#address {
  width: 50%;
  float: left;
  font-size: 11px;
  font-weight: normal;
  }
  
div#address h1 {
  font-size: 12px;
  }
  
div#address a:link, div#address a:visited {
  font-size: 9px;
  text-decoration: none;
  color: #006699;
}
.clear {clear: both; }
