﻿body
{
	/*background-image: url(bg_body.png);*/
	text-align:center;
	margin:0px;
	padding:0px;

}

a
{
     text-decoration: none;
     color: #333;
}

a:hover
{
     text-decoration: underline;
     color: #000;
     
}

a:visited
{
     color: #333;
}

#m
{
	 margin: auto;
	 width:980px;
	 text-align: left;
	 height:auto;
	 margin-top:6px;
}

#t 
{
    height:30px;
    border-bottom: dotted 1px #000; 
    margin-bottom: 8px;
    text-align:right;   
}

#t .l
{
    float:left;
}

#t .l .txt
{
     font-size:10pt;
}

#t .l .btn
{
    position:absolute;
}




#t .r
{
    float: right;


}


#b
{
    height:111px;
    background-color: #A0C5FE;
    background-image: url(bkbrand.png);
    background-repeat:repeat-x;
}

#b .l
{
    float:left;
    padding-left: 20px;
}

#b .r
{
    float:right;
}

#h
{
    border-bottom: dotted 1px gray;

}

#h  h1
{
     padding-bottom: 0px;
      margin-bottom: 0px;
}


.iTable td
{
    padding:5px;
    border: solid 1px gray;
    
}

img
{
 border: none;
 
}


#c .l
{
    width:180px;
    /*border: solid 1px green;*/
    float:left;
    margin-right:20px;
}



















#c .m
{
    margin-top: 10px;
    width:480px;
    /*border: solid 1px blue;*/
    float:left;
    margin-right:20px;
}

#c .r
{
    margin-top: 10px;
    width:273px;
    /*border: solid 1px yellow;*/
    float: right;
}


#nav
{
     list-style: none;
     margin:0px;
     padding: 0px;
}

#nav li
{
     list-style: none;
     border-bottom: dotted 1px gray;
}

#nav li a
{
     text-decoration: none;
     margin-top:2px;
     margin-bottom:2px;
     padding:2px;
     display:inline-block;
     width: 176px;
     color: #333;
}

#nav li a:hover
{
     background-color: #91A476;
     color: #fff;
}

#nav li a:visited
{
     color: #333;
}