/* Osteopathic Heritage CSS Document */

/* 	Base Colors 
	Dark Blue - #1b242a
	Gray - # a5acaf
	
	Sub-Brand Colors
	Dk Blue 645 - #734abc
	Dk Blue 550 - #8cb8c6
	Dk Green 450 - 4f4c25
	Green/Yellow 617 - #c6bf70
	Dk Mauve 7533 - #4a3c31
	Pink 7522 - #b6735c
	Natural 7530 - #aa9c8f
	Natural 7501 - #dbceac
	
	*/
	
	
/*	Font Styles */

.heading {
	color: #8cb8c6;  /* change color */
	font-size: 25px;
	line-height: 25px
	}
	
#colorblock-heading {
	width: 98%;
	background: url('images/colorblock-heading.gif') repeat-x top left;
	line-height: 27px;
	color: #ffffff;
	height: 27px;
	font-size: 16px;
	padding-left: 10px
	}
	
.noindentlist {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 10px;
	padding-left: 10px
	}	
	
	
.subheading1 {
	color: #1b242a;
	font-family: Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold
	}	
	
.subheading2 {
	color: #1b242a;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold
	}		
	
		
	

	
	

