@charset "UTF-8";
/* CSS Document */

/*About Us Col*/

/* 3 Cols */
 
.cell3 { 
display: table-cell; 
width: 580px; 
border: none;
padding-top:0px;
float: left; /* for ie */
margin-right:5px;/* for ie */
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
line-height:18px;
color:#666;
}

.cell33 { 
display: table-cell; 
border: none;
padding-top:0px;
float: left; /* for ie */
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:14px;
line-height:18px;
color:#666;
}

.cell4 { 
display: table-cell; 
width: 245px; 
height: 311px; 
border: none;
background-color:#66FFFF;
background-image:url(../images/header01.png);
background-repeat:no-repeat;
padding: 24px;
padding-top:65px;
float: left; /* for ie */
margin-right:10px;/* for ie */
font-family:Georgia, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
line-height:21px;
color:#003366;
}
.cell4 {
margin-right:0;
background-image:url(../images/header03.png);
}

.celltest { 
display: table-cell; 
width: 582px; 
border: none;
padding-top:0px;
float: left; /* for ie */
margin-right:20px;/* for ie */
font-family:Georgia, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
line-height:21px;
color:#003366;
}

.celltest a{
text-decoration: none;
color:#003366;
}

.celltest a:hover, 
.celltest a.selected{
color:#666;
text-decoration:none;
}


ul {
list-style: none;
margin: 0;
padding: 0;
}

.clear {
clear: both;
}

.cell3 a, .cell4 a {
text-decoration: none;
color:#003366;
}

.cell3 a:hover, .cell4 a:hover,
.cell3 a.selected, .cell4 a.selected {
color:#000066;
text-decoration: none;
}

.cell4small {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
line-height:15px;
color:#003366;
}


.cell4small a{
text-decoration: none;
color:#003366;
}

.cell4small a:hover,
.cell4small a.selected{
text-decoration: none;
color:#000066;
}