/*** Document Elements ***/
body
{
	font-family: Verdana;
	font-size:10pt;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#e8e8f6', startColorstr='#FFFFFF', gradientType='0'); 

}
span
{
    text-align:justify;   
}

/*** Named Items ***/
#MainTable
{
	border:none;
	width:100%;
	padding:0;
	margin:0;
	border-collapse:collapse;
	font-family:Verdana;
	font-size:10pt;
		
}
#LogoRow
{
	height:40px;
	text-align:left;
}
#MenuRow
{
	height:50px;
	text-align:left;
	border:none;
	padding:0;
	margin:0;
}
#ContentTable
{
    width:1120px;   
}
#LogoInfoDiv
{
    z-index:10;
    position:absolute;
    left:550px;
    top:20px;
    display:inline;
    text-align:right;
    width:500px;
    color:#00098C;
}

/*** Classes ***/
.Inc
{
    font-size:8pt;  
    
}
.menuimg
{
    padding:0;
    margin:0;
    border:none;
    position:relative;  
}
.ContentText
{
    text-align:justify;  
    font-family:Verdana;
    font-size:11pt; 
    width:80%;
    line-height:14pt;
}
.ContentBold
{
    text-align:justify;  
    font-family:Verdana;
    font-size:11pt; 
    font-weight:bold;
}

.MenuCell
{
    width:170px;
}


.SectionTitle
{
    color:#00098C;
    /*background:#FAF600;*/
    font-weight:bold;
    font-size:12pt;
    border-bottom:solid 1px #00098C;
    padding-bottom:10px;
}
.MenuLink
{
    color:#00098C;
    text-decoration:none;
    font-size:10pt;
}
.MenuTitle
{
    color:#00098C;
    font-weight:bold;
    font-size:10pt;
}
.Copyright
{
    font-size:7pt;
}

.SmallTableHeader
{
    background:#00098C;
    color:White;
    
}

.SmallerTableHeader
{
	background:#00098C;
    color:White;
    font-size:10pt;
    text-align:center;
	
}

.SmallTable
{
    font-size:10pt;
    padding:2px;
    margin:5px;
    border:1px solid lightsteelblue;
}

.SmallTableAlt
{
    font-size:10pt;
    padding:2px;
    margin:5px;
    border:1px solid lightsteelblue;
    background-color:lightcyan;
   
}

.SmallerTable
{
    font-size:9pt;
    padding:2px;
    margin:5px;
    border:1px solid lightsteelblue;
    text-align:center;
}

.SmallerTableAlt
{
    font-size:9pt;
    padding:2px;
    margin:5px;
    border:1px solid lightsteelblue;
    background-color:lightcyan;
    text-align:center;
}

.MedTable
{
    font-size:10pt;
}
.CalendarRow
{
	
}
.CalendarCell
{
	width:150px;
	height:50px;
	border:dashed 1px #515590;
	vertical-align:top;
}
.CalendarCellToday
{
    width:150px;
	height:50px;
	border:double 3px #515590;
	vertical-align:top; 
}

.DateSpan
{
	font-size:8pt;
	color:#515590;
}

.CalendarParent
{
    font-size:9pt;   
}

.CalendarSpecial
{
   font-size:9pt; 
   width:100%;   
}
.CalendarHead
{
    color:#00098C;
    font-size:10pt;
}
.CalendarSep
{
    color:#00098C;
    font-size:9pt;
    width:100%;
    border-bottom:solid 1px #00098C; 
    margin-top:5px;
}
.CalendarShowTell
{
   font-size:9pt;
   margin-top:10px;
   padding-top:5px;
   

}

.Testimonial
{
	width:800px;
	font-size:9pt;
	margin-left:10px;
	font-style:normal;
	/*float:right;
	clear:right;*/
	background-color:aliceblue;
	padding:8px;
	border:2px outset #00098C;
	text-align:left;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:80px;
}

.TestimonialLeft
{

	width:800px;
	font-size:9pt;
	margin-right:10px;
	font-style:normal;
	/*float:left;
	clear:left;*/
	background-color:aliceblue;
	padding:8px;
	border:2px outset #00098C;
	text-align:left;
	margin-bottom:10px;
	margin-top:10px;
}
.TestimonialPerson
{
	font-weight:bold;
	text-align:right;
	font-style:italic;
	width:100%;
}

.FloatingImage
{
	float:left;
	clear:left;
	padding:3px;	
}

