/**************************************************************************************
*     LAYOUT DIVS                                                                     *
**************************************************************************************/

#containerSide {
	width: 100%;
	padding: 0px 0px 3px 0px;
	clear: both;
	background: transparent;
}
#headSide {
	width: 226px;
	height: 21px;
	padding: 4px 5px 0px 5px;
	clear: both;
	background: #3e0c0d;
	text-align: left;
	font-family: Century Gothic, Verdana;
	font-size: 10pt;
	color: white;
}
#boxSide {
	width: 226px;
	padding: 3px 5px 3px 5px;
	clear: both;
	background: #d5dfeb;
	text-align: left;
}


/**************************************************************************************
*     TABLE ASSETS                                                                    *
**************************************************************************************/

TABLE.sidebarTable {
	width: 100%;
	font-size: 7pt;
	text-align: left;
}
TABLE.sidebarTable TD.empty {
	padding: 5px 0px 5px 0px;
}
TABLE.sidebarTable TD.title {
	padding: 2px 0px 0px 0px;
	font-weight: 700;
}
TABLE.sidebarTable TD.body {
}
TABLE.sidebarTable TD.body A {
	font-size: 7pt;
	color: blue;
	text-decoration: none;
}
TABLE.sidebarTable TD.body A:hover {
	color: red;
}
TABLE.sidebarTable TD.info {
	padding: 0px 0px 2px 0px;
	text-align: right;
	font-style: italic;
	font-size: 6pt;
}


/**************************************************************************************
*     MENU ASSETS                                                                     *
**************************************************************************************/

UL.sidemenu LI {
	padding: 1px 0px 0px 0px;
	margin-left: 44px;
	list-style: url(../img/bullet.png);
	font-size: 7pt;
}
UL.sidemenu LI:hover {
	list-style: url(../img/bullet_over.png);
	color: black;
}
UL.sidemenu LI.sect {
	padding: 3px 0px 3px 0px;
	list-style: none;
	margin-left: 34px;
	font-weight: 700;
	text-indent: -34px;
}
UL.sidemenu LI.sect:hover {
	list-style: none;
}
UL.sidemenu LI A {
	font-size: 7pt;
	color: #343434;
}
UL.sidemenu LI.sect A {
	color: black;
	cursor: pointer;
}


/**************************************************************************************
*     HOMEPAGE 'LEARN MORE' BAR                                                       *
**************************************************************************************/

TABLE.learnmoreTable {
	width: 100%;
	text-align: left;
}
TABLE.learnmoreTable TD {
	font-size: 7pt;
	text-align: right;
}
TABLE.learnmoreTable TD.img {
	width: 86px;
	height: 82px;
	text-align: left;
}
TABLE.learnmoreTable TD A {
	font-size: 8pt;
}
TABLE.learnmoreTable TD P {
	padding: 4px 0px 0px 4px;
	text-align: left;
}
