/*  filename: style.css  - cascading style sheet for new dmh site*/
/* Becky Weaver edited 5/08/01 */


A:active {COLOR: #66cccc; /* lt teal when clicked */
        FONT-STYLE: NORMAL;
        FONT-FAMILY: ARIAL, HELVETICA, SANS-SERIF}

A:link {COLOR: #333399;  /* 333399drk blue */
        FONT-WEIGHT: NORMAL;
        FONT-FAMILY: ARIAL, HELVETICA, SANS-SERIF} 

A:VISITED {COLOR: #006699;  /* diff blue  */
           FONT-FAMILY: ARIAL, HELVETICA, SAN-SERIF} 
 
a:hover {
color: #009999; /* 009999=drk teal */
}


BODY {FONT-FAMILY: ARIAL, HELVETICA, SAN-SERIF;
	  color: #333399; /* drk blue */
	  font-size: 11pt;
	  line-height: 1.3em;
	  } 

#pageHolder{
	width:100%;
	border-width:0; 
	padding: 0px 0px 0px 15px; 
	background-color:#ffffff; /* ffffff=white; eeeeee=gray */
  
}

#content{
	color: #003082; /* drk blue */
	padding: 0px 0px 0px 15px;
	font-size: 10pt;
}

#content p{

	/*margin: 0px 0px 0px 15px;	*/
	margin: 1em 0px 1em 0px; /* the first 1em allowed blank lines between paragraphs */
} 




/* heading 1 is heading for page ie welcome to dmh */

H5 {color: #009999; /* 66cccc light teal */
    margin-left: 5%;
    font-size: 20pt;
    font-weight: bold;
    font-family: arial, helvetica, san-serif}

H4 {color: #333399;  /* 333399drk blue */
    margin-top: 3%;
    margin-left: 3%;
    font-size: 16pt;
    font-weight: bold;
    font-family: arial, helvetica, san-serif}

H3 {color: #009999; /* 009999 dk teal */
    margin-top: 3%;
    margin-left: 3%;
    font-size: 14pt;
    font-weight: bold;
    font-family: arial, helvetica, san-serif}
 
H2 {color: #66cccc;
    margin-left: 5%;
    font-size: 12pt;
    font-weight: bold;
    font-family: arial, helvetica, san-serif}

H1 {color: #009999; #009999; /* 66cccc light teal */
    font-size: 10pt;
    font-weight: bold;
    font-family: arial, helvetica, san-serif}