/* START top of page common positioning and formatting */
.wrapper {
position:relative;
margin:0 auto;
text-align:left;
width: 940px;
}

#backgroundstart{
position:absolute;
top: 11px;
left:0px;
width: 940px;
height: 153px;
background-image:url(images/background1a.jpg);
z-index:1;
}

#contentwrap{
position:absolute;
top: 164px;
left:0px;
width: 940px;
background-image:url(images/background2a.jpg);
z-index:1;
}

#backgroundend{
background-image:url(images/background3a.jpg);
position:relative;
left: 0px;
width: 940px;
height:10px;
}
/* END top of page common positioning and formatting */


/* START text formatting */

.accent a{
color:#41568f;
text-decoration:none;
font-weight:bold;
}

.accent{
color:#41568f;
font-weight:bold;
}

.accent2 a{
color:#41568f;
text-decoration:none;
}

.title{
font: 16px/18px Verdana;
}

.subtitle{
font: 14px/17px Verdana;
font-weight:bold;
color:#840D15;
}

.bold{
font-weight:bold;
}

.italic{
font-style:italic;
}

.mistral{
font: 36px/47px Mistral;
color:#840D15;
}

.table{
margin-left:15px;
margin-right:15px;
margin-bottom:10px;
}


ol{
margin: 0px;
padding: 0px;
list-style:none;
}

.bio li{
margin-bottom:5px;
}

img{
border-style:none;
}
/* END text formatting */
