/* CSS Document */

table#secColsTable {
	width="100%";
	border:none;
	padding:0px;
}

/*table#sectColsTable*/
table#sectColsTable li{
	margin-left:18px;
	line-height : 18px;
	/*border:solid orange 1px;*/
}
table#sectColsTable ul{
	list-style-image: url(images_sections/bullet_blue_tri_trim_10.gif);
	padding:0px;
	margin:0px 0px 10px 0px;
	/*border:solid red 1px;*/
}

table#sectColsTable td{
	padding:0px;
	margin : 0px;
	display: table-cell; 
	vertical-align: top;
	/*border:solid blue 1px;*/
}

a.sectLinksHdr:link {
color:#000000;
font-size:11px;
font-weight:bold;
}
a.sectLinksHdr:visited {
color:#666666;
font-size:11px;
font-weight:bold;
}
a.sectLinksHdr:hover {
color:#990000;
font-size:11px;
font-weight:bold;
}

.sectList li a:link {
color:#2D4374;
font-size:11px;
/*font-weight:bold;*/
}
.sectList li a:visited {
color:#666666;
font-size:11px;
font-weight:bold;
}
.sectList li a:hover {
color:#000000;
font-size:11px;
/*font-weight:bold;*/
background-color:#ffcc33;
}

.sectContent p {
	font-size:12px;
	
}
.sectLeftCol{
	/*width:157px;*/
}
.sectBox{
	margin-right : 14px;
}
.sectCol{
	width:33%;
	padding-right:14px;
}
.sectList{
	/* text for section list */
}
.sectListHdr {
background:#EFEED8 none repeat scroll 0%;
text-align:center;
vertical-align:top;
}
