.divUnitOutline {
        background-color:	        #999999;
        border-color:		        #000000;
        border-style:		        solid;
        border-width:		        3px;
	cursor:				pointer;
        height:				35pt;
        line-height:		        32pt;
        margin:                         0px auto 20px auto;
        vertical-align:		        middle;
        width:				543px;
}
.divUnitOutline:hover .divUnitLogo a {
        text-decoration:	        none;
        color:				#ffffff;
}

.divUnitLogo {
        text-align:			center;
        /*
         background-color:	        #990000;
         */
        background-color:	        #336699;
        border-color:		        #000000;
        border-style:		        solid;
        border-width:		        0px 3px 0px 0px;
        float:				left;
        color:				#ffffff;
        font-family:		        serif;
        font-size:			24pt;
        font-weight:		        bold;
        height:				35pt;
        letter-spacing:		        5px;
        vertical-align:		        middle;
        width:				150px;
}

.divUnitLogo a {
        text-decoration:	        none;
        /*
        color:				#cccccc;
         */
        color:				#cccccc;
}
.divUnitLogo a:visited {
        text-decoration:	        none;
        /*
        color:				#999999;
         */
        color:				#dddddd;
}

.divUnitDescription {
        background-color:	        #cccccc;
        height:				35pt;
        margin-left:		        150px;
        padding-left:		        10px;
        vertical-align:		        middle;
}
.divUnitDescription:hover {
        background-color:	        #ddddee;
}

.divUnitDescription a {
        text-decoration:	        none;
        color:				#000000;
}
.divUnitDescription a:hover {
        text-decoration:	        underline;
}

.pBox {
	height:			65px;
	vertical-align:	middle;
	width:			631px;
	margin:                         0px auto 0px auto;
}

#pBoxLeft {
	clear:			none;
	display:		none;
	float:			left;
}

#pBoxRight {
	clear:			none;
	display:		none;
	float:			right;
	text-align:		right;
}

.pBoxTopLeft {
	border-color:	#999999;
	border-style:	solid;
	border-width:	2px 0px 0px 2px;
	height:			31px;
	width:			25px;
	margin-left:	12px;
	margin-top:		-48px;
}

.pBoxTopRight {
	border-color:	#999999;
	border-style:	solid;
	border-width:	2px 2px 0px 0px;
	height:			31px;
	width:			25px;
	margin-right:	13px;
	margin-top:		-48px;
}

.pBoxBottomLeft {
	border-color:	#999999;
	border-style:	solid;
	border-width:	0px 0px 2px 2px;
	height:			31px;
	width:			25px;
	margin-left:	12px;
}

.pBoxBottomRight {
	border-color:	#999999;
	border-style:	solid;
	border-width:	0px 2px 2px 0px;
	height:			31px;
	width:			25px;
	margin-right:	13px;
}

.pBoxOuterTextLeft {
	font-size:		10pt;
	height:			12pt;
	text-align:		left;
	vertical-align:	middle;
}

.pBoxOuterTextRight {
	font-size:		10pt;
	height:			12pt;
	text-align:		right;
	vertical-align:	middle;
}

.pBoxMiddle {
	padding-top:		7px;
}

