/************* left ***********************/

#midLeft
{
	float: left; 
	/* since this element is floated, a width must be given */
    width: 25em; 
    height: 600px;
    /* top and bottom padding create visual space within this div */
    padding: 0px 0px; 
	background: 0px 0px url(../_images/aboutpeg.jpg) no-repeat;
}

/********************* end left *************************************/

#gotoCat
{
    position: relative;
   	left: 30%;
   /* top: -100px;*/
}

#gotoCat a
{
    color: #c13b00;
}


#midCenter
{
    position: relative;
    left: 10px;
    margin: 20px 20px;
}

#midCenter h2 
{
	font-weight: normal;
	font-size: 25px;
}

#midCenter h2 em 
{
	font-size: 35px;
	font-family: serif;
}


.repAddrList
{
    margin-top: 10px;
}

.repAddrList li 
{
	position: relative;
    left: 4em;
    line-height: 1.3em;
}

.repAddrList li:first-child
{
	left: 0;
    color: blue;
    line-height: 2em;
}

.contactType 
{
    color:  #c13b00;
    font-size: 18pt;
}
 
div.scroll {
    position: absolute;
    top: 28px;
    left: 380px;
    height: 500px;
    width: 600px;
    overflow: auto;
    background-color: #fffae4;
    padding: 8px;
}

