body {
	background-color: white;
	margin: 0
	}

.content {
	color: #333;
	font: 9pt/14pt Tahoma, Verdana, Arial, sans-serif;
	padding: 20px;
	border-right: 1px #cfcfcf solid;
	border-bottom: 1px #cfcfcf solid;
	border-left: 1px #cfcfcf solid;
	}

.p_content {
	color: #333;
	font: 9pt/14pt Tahoma, Verdana, Arial, sans-serif;
	padding: 20px;
	border-top: 1px #cfcfcf solid;
	border-bottom: 1px #cfcfcf solid;
	}

.leftnav {
	color: #333;
	font: 8pt/10pt Tahoma, Verdana, Arial, sans-serif;
	padding: 4px 0 4px 0
	}

.footer {
	color: #666;
	font: 7pt/9pt Tahoma, Verdana, Arial, sans-serif;
	padding: 20px 0 20px 0
	}

.p_footer {
	color: #666;
	font: 7pt/9pt Tahoma, Verdana, Arial, sans-serif;
	padding: 20px 20px 20px 20px
	}

.title {
	color: #666;
	font: 16pt Tahoma, Verdana, Arial, sans-serif;
	padding: 10px 0 10px 0
	}

.subtitle {
	color: #666;
	font: 12pt/14pt Tahoma, Verdana, Arial, sans-serif;
	}

ul {margin-top: 0}
li {margin-left: -8px}

a.footer:link     {color: #185490; text-decoration: none}
a.footer:visited  {color: #185490; text-decoration: none}
a.footer:active   {color: #185490; text-decoration: underline}
a.footer:hover    {color: #185490; text-decoration: underline}


a:link     {color: #793535; text-decoration: none}
a:visited  {color: #793535; text-decoration: none}
a:active   {color: #793535; text-decoration: underline}
a:hover    {color: #793535; text-decoration: underline}




/*!!!!!! primary nav  !!!!!!*/
/*!!!!!! this trick courtesy Petr Stanicek [aka -pixy-] (c) 2003 http://www.pixy.cz !!!!!!*/

#navTrinity a {
	display: block;
	width: 207px;
	height: 26;
	background: url("../images/navTrinity.gif") top left no-repeat;
	}

#navTrinity a:hover {
	background-position: 0 -26px;
	}

#navTrinity a:active {
	background-position: 0 -26px;
	}

#navTrinityOn a {
	display: block;
	width: 207px;
	height: 26;
	background: url("../images/navTrinity.gif") top left no-repeat;
	background-position: 0 -26px;
	}

#navWork a {
	display: block;
	width: 207px;
	height: 26;
	background: url("../images/navWork.gif") top left no-repeat;
	}

#navWork a:hover {
	background-position: 0 -26px;
	}

#navWork a:active {
	background-position: 0 -26px;
	}

#navWorkOn a {
	display: block;
	width: 207px;
	height: 26;
	background: url("../images/navWork.gif") top left no-repeat;
	background-position: 0 -26px;
	}

#navHelp a {
	display: block;
	width: 207px;
	height: 26;
	background: url("../images/navHelp.gif") top left no-repeat;
	}

#navHelp a:hover {
	background-position: 0 -26px;
	}

#navHelp a:active {
	background-position: 0 -26px;
	}

#navHelpOn a {
	display: block;
	width: 207px;
	height: 26;
	background: url("../images/navHelp.gif") top left no-repeat;
	background-position: 0 -26px;
	}



/*!!!!!! primary nav (home) !!!!!!*/
/*!!!!!! this trick courtesy Petr Stanicek [aka -pixy-] (c) 2003 http://www.pixy.cz !!!!!!*/

#navTrinityHome a {
	display: block;
	width: 186px;
	height: 52;
	background: url("../images/navTrinity_h.gif") top left no-repeat;
	}

#navTrinityHome a:hover {
	background-position: 0 -52px;
	}

#navTrinityHome a:active {
	background-position: 0 -52px;
	}

#navWorkHome a {
	display: block;
	width: 186px;
	height: 52;
	background: url("../images/navWork_h.gif") top left no-repeat;
	}

#navWorkHome a:hover {
	background-position: 0 -52px;
	}

#navWorkHome a:active {
	background-position: 0 -52px;
	}

#navHelpHome a {
	display: block;
	width: 186px;
	height: 52;
	background: url("../images/navHelp_h.gif") top left no-repeat;
	}

#navHelpHome a:hover {
	background-position: 0 -52px;
	}

#navHelpHome a:active {
	background-position: 0 -52px;
	}


/*!!!!!! secondary nav !!!!!!*/
#secNavOff a {
	color: #666;
	font: 8pt/11pt Tahoma, Verdana, Arial, sans-serif;
	display: block;
	width: 159px;
	height: 20;
	}

#secNavOff a:hover {
	text-decoration: none;
	background: url("../images/leftNavGradient.gif") top right no-repeat;
	}

#secNavOff a:active {
	text-decoration: none;
	background: url("../images/leftNavGradient.gif") top right no-repeat;
	}


#secNavOn a {
	color: #666;
	font: 8pt/11pt Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	display: block;
	width: 159px;
	height: 20;
	background: url("../images/leftNavGradient.gif") top right no-repeat;
	}

#secNavOn a:hover {
	text-decoration: none;
	background: url("../images/leftNavGradient.gif") top right no-repeat;
	}

#secNavOn a:active {
	text-decoration: none;
	background: url("../images/leftNavGradient.gif") top right no-repeat;
	}


/*!!!!!! top imagery !!!!!!*/
.topTrinity {
	background: url("../images/topTrinity.gif") top left no-repeat;
	padding-top: 36px;
}

.topWork {
	background: url("../images/topWork.gif") top left no-repeat;
	padding-top: 36px;
	}

.topHelp {
	background: url("../images/topHelp.gif") top left no-repeat;
	padding-top: 36px;
	}

.topAux {
	background: url("../images/topAux.gif") top left no-repeat;
	padding-top: 36px;
	}

.topMid {
	background: url("../images/topMid.gif") top left no-repeat;
	border-left: 1px solid #E8ECD3;
	border-right: 1px solid #F5F6EF;
	padding-top: 36px;
	}

.topRt {
	background: url("../images/topRt.gif") top left no-repeat;
	}

