﻿@import url("screen.css");
#content
{
    background: url(../images/main.jpg) #f8f8f8 no-repeat top;
}
 #toolbar
{
     width: 705px;
     height: 28px;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 3px;
     padding-bottom: 3px;
     background-image: url(../images/toolbar.png);
     margin-bottom: 5px; 
     margin-top: -10px;
}

#topBoxes
{
    height:150px;
    width:100%;
    margin-bottom:5px;    
}

#smallBox1,
#smallBox2
{
    width:320px;
    height:100%;

}

#smallBox1{
    float: left;
    clear:both;
    margin-bottom: 20px;
}

#smallBox2{
    float: right;
}

#smallBox1Header,
#smallBox2Header
{
    width:100%;
    height: 15px;
    background-image: url(../images/box320h.png);   
}

#smallBox1Content,
#smallBox2Content
{
    width:310px;
    min-height:40px;
    background-image: url(../images/box320c.png);   
    padding-left: 5px;
    padding-right: 5px;
    text-align:left;
    font-family: Verdana;
    font-size: 0.7em; 
    color: #15478e; 
}

#smallBox1Scroll,
#smallBox2Scroll
{
    width: 100%;
    height:100%;
    overflow-y: auto;    
}

#smallBox1Footer,
#smallBox2Footer
{
    width:100%;
    height: 15px;
    background-image: url(../images/box320f.png);  
}

#largeBox
{
   width:731px;
   float: right;
}

#largeBoxHeader
{
    width:100%;
    height: 15px;
    background-image: url(../images/box731h.png);   
}

#largeBoxContent
{
    width:701px;
    height:auto !important;
    height:60px;
    min-height:60px;
    background-image: url(../images/box731c.png);   
    padding-left: 15px;
    padding-right: 15px;
    text-align:left;
    font-family: Verdana;
    font-size: 0.7em; 
    color: #000000;
}

#largeBoxFooter
{
    width:100%;
    height: 15px;
    background-image: url(../images/box731f.png);    
}

#imageBox
{
	float: left;
	clear: both;
}

.caMemberTable
{
}
.caMemberBox
{
	text-align: center;
	vertical-align: top;
}

.caMemberName
{
	font-family: Verdana;
	font-size: 1.5em;
	font-weight: bold;
}
.caMemberTitle
{
	font-family: Verdana;
	font-size: 1.25em;
	font-style: italic;
}

.caMemberDesc
{
	font-family: Verdana;
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 25px;
}

.caMemberImage
{
}