/* 

	carepregnancycenterepwv.org CSS Version 1.0
	
	Design By: Jacob Barr of iRapture.com
	Implementation By: Josh Manis of iRapture.com
	
	1/25/2010 6:54 PM
	
	1) Default Block Level Elements
	2) Custom Block Level Elements
	3) Images
	4) Anchors
	5) Text Formatting
	6) Lists
	7) Form Elements
	
*/

/*---------- 1) Default Block Level Elements ----------*/
body {
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*---------- 2) Custom Block Level Elements ----------*/


/*---------- 3) Images ----------*/




/*---------- 4) Anchors ----------*/

a {
	text-decoration:none;
	color:#816c95;
} 

a:hover{
	color:#a189b9;
}

a.printPage{
font-size:18px;
color:#0000FF;
}

a.printPage: hover{
font-size:18px;
color:#000;
}

/*---------- 5) Text Formatting ----------*/

h1 {
	font-size:36px;
}

h2 {
	font-size:28px;
	margin-bottom:20px;
}

h3 {
	font-size:24px;
	margin-bottom:20px;
}

.pageTitle {
	color:#000000;
	font-size:26px;
	text-align:center;
	margin: 0 0 20px 0;
}

.bodyTitle {
	color:#000000;
	font-size:22px;
	text-align:center;
	font-weight:bold;
}

.small {
	font-size:12px;	
}

/*---------- 6) Lists ----------*/

ul.articles {
	margin:10px 0 10px 25px;
}

ul.articles li {
	margin:10px 0 10px 0px;
}



/*---------- 7) Form Elements ----------*/


