<!--
/* CSS Document */
/* Generic Elements - Un id'd */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
/*
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #D9D6CB;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
*/
}

.alert {
	color: red;
}

.smallfont{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
	color: red;
}

/*************** Top Header 							**********************/


#header {
	background-color: #048;
	vertical-align: bottom;
	width: 50%;
}

#date{
	background-color: #ccc;
	font: 11px Tahoma;
	padding: 2px 0 2px 10px;	
	margin: 2px 0 2px 10px;
}

#search {
	background-color: #ccc;
	font: 11px Tahoma;
	padding: 2px 10px 2px 0;
	margin: 2px 10px 2px 0;
}

#search form {
	text-align: right;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}
#srchbx {
	width: 130px;
	border: 1px inset #999;
	padding-left: 2px;
	margin: 1px 1px 1px;
	font-size: 11px;
}
#srchbtn {
	font-size: 10px; 
	border: 1px outset;
}

/*************** Left Hand Navigation and Surrounding Cell **********************/

#navcell {
	vertical-align: top;
	width: 160px;
	border-right: 1px solid #665;
	border-top: 1px solid #665;
	background: #EEE;
	font-size: 11px;
}
#navcell p {
	margin: 0px 5px 5px;
}
#navcell h2 {
	margin: 0px 0px 5px;
	border-top: 1px solid #665;
	border-bottom: 1px solid #665;
	color: #333;	
	background-color: #ccc;
	padding: 2px 2px 1px 7px;
	font: bold 14px Arial;
}
ul#nav {
	margin: 5px 0px 50px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	margin: 0px 5px;
	background-image: none;
}
#nav a {
	display: block;
	width: 140px;
	padding: 3px 4px;
	border: 1px none;
	text-decoration: none;
	color: black;
	background-color: #EEE;
	background-image: none;
	margin-bottom: 1px;
	border: 1px solid #EEE;
}

#nav a:hover {
	display: block;
	width: 140px;
	padding: 3px 4px;
	border: 1px solid black;
	text-decoration: none;
	color: black;
	background-color: white;
	background-image: none;
	margin-bottom: 1px;
}

ul.arrow {
	margin: 0px 5px 3px 3px;
	padding: 0px;
}

.arrow li {
	margin: 0px 0px 4px;
	padding-left: 10px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;	
}

/************************* Main Page Content Cell **************************************/

#maincell {
	vertical-align: top;
	border-top: 1px solid #665;
	padding: 5px 10px;
	background-color: white;
}

#maincell a {
	text-decoration: none;
}

#maincell a:hover{
	text-decoration: none;
}

#maincell h1 {
	font: bold 22px Tahoma;
	margin: 0px 0px 5px;
}
#maincell h2 {
	font: bold 19px Tahoma;
	margin: 5px 0px 5px;
}
#maincell h3 {
	font: bold 17px Tahoma;
	margin: 5px 0px 5px;
}

#maincell h4 {
	font: bold 13px Tahoma;
	margin: 0px 0px 5px;
}

#maincell p {
	margin: 10px 10px 15px;
	padding: 0px;
	font-size: 13px;
	line-height: 15px;
}

#maincell .alert {
	font-size: 13px;
	line-height: 15px;
	color: #F00;
}

#maincell .fineprint {
	font-size: 11px;
	color: #CCC;
}

#maincell ol {
	font-size: 13px;
	line-height: 15px;
}

#maincell ul {
	font-size: 12px;
	margin: 0px 10px 0px 25px;
	padding: 0px;
}

#maincell li {
	margin-left: 25px;
}

#maincell td {
	font-size: 11px;
	background-color: white;
}

#maincell td.required{
	font-size: 11px;
	background-color: yellow;
}

#maincell div.article{
	font-size: 10px;
	line-height: 15px;
}

#maincell form input.txtbx {
	width: 183px;
	border: 1px inset #999;
	padding-left: 2px;
	margin: 1px 1px 1px;
	font-size: 11px;
}

#maincell form input.txtbxshort {
	width: 50px;
	border: 1px inset #999;
	padding-left: 2px;
	margin: 1px 1px 1px;
	font-size: 11px;
}

#maincell form input.txtcomments {
	width: 183px;
	height: 100px;
	border: 1px inset #999;
	padding-left: 2px;
	margin: 1px 1px 1px;
	font-size: 11px;
	white-space: normal;
}

#maincell form input.btn {
	width: 130px;
	border: 1px outset #999;
	padding-left: 2px;
	margin: 1px 1px 1px;
	font-size: 11px;
}

#maincell form td.required {
	color: red;
	background-color: white;
}

#maincell table#feature {
	border: 1px solid black;
	width: 100%;
}

#maincell table#feature th{
	padding: 3px;
	background-color: #048;
	color: White;
}

#maincell table#feature td{
	padding: 5px;
	margin: 5px;
}

#maincell table#definedbenefit{
	padding: 5px;
	margin: 5px;
	border: 1px solid black;
}

#maincell table#definedbenefit th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 75px;
	border-bottom: 1px solid black;
}

#maincell table#definedbenefit td.text{
	align: left;
	width: 100px;
}

#maincell table#definedbenefit td.numbers{
	align: right;
	text-align: right;
	width: 75px;
}

#maincell table#definedbenefit td.total{
	align: right;
	text-align: right;
	width: 75px;
	border-top: 1px solid black;
}


#maincell table#definedbenefit td.age{
	align: center;
	text-align: center;
	width: 25px;
}

#maincell table#definedbenefit th.age{
	align: center;
	text-align: center;
	width: 25px;
	border-bottom: 1px solid black;
}

#maincell table#orderedlist td{
	padding: 5px;
	margin: 5px;
	font-size: 13px;
	line-height: 15px;
}

#maincell table#orderedlist td.number{
	text-align: left;
	width: 30px;
	vertical-align: top;
}

#maincell table#orderedlist .topichdr{
	font: bold 13px Tahoma;
}

#maincell #topicalert{
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	width: 80%;
}

#maincell #topicalert td.desc{
	width: 200px;
	white-space: nowrap;
}
img#leaditem {
	margin: 0px 0px 3px 10px;
	border: 1px solid #048;
}

.news li {
	list-style: none;
	font-size: 11px;
}

/************************************ Right Side Cell ****************************/
#rightcell {
	width: 220px;
	vertical-align: top;
	font-size: 11px;
	background-color: white;
	border-top: 1px solid #665;
}

#rightcellempty{
	width: 220px;
	vertical-align: top;
	font-size: 11px;
	background-color: white;
	border-top: 1px solid #665;
}
#rightcell h2 {
	margin: 0px 0px 5px;
	border-top: 1px solid #665;
	border-bottom: 1px solid #665;
	color: #222;	
	background-color: #BDF;
	padding: 3px;
	font: bold 12px Arial;
	text-align: left;
}

#rightcell h3 {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	margin: 0px 2px 5px 5px;	
}
#rightcell p {
	margin: 0px 5px 5px;
}

#rightcell a {
	text-decoration: none;
	color: black;
}
#rightcell a:hover {
	text-decoration: none;
	color: red;
}

#rightcell #casestudies{
   width : 80%; 
   position : relative; 
   border-left: 1px solid #665;
   border-right: 1px solid #665;
   border-bottom: 1px solid #665;
   line-height: 15px;
   margin: 10px 25px 0px 10px;
}


#rightcell #casestudies table{
	border: 1px solid #048;
	width: 100%;
	padding: 5px;
}

#rightcell #casestudies th{
	border: 1px solid #048; 
	background-color: #048;
	color: white;
}

#rightcell #casestudies td{
	text-align: left;
}

#rightcell #principals{
   width : 80%; 
   position : relative; 
   border-left: 1px solid #665;
   border-right: 1px solid #665;
   border-bottom: 1px solid #665;
   line-height: 15px;
   margin: 10px 25px 0px 10px;
}

#rightcell #subscribe{
   width : 80%; 
   position : relative; 
   border-left: 1px solid #665;
   border-right: 1px solid #665;
   border-bottom: 1px solid #665;
   line-height: 15px;
   margin: 10px 25px 0px 10px;
}

#rightcell #logon{
   width : 80%; 
   position : relative; 
   border-left: 1px solid #665;
   border-right: 1px solid #665;
   border-bottom: 1px solid #665;
   margin: 10px 25px 10px 10px;
}

#rightcell #logon h2 {
	border-top: 1px solid #665;
	border-bottom: 1px solid #665;
	color: #222;	
	background-color: #BDF;
	font: bold 12px Arial;
	text-align: left;
}

#rightcell #logon form {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#rightcell #logon form .textbox {
	width: 130px;
	border: 1px inset #999;
	padding-left: 2px;
	margin: 1px 1px 1px;
	font-size: 11px;
}
#rightcell #logon form .button{
	font-size: 10px; 
	border: 1px outset;
	margin-top: 5px;
	width: 75px;
	text-align: center;
	font-weight: bold;
}

#rightcell .header{
	font-weight: bold;
	line-height: 20px;
	margin-left: 10px;
	padding-left: 10px;
	text-align: left;
}

#rightcell .contactname{
	font-weight: bold;
	line-height: 20px;
	text-align: left;
}

#rightcell .tblcontent{
	margin-left: 10px;
	padding-left: 10px;
}

/******************************* Footer and Disclosure Information ********************/

#footer {
	border-top: 1px solid #665;
	background-color: #ccc;
	font: 11px Tahoma;
	padding: 5px;
	border-bottom: 1px solid #665;
}

/****************************** Page Options ******************************************/
#pageoptions{
	float: right;
	margin-right: 20px;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	width: 160px;
}
#pageoptions div{
	background:#ddd;
	border-top:2px solid #999;
	border-bottom: 2px solid #999;
	margin-bottom:1em;
}
#pageoptions h2{
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
}
#pageoptions ul{
	list-style-type:none;
	margin:0 0 0 1em;
	padding:0;
}
#pageoptions li{
	list-style-type:none;
	margin: 0px 5px 0px 0px;
	padding:0px 5px 0px 0px;
	font-size: 10px;
}
#pageoptions li a{
	text-decoration:none;
	color:#666;border:none;
}

#pageoptions li a:hover{
	text-decoration:none;
	color: #f00;
	border: none;
}

/****************************** Page Feedback ******************************************/
#pagefeedback{
	position:relative;
	width:95%;
	padding-left: 10px;
	padding-bottom: 10px;
}
#pagefeedback div{
	background:#ddd;
	border-top:2px solid #999;
	border-bottom: 2px solid #999;
}

#pagefeedback form{
	padding-left: 20px;
}

#pagefeedback input{
	background: #ddd;
}
#pagefeedback table td{
	background: #ddd;
}

#pagefeedback textarea{
	width: 500px;
	height: 150px;
}
#pagefeedback label{
	background: #ddd;
}

#pagefeedback .submit{
	font-size: 10px; 
	border: 1px outset;
	margin-top: 5px;
	width: 125px;
	text-align: center;
	font-weight: bold;
}

#pagefeedback h2{
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
}

#pagefeedback h3{
	font-weight: bold;
	font-size: 10px;
	padding-left: 5px;
}

#pagefeedback ul{
	list-style-type:none;
	margin:0 0 0 1em;
	padding:0;
}
#pagefeedback li{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size: 10px;
}
#pagefeedback li a{
	text-decoration:none;
	color:#666;border:none;
}

#pagefeedback li a:hover{
	text-decoration:none;
	color: #f00;
	border: none;
}
#pagefeedback #tblFeedback td{
	width: 50px;
	text-align: center;
	padding: 5px 5px;
}
-->