/* Start of CMSMS style sheet 'HBM' */
* { margin:0; padding:0; }

body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 75%;
	background-color : #6699CC;
	}
	
/*These are the default sizes, set  for non-standard browsers*/
h1  { font-size: 2em; }
h2  { font-size: 1.5em;}
h3  { font-size: 1.17em; }


#wrap1 
	{
	margin : 20px auto;
	padding : 40px;
	border : 0; 
	width : 720px;
	background-color:white;
	color : #262;
	}

#header { padding : 10px 0 20px 0}
#header img {}	
#menu {padding: 0;  clear : both; background-image : url(images/hbm/dark-fade.jpg); background-repeat : repeat-x; color : white;}
/* #menuwrapper { } is defined in menu.css*/


#slogan
	{
	float : right;
	display : inline;
	background-color:transparent;
	font-size: 12px;
	color : #CFC;
	padding : 3px 5px 0 0 ;
	font-weight : bold;
	}
	
table#content {clear : both; width : 100%;}

table#content td { 	vertical-align: top;}
td#main { }
td#sidebar { 	width : 200px; padding-left: 20px; color:black;}

#mainwrapper {
 line-height : 125%;
 font-size : 10pt;
}

#mainwrapper img { margin : 10px; }

#mainwrapper h1
	{ 
	color: #359c67;
	padding : 20px 5px 5px 0;
	font-size: 14pt;
	}

#mainwrapper h2
	{
	color : #366b9d;  
	padding : 5px 5px 5px 0;
	font-size:12pt;
	}
	
#mainwrapper h3
 {		
 color : #366b9d;  
 padding : 5px 5px 0 0; 
 font-size : 10pt;
 }

#mainwrapper p {
 margin-top : 0; 
 padding : 2px 5px 5px 0;
 line-height : 150%;
 font-size : 10pt;
 }
	
#footer {
	clear : both;
	font-size: 0.9em;
	padding : 20px 10px;
	}

#mainwrapper ul {
	margin-left: 30px;
	list-style: disc;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#mainwrapper li {
	margin-left: 10px;
	padding-bottom: 7px;
}
	
#manwrapper img { margin : 0px 20px 10px 20px }	

div.left49 { width : 49%; float : left; text-align:left; background-color:inherit;}
div.right49 { width : 49%; float : right; text-align:right; background-color:inherit;}
.hbm-blue { color : #366b9d; }
.hbm-green { color : #359c67; }
.clearb { clear:both;}

/* End of 'HBM' */

