@charset "UTF-8";
/* CSS Document */
.border_tl {
    background:url(../images/corner_tp_lft.gif) top left no-repeat;	
}
.border_tr {
    background:url(../images/corner_tp_rt.gif) top right no-repeat;
	padding:10px;
}
.border_bl { 
    background:url(../images/corner_btm_lft.gif) bottom left no-repeat;;
}
.border_br {
    background:url(../images/corner_btm_rt.gif) bottom right no-repeat;	
}
.border_t {
    background:url(../images/px.gif) top repeat-x;
}
.border_b {
    background:url(../images/px.gif) bottom repeat-x;
}
.border_l {
    background:url(../images/px.gif) left repeat-y;
}
.border_r {
    background:url(../images/px.gif) right repeat-y;
}
.boxContent{
	padding:10px;
	clear:both;
}
.navTree{
	padding-bottom:15px;	
}
.innerB1,
.innerB2 {
	margin-bottom:10px; 
	background-color:#E6E8FA
}
.innerB1 {
    
}
.innerB2 {
    
}
.innerBHeader {
	margin-bottom:10px;
}
.helpIcon {
	float:right;
}
.box1 {
    width:455px;
	float:left;
	vertical-align:top;
	
}
.box2 {
    width:455px;
	float:right;
	vertical-align:top;
}
.subBox {
    float:left;
	width:455px;
	z-index:1;
	margin-bottom:10px;
	background-color:#E6E8FE
}

.mainContent {
    position:relative;
}
.containingCol {
    width:448px;
	float:left;
	vertical-align:top;
	margin-left:10px;
}
.colItem {
    float:left;
	width:448px;
	margin-bottom:10px;
}
.colItem2 {
    background-color:#E6E8FE;
}
.itemContent{
    
}

.itemHeader {
    padding-bottom:10px;
}
.menuItem {
    background-color:#475874; 
	margin-bottom:2px;
	text-align:left;
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.menuItem a, .meniItem a:visited {
    color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:14px;
	display:block;
	padding:3px;
}
.menuItem a:hover, .menuItem a:active {
    background-color:#27408B;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFFFFF;
}
.colItemImg{
    float:left;
	padding-right:4px;
	border:0;
}
.itemSummary {
    text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #475874;
	text-decoration: none;
	display:block;
}








