﻿/* CSS layout */
body{
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}

#masthead {
background-color: #7594FD;
width: 750px;
height: 88px;
/*border-style:solid;
border-width:thin;
border-color:purple;*/
margin: 0;

}

#top_nav {
/*background-color: #7594FD;*/
width: 750px;
margin: 0;
text-align:left;

}

#container {
	position: relative;
	width: 750px;
}

#left_col {
text-align:left;
	width: 189px;
	float:left;
	margin:0;	
}


#page_content {
	margin-left: 190px;
	/*border-style:solid;
border-width:thin;
border-color:#CCC;*/
}
#header{
border-style:solid;
border-width:thin;
border-color:red;
}
#footer {
width: 750px;
}

#bio{
background-color:#EFEFEF;
color:#000;
width:96%;
border-style:solid;
border-width:medium;
border-color:#EFEFEF;
}
#bionancy{
background-color:#EFEFEF;
color:#000;
height:380px;
width:96%;
border-style:solid;
border-width:medium;
border-color:#EFEFEF;
}
#biohenry{
background-color:#EFEFEF;
color:#000;
height:200px;
width:96%;
border-style:solid;
border-width:medium;
border-color:#EFEFEF;
}
#biopeg{
background-color:#EFEFEF;
color:#000;
height:500px;
width:96%;
border-style:solid;
border-width:medium;
border-color:#EFEFEF;
}
#speakerPhoto{
float:left;
background-color:#EFEFEF;
color:#000;

}
#biotext{
float:right;
text-align:left;
font-size:small;
/*border-style:solid;
border-width:thin;
border-color:red;*/
padding: .5em;
color:#000;
}

#testimonial{
text-align:left;
font-size:large;
display:block;
background-color:#74a8f5;
color:#fff;
padding:.25em;

}
#topnav{
/*border-style:solid;
border-width:thin;
border-color:#cdcdcd;*/
padding:.1em;
text-align:center;
}
#navblock {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
border-top-style:solid;
border-top-width:thin;
border-top-color:#ccc;
margin:.25em;
text-align:left;
}
#bar{
background-image:url(images/spacer749x8gray.jpg);
width: 749px;
height:4px;
background-repeat:no-repeat;


}

/*text*/

h3{
text-align:left;
font-size: 16pt;
font-weight: normal;
margin:0;
}
ul li {
margin-bottom: 2pt;
}

.small{
font-size:small;
}
.large {font-size: large}
.greytext{font-family: Arial, Helvetica, sans-serif; font-size: medium; color: #666; }

.biotitle{
text-align:left;
font-weight:bold;
margin-top: 6px;
}
/*Links get rid of underline*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.mentored {font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: italic;
font-weight:bold;
color: #69248E;
}
.greyquote{font-size: 16px; color: #666666;  font-family: Georgia, "Times New Roman", Times, serif; font-style: italic;}
.blackquotesm {font-family: Georgia, "Times New Roman", Times, serif;
font-size:small;
font-style: italic; color:black;}


