
/****** Main document elements and wrappers *********************************
 ***************************************************************************/



/****** Second level skin elements ******************************************
 ***************************************************************************/



/****** Text, links, and inline formatting **********************************
 ***************************************************************************/

.Head
{
	font-size: 24px;
	font-weight: Bold;
	color: #000;
}
b
{
	font-weight: bold;
}
p
{
	color: #196562;
	line-height: 16px; /* margin: 0 0 0px 0;*/
	margin-right: 50px;
	padding: 0 0 5px 0;
}
h1
{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	line-height: 100%;
	font-weight: normal;
	color: #1e3d5b;
}
h2
{
	margin-bottom: 8px;
	padding: 0;
	font-size: 14px;
	color: #1e3d5b;
	font-weight: bold;
}
h3
{
	margin: 5px 0 2px 0;
	padding: 0;
	font-size: 12px;
	color: #196562;
	font-weight: bold;
}
h5
{
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 12px;
	color: #537f9f;
	font-weight: bold;
}
img
{
	border: none;
}
ul
{
	/*controls indent for bulleted lists*/
	margin: 0 0 0 0;
	padding: 15px; /*eliminates standard bullet graphic and adds my bullet graphic*/
	list-style: none url(image/bullet.gif);
}
li
{
	color: #196562; /*margin: 2px 0 6px 0;*/ /*controls spacing between bullet image and text in list*/
	padding: 0 0 0 0;
	line-height: 14px;
}
/*p{text-align:left;}*/
.img_clear
{
	clear: left;
	border-width: 0px;
}
.foot_text
{
	padding: 0px;
	margin-top: 0px;
	font-size: small;
	font-weight: normal;
}

.collapse_text
{
	font-size: 1px;
	line-height: 0.5em;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}



/****** Module menu settings ************************************************
 ***************************************************************************/

.ModuleTitle_MenuItem
{
	border: white 0px solid; /*override borders */
}

.ModuleTitle_MenuItem TD
{
	/*TD if menu is using tables */
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height: 21px;
	white-space: nowrap; /*Word wrapping menu item now optional */
	padding: 1px 3px 3px 1px;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color: #EEEEEE;
	width: 15px;
	height: 100%; /*override the default height for icon so that menubreaks can have heights adjusted */
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	padding: 1px 1px 1px 1px; /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak
{
	background-color: #EEEEEE;
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work */
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

