﻿body
{
    margin: 0;
    padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;    
}
#maincontainer
{
    width: 950px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    background-image: url(/img-web/top1.gif);
    background-repeat: no-repeat;
    background-color: #f4f5f7;   
}
#topsection
{
    height: 30px; /*Height of top section*/
}
#contentwrapper
{
    float: left;
    width: 100%;
}
#contentcolumn
{
    margin-left: 290px; /*Set left margin to LeftColumnWidth*/
    margin-top: 16px;
    background-color: #0178ba;   
}
#leftcolumn
{
    float: left;
    width: 290px; /*Width of left column*/
    margin-left: -950px; /*Set left margin to -(MainContainerWidth)*/

}
#content2
{
    clear: left;
    width: 100%;
}
#footer
{
    background-image: url(/img-web/down1.gif);
    background-repeat: no-repeat;    
    background-color: #daecfa;
    clear: left;
    width: 100%;
}


.footerTbl1
{
    margin: 0px 0px 5px 104px;
    color: #ffffff;
}
.footerTbl1 tr td, .footerTbl2 tr td
{
    vertical-align: top;
}
.footerTbl1 tr td a
{
    color: #ffffff;
}
.footerTbl2
{
    margin: 0px 0px 10px 350px;
    color: #034373;

}
.footerTbl2 tr td a
{
    color: #034373;
}

.ckinfo1
{
    width: 290px;
    height: 246px;
    padding: 5px;
}
.ckinfo1a
{
    float: left;
    width: 115px;
    padding-left: 5px;
}
.ckinfo1b
{
    font-size: 12px;
    margin-top: 46px;
    padding: 0px 0px 0px 10px;
    text-align: right;
    color: #ffffff;
    float: left;
}
.ckinfo1b a
{
    color: #ffffff;    

}
.ckinfo1a1
{
    margin: 5px 0px 0px 0px;
    text-decoration: none;
    width: 120px;
    height: 28px;
    display: inline-block;
}
.ckinfo1a2
{
    text-decoration: none;
    font-size: 150px;
}
.ckinfo1a3
{
    margin: 30px 0px 0px 0px;
    text-decoration: none;
    width: 120px;
    height: 32px;
    display: inline-block;
}
.h1a
{
    margin: 0px;
    color: #ffffff;
}
#fadeshow1toggler
{
    width: 650px; text-align: right; color: white; font-size: 12px;
}
.fadeshow1prev
{
    background-image: url(/img-web/fadeslideshow_prev.gif);
    background-repeat: no-repeat;
    text-decoration: none; 
}
.fadeshow1status
{
    padding: 0px 20px;
}
.fadeshow1next
{
    background-image: url(/img-web/fadeslideshow_next.gif);
    background-repeat: no-repeat;  
    text-decoration: none; 
}
.aBoxInfo1
{
    text-decoration: none;
}
.aBoxInfo1 img
{
    border-width: 0px;
    margin: 2px;
}

.aIkonaTooltip1 {
	text-decoration: none;
}
.aIkonaTooltip1 img {
    border-width: 0px;
}

.aIkonaTooltip1:hover {
	position: relative;
}

.aIkonaTooltip1 span {
	display: none;
	text-align: left;
}

.aIkonaTooltip1:hover span {
	display: block;
   	position: absolute; top: 10px; left: 0;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #f0f0f0; border: 1px dotted #c0c0c0;
	width: 300px;
	color: #333333;
	
	/* end formatting */
	
}
