/* Layout Stylesheet */ 

* {
   padding:0;
   margin:0;
}

body {
 margin:20px;
 background:#e7e2e2 url('../imagestpm/stripes.gif');
 color: #333333;
 text-align:center;
 padding:0;
 font: 14px Verdana, Arial, Helvetica, san-serif;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:790px;
 margin:auto;
 }

#hdr {
 height:80px;
 background:#CC0000;
 color: #333333;
 padding: 2px;
 }

#logo {
	float: left;
	width: 300px;
	height: 80px;
	border: none;
	background: #CC0000 url('../imagestpm/tpm_logo_small.gif') no-repeat top left;
}

#name {
	float: right;
	width: 300px;
	height: 80px;
	border: none;
	background: #CC0000 url('../imagestpm/tpm_white.gif') no-repeat top right;
}

#LtGreyBar {
	width:790px;
	height: 20px;
	border: none;
	background: #e7e2e2 url('../imagestpm/special.gif') no-repeat bottom right;
}

#DkGreyBar {
 height:5px;
 background:#999999;
 color: #333333;
 border:none;
}

#bodyblock {
 position:relative;
 background: #999999;
 color: #333333;
 width:790px;
 padding:0;
 }

#l-col {
 float:left;
 background:#999999;
 color: #333333;
 width:160px;
 }

#cont {
 width:620px;
 background:#ffffff url('../imagestpm/greycorner.gif') no-repeat top left;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0;
 text-align:left;
 padding: 15px 0px 15px 0px;
 }

#ftr {
 background:#cc0000;
 color: #ffffff;
 border:solid black;
 border-width:0 0 0 0;
 margin:0;
 }

#mainlink {
 text-align: right;
 border: none;
 margin:0px;
 padding: 0px 15px 0px 15px;
 }


#msgbox {
 text-align:center;
 border:3px solid #cc0000;
 width:400px;
 height: 100px;
 margin:0px;
 padding: 15px 15px 15px 15px;
 }

#spcbox {
 text-align:center;
 border:3px solid #ffffff;
 width:400px;
 height: 100px;
 margin:20px;
 }
