
    	BODY    	
    	{
    		background-color: #000;
    		font-family: Verdana, Arial, Helvetica, sans-serif;
    		font-size: 12px;
    		text-align: center;
    		background-image: url(../images/bkgrnd.gif);
    		background-repeat: repeat;
    		background-attachment: fixed;
    	}
    	H1  { font-size: 15px;
    	margin: 0px;}
    	H2 { font-size: 13px;
    	margin: 2px;
    	color: #59697E;
    	border-bottom: 1px solid #95895C;
    	width: 95%;
    	}
    	
    	H3
    	{
    		color: #930;
    		font-size: 14px;
    	}
    	
    	H4
    	{
    		text-indent: 5px;
    		color: #000000;
    		text-decoration: none;
    		font-size: 11px;
    	}
    	
    	H4:hover { color: #963; }
    	LI {
    	list-style-image: url(../images/diamondbullet.gif);
    	color: #59697E;
    	padding-bottom: 5px;
    	}
    	
    	#master
    	{
    		width: 90%;
    		margin: 0 auto;
    		text-align: left;
    	}
    	
    
    	A:link
    	{
    		color: #59697E;
    		border-bottom: transparent;
    		border-style: none none none none;
    		text-decoration: none;
    		border-width: 0px 0px 1px 0px;
    		padding-bottom: 1px;
    	}
    	
    	A:visited
    	{
    		color: #59697E;
    		border-bottom: transparent;
    		text-decoration: none;
    		border-width: 0px 0px 1px 0px;
    		border-style: none none none none;
    		padding-bottom: 1px;
    	}
    	
    	A:active
    	{
    		text-decoration: none;
    		border-bottom: #95895C;
    		border-width: 0px 0px 1px 0px;
    		border-style: none none dotted none;
    	}
    	
    	A:hover
    	{
    		text-decoration: none;
    		border-bottom: #95895C;
    		border-width: 0px 0px 2px 0px;
    		border-style: none none dotted none;
    	}
    
    A.header:link {color: #ffffff;}
     A.header:visited {color: #ffffff;}
    	#picture
    	{
    		height: 115px;
    		width: auto;
    		top: 0px;
    		/*right: 0px;*/
    		background-color: #968E6E;
    		font-size: 10px;
    		/*text-align: top;*/
    		border-bottom: 2px solid #000000;
    	}
    	
    	#bodywrap { background-color: #59697E;
    	padding-bottom: 30px;}
    	
    	#sidecol
    	{
    		position: absolute;
    		height: 20px;
    		/*width: auto;
    		right: 0px;
                w\idth: 85%;*/
    		top: 127px;
    		/*left: 0px;*/
    		text-align: left;
    		/*background-color: #c2c2e7;*/
    		line-height: 25px;
    		font-weight: bold;
    		color: #ffffff;
    		text-decoration: none;
    		/*border-bottom: 2px solid #000000;
    		border-top: 2px solid #000000;*/
    		padding: 4px;
    	}
    	
 
	#maincol
    	{
    		background-color: #fff;
    		
    		padding: 10px; 
    		
    		
    		border-top: 2px solid #000000;
    		border-bottom: 2px solid #000000;
    		text-align: left;
    		width: auto;           
  	}

    	
    	#footer
    	{
    		width: auto;
    		height: 25px;
    		clear: both;
    		text-align: center;
    		color: #ffffff;
    		border-bottom: 2px solid #000000;
    		font-size: 11px;
    		background-color: #59697E;

    	}
    	
    	P.profile {
    	width: 95%;
    	}
