body {
        margin:0px;
        padding:0px;
        font-family: helvetica, sans-serif;
        color:#333; /* #333*/
        background-color:white;
        }
        
h1.co { 
		margin:0px 0px 24px 0px;
        padding:0px;
        font-size:48px;
        line-height:48px;
        font-weight:500;
        	letter-spacing:4pt;
		color:white
        }
        
h1 {
        margin:0px 0px 16px 0px;
        padding:0px;
        font-size:28px;
        line-height:32px;
        font-weight:900;
        }

h2 {
	margin:0px 0px 16px 0px;
        padding:0px;
        font-size:16px;
        line-height:16px;
        font-weight:900;
       
	}	
h3 {
	font: 14px helvetica, sans-serif;
        margin:0px 0px 0px 0px;
        padding:0px;
       font-weight:600;
       line-height:19px;
        }
	

p {
        font:14px helvetica, sans-serif;
        line-height:20px;
 /* margin:0px 0px 16px 0px;
        padding:0px; */
        }
#Content>p {margin:0px;}
#Content>p+p {text-indent:12px;}


/*Red bold text for titles that are not links*/
t {
 color:#333;
        font-size:14px;
        text-decoration:none;
        font-weight:600;
        font-family: helvetica, sans-serif; }



a {
        font-size:14px;
        text-decoration:none;
        font-weight:600;
        font-family:helvetica, sans-serif;
        }
a:link {color:#333;} /* #09c */
a:visited {color:#333;} /* #07a */
a:hover {color:red} /* background-color:#eee */

ul.num
{
list-style-type: decimal;
font:14px helvetica, sans-serif;
        margin:0px 0px 17px 0px;
        padding:10px;
        line-height:20px;

}

ul.arrow 
{
list-style-type: none;
list-style-image: url('arrow.png');
	
font:14px helvetica, sans-serif;
        margin:0px 0px 17px 0px;
        padding:10px;
        line-height:20px;

}


ul.none 
{
list-style-type: none;
	
font:14px helvetica, sans-serif;
        margin:0px 0px 17px 0px;
        padding:10px;
        line-height:20px;

}


ul.dot

{
list-style-type: bullet;
	
font:14px helvetica, sans-serif;
        margin:0px 0px 17px 0px;
        padding:10px;
        line-height:20px;
        
       } 

ul.square
{list-style-type: square;
font:12px helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:8px;
	        line-height:17px;

}


 #Header {
        margin:0px 0px 10px 0px;
        padding:150px 0px 1px 270px;
        /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
       height:48px;

     background-image:url(omg4.png);

               

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
        voice-family: "\"}\"";
        voice-family:inherit;
        height:48px; /* the correct height */
        }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:48px}

#Header.2 {
	position:absolute;
	top:220px;
	left:0px;
	right:0px;
	padding: 10px 0px 10px 0px;
	line-height:28px;
	}
	
#Content {
        margin:0px 250px 50px 250px;
        padding:20px;
        width:7in;
        text-align:justify;
        }

#Menu {
	font:14px helvetica, sans-serif;
        position:absolute;
        top:220px;
        left:30px;
        width:150px;
        padding:10px 10px 10px 10px;
        line-height:28px;
/* Again, the ugly brilliant hack. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:150px;
        }
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}