/* CSS Document - Lifutech Copyright 2007*/

/** Structural Elements **/

body, p, td, th, ul, li, a { 
background-color: #fff; 
color: #000; 
font-family: Verdana, Arial, Helvetica, san-serif; 
font-size: 10pt; 
}


#navBar, #sectionLinks, #globalNav, #siteInfo a, #headlines, #pageName, #breadCrumb	{
visibility:hidden;
display:none;
width: 0;
height:0;
}

#contents, .layout, .borders		{
margin-left: 0.5in;
margin-right:  0.5in;
width: 7.5in;
	}	
#siteInfo {
background-color: #FFF;
}

	
a:link		{ color: #001E48; text-decoration: underline; font-weight: bold; }
a			{ }
a:visited	{ color: #669; text-decoration: underline; font-weight: bold;} 
a:active	{ color: #669; text-decoration: underline; font-weight: bold;} 
a:hover		{ color: #669; text-decoration: underline; font-weight: bold;}
			
blockquote	{
	
	border-left: 1px solid #CCC;;
	padding: 0px 0px 0px 13px;
	margin: 12px 15px 12px 0px; 
	}
			


/* ColumnB Styles */

#search {
visibility:hidden;
display:none;
height: 1px;
}



/* Headers */	
	
h1	{
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, san-serif; 
	font-size: 20pt;
	}

h2	{
	color: #000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, san-serif; 
	font-size:17pt;
	}

h3	{
	color: #000;
	letter-spacing: 0.035em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, san-serif; 
	font-size:15pt;
	}
			
h4	{
	color: #000;
	font-style: italic;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, san-serif; 
	font-size: 14pt;
	}
	
h6	{
	font-family: Verdana, Arial, Helvetica, san-serif; 
	color: #000;
	font-size:13pt;
	}
 /* end headers */	


		
img.left, img.leftnob, img.left-noborder 	{
	border: 1 solid #444;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-top: 0;
	clear: left;
	float: left;
	margin-left: 2px;
	}
				
img.right, img.right-noborder, img.rightnob 	{
	display: block;
	border: 1 solid #444;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 0;
	clear: right;
	float: right;
	margin-right: 0px;
	}
/* end image alignment */
.nobreak {
	white-space: nowrap;
}
.center {
	text-align: center;
	vertical-align: middle;
}
