	body { 
		margin: 0px;
		padding: 0px;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		height:100%; 

    }

	* div {margin:0;padding:}
	* img {border: 0px none; }
	.smile
	{
		background: #FFFFFF;
		height: 177px;
		border: 1px solid #000000;
	}
	
	.left
	{
		float: left;
	}
	
	.right
	{
		float: right;
	}
	
	#userlogo
	{
	}
	
	* hr {  color: #000000;
      background-color: #000000;
      height: 1px;
	  border: 0;}
	
    .logost {
		height: 86px;
		font: 15px Trebuchet MS;
		min-width: 800px;
		padding: 5px;
    }

    #contentcol
    {
		
        float: none;
		
		padding: 10px;
		margin-left: 191px;
		margin-right: 191px;
		
		width: auto;
		border-left: 1px dashed #000000;
		border-right: 1px dashed #000000;
		height:100%;
		
    }
	
	#content
	{
		/*padding: 10px;*/
		
	}
	
	#content ul
	{
		list-style-type: square;
	}
	
	* a
	{
		text-decoration: none;
		font-weight: bold;
		color: #506885;
	}

	
	* a:hover
	{
		text-decoration: underline;
	}

	/* min-width works on firefox, the .minwidth and container used as hacks to invoke min width on ie */
	
	#wrap {
		height:100%;
		width: 920px;
		
	}
	
	/* html .minwidth {border-left:960px solid #fff; position:relative; float:left; z-index:1;}
	* html .container {margin-left:-960px; position:relative; float:left; z-index:2; }*/

	* h3
	{

		font-size: 12px;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
				color: #072649;
	}
	

	.topic
	{
		text-decoration:underline;
		font-size: 13px;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}


	* h1
	{
		display: none;
	}
	
	.s
	{
		height: 1px;
		width: 100%;
	}
	
	* h2
	{
		display: none;
		clear:none;
	}

	* h3
	{
		text-decoration:underline;
		font-size: 14px;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	* h4
	{
		font-size: 13px;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	* h5
	{
		font-size: 12px;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	

	* h6
	{
		font-size: 11px;
		font-weight: bold;

		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	.quotebox
	{
		background-color: #ffffcc;
		border: 1px solid #d0d07d;
		padding: 5px;
	}
	
	.quote
	{
		font-weight: bold;
		
	}

	
