
/* Layout Stylesheet */ 

body {
 margin:0;
 background:#fff;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 width:760px;
 margin:auto;
 }

#hdr {
 height:118px;
 background: url(graphics/headerback.gif) no-repeat;
 color: #333333;
 }
 
#hdr li {
	width: 150px;
	padding: 70px 0px 0px 30px;
	float: left;
	list-style:none;
	}
	
#hdr li.profile {
	padding-left: 180px;
	padding-right: 20px;
	}
	
li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
	
li a:hover {
	font-weight: bold;
	color: #fff;
	}

#bodyblock {
 position:relative;
 background: #fff;
 color: #333333;
 width:760px;
 padding:0;
 height: 100%;
 }

#bodyblock a{
 display:none;
 }

#l-col {
 background:url(graphics/leftback.gif) repeat-y;
 color: #000;
 width:164px;
}

 
#l-coltop {
 background:url(graphics/lefttop.gif) no-repeat;
 width:164px;
 height: 50px;
 }
 
#l-col li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 15px 0 0 0;
	list-style:none;
	margin-left:-40px;
	height: 20px;
	line-height: 20px;
	}
	
#l-col a{
	font-weight: normal
	}	
	
#l-col a:hover{
	background:#fff;
	color:#000;
	display: block;
	width: 100%;
	height: 110%;
	}

#cont {
 background:#fff;
 color: #333333;
 border-width:0;
 text-align:left;
 }
 
#cont table {
	table-layout:fixed;
	}
	
#cont table td#first {
	width:20px;
	}
	
#cont table td#second {
	width:20px;
	}
	
#ftr {
 height:25px;
 background:#fff;
 color: #333333;
 border:solid black;
 border-width:0px 0 0 0;
 margin:0;
 }

