/* body default block */
/* 
light blue =  #ACC9E9;
medium blue = #4F8FCC;
dark blue =  #0044aa;    
brown = #C27A54;
light green = #A7D39E;
*/

body {
    padding:0px;
    margin:0 auto; 
  /*  margin-top:0px;
    margin-bottom:5px;*/
    text-align:center;
    background:#0044aa;
    font:12px/20px Verdana, Arial, Tahoma, sans-serif;
    
    }

a:link {
	color: #0066cc; 
	text-decoration: none;
	}

a:visited {
	color: #0066cc; 
	text-decoration: none;
	}

a:hover {
	color: #ff0000;  
	text-decoration: none;
	
	}


/* header block */

#heading {
    background: url(images/baby_smOnGreen.jpg) no-repeat;
	background-color:#A7D39E;
    width: 990px;
    height: 75px;
    margin: 0 auto;
    color: #000000;
    text-align: center;
    font-size:14pt;
    padding-top:15px;
    float:left;
    clear:both;
    }

#heading a:hover{
	color:white;
	}

#header {
    padding: 5px 0 0 10px;
    }

h1 {
    font: 24px "Trebuchet MS", Georgia, serif;
    margin: 0;
    font-weight: bold;
    }

h1 a:link, h1 a:visited {
    text-decoration: none;
    color: #0066cc;
    }

h2 {
    font: bold 20px "Trebuchet MS", Georgia, serif;
    margin: 0;
    text-align:center
    }

/* content, minitab, and sidebar block */
#page 
{
	width:990px;
	background: url(images/2col_bg.jpg);
	margin:0 auto;
}

#content {
    background: #eeeeee;
    margin: 0 auto;
    width: 772px;
    text-align: left;
	border:solid 1px black;

    }

h3 {
  font: bold 16px "Trebuchet MS", Georgia, serif;
  color: #000;
  margin:0px;
  padding-top:12px;
}

h3 a:link, h3 a:visited {
    text-decoration: none;
    color: #0066cc;
    }

h3 a:hover {
    text-decoration: none;
    color: #ff0000;
    }


#main 
{
    float: left;
    background: #ffffff;
    padding: 15px 20px;
    width: 740px;
    text-align:left;
    clear:right;
    }

#sidebar {
    width: 198px;
    margin: 0 auto;
        background:url(images/pregnant1.jpg) no-repeat; 

/*    background:url(images/bglady5.jpg) no-repeat; */
 /*   background-color:#4F8FCC;  */
    background-color:#4F8FCC;

    padding:5px;
    float:left;
    }

#sidebar ul 
{
	text-align:left;
    margin-top: 1px;
    padding-left: 6px;
    margin: 6px;
    margin-top:0px;
    list-style-type: none;
    }

#sidebar li {
    padding-left:8px;
     font: 12px/16px Verdana, Arial, Tahoma, sans-serif;
    font-weight:bold;
    padding-bottom:8px;
    }

#sidebar a 
{
/*	color:#0044aa; */
color:#FFF;

}
#sidebar a:hover
{ 	    text-decoration: none;
  /*  color: #ff0000; */
  color:#ACC9E9;
    }

.meta {
    color: #666666;
    font-size: 11px;
    margin: 0;
    }

.postmeta {
    color: #666666;
    font-size: 10px;
    background: #eeeeee;
    padding: 10px;
    margin: 0;
    }

.entry {
    padding-bottom: 10px;
    }

blockquote {
   /* border-left: 2px solid #999999; */
    padding-left: 5px;
   /*  color: #666666; */
    }

.alignleft {
    float: left;
    }

.alignright {
    float: right;
    }


/* comments block */

h4 {
  font: bold 10pt "Trebuchet MS", Georgia, serif;
  color: #000;
  margin:0px;
  padding-top:0px;
}
#commentlist {
    font-size: 10px;
    }
    
#commentlist ol {
    margin: 0;
    padding: 0 15px;
    }

.whitebox, .graybox {
    margin: 2px 0px;
    padding: 5px;
    }

.whitebox {
    background: #ffffff;
    }

.graybox {
    background: #eeeeee;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
    }


/* footer */

#footer {
    clear: both;
  /* background:#4F8FCC; */
     background:#ACC9E9;
 /*  background:#A7D39E; */
    
    text-align: center;
    color: #0044aa;
    padding: 10px;
    height: 115px;
    }

#footer p {
    margin: 0;
    }

#footer a:link, #footer a:visited {
    color: #0044aa;
    text-decoration: none;
    cursor:hand;cursor:pointer;
    }
#footer a:hover
{
    color:#ffffff;
    text-decoration: none;
    cursor:hand;cursor:pointer;
    }
    
#footer2 {
    clear: both;
    background:#0044aa;
     
    text-align: center;
    color: gray;
    padding: 10px;
    }

    
/* asp.net  */

.msg 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:	8pt;
color:red;
font-weight:bold;
}

.button 
{
CURSOR:pointer;cursor:hand;
font-size:9pt;
height:20px;
}
.textBox 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height:16px;
	vertical-align: top;
}
