/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
#welcome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
a:link, a:visited, a:hover {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}


a:hover {
	text-decoration: underline;
}
.emphasis {
	font-weight: bold;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	
}

h1{
	font-size: 120%;
	color: #334d55;
	padding-left: 1em;
}

h2{
	font-size: 110%;
	color: #990000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 130%;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

			

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px;
	width: 95%;
	border-bottom-color: #cccccc;
	background-image: url(headshot188.jpg);
	background-repeat: no-repeat;
	background-position: 50px center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#masthead #photo {
	float: left;
	margin-left: 40px;
	background-image: url(headshot188.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#masthead #logo {
	margin-left: 250px;
	margin-top: 50px;
}


#content{
	width: 75%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10;
	padding-right: 10%;
	padding-bottom: 0;
	padding-left: 10;
}
#content p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #22292C;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
}
#topborder {
	height: 10px;
	background-color: #660000;
}

/*************** #pageName styles **************/

#pageName{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 2em;
}
#pageName p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990033;
	line-height: 16px;
}


/************** .story styles *****************/

.story{
	font-size: 95%;
	border: thin dotted #660000;
	width: 70%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #330033;
}
.story p{
	padding: 0px 0px 10px 0px;
	font-size: 95%;
	color: #0F057F;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #660000;
	margin-top: 0px;
	background-image: url(manykids.gif);
	background-repeat: no-repeat;
	background-position: 600px bottom;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#siteInfo p {
	font-size: 95%;
	text-transform: uppercase;
	padding: 0px;
	text-align: center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
