html, body {
	padding:0px;
	margin:0px;
	height:100%;
}
body { background-color:#1F2C58;background-image: url(body_senior_bg.jpg); background-repeat: repeat-x; }
body.howitwork {background-color: #5F676C;background-image:none;}

td.body { background-image: url(body_bg.jpg); background-repeat: no-repeat; background-position: center top;}
td.body_home { background-image: url(body_home_bg.jpg); background-repeat: no-repeat; background-position: center top;}
td.home {background-image: url(home_bg.jpg); background-repeat: no-repeat; background-position: left bottom;}
table.content { }
body, td, p, a, span, div, input, select {
	font-size: 12px; font-family: Arial,Verdana, Tahoma, sans-serif; color:#FFFFFF;
}
a:hover { text-decoration: none;}

h1 {
	color: white; 
	font-size: 13px; font-family: Verdana, Arial, sans-serif; 
	font-weight: bold; 
	background-image: url(h1_bg.gif); background-repeat: no-repeat;  background-position: left bottom;
	padding-bottom: 9px; margin-bottom: 5px; padding-top: 2px; padding-left: 3px; margin-left: 0px;
}

h2 {
	color: #FEC58B; 
	font-size: 13px; font-family: Tahoma, Verdana, Arial, sans-serif; font-weight: bold; 
	background-image: url(h2_bg.gif); background-repeat: repeat-x;  background-position: left bottom;
	padding-bottom: 8px; margin-bottom: 2px; margin-top: 4px; padding-left: 1px;
}

h3 {
	color: #E0F0FF; 
	font-size: 13px; font-family: Arial,Verdana, sans-serif; font-weight: bold; 
	background-image: url(h3_bg.gif); background-repeat: repeat-x;  background-position: left bottom;
	padding-bottom: 3px; margin-bottom: 10px; margin-top: 4px; padding-left: 1px;
}

p {margin-top: 3px; margin-bottom: 7px; text-align: justify;}
ul {list-style: none; margin: 0px; margin-left: 3px; padding: 0px;}
li {padding-bottom: 7px;}

/* **************************************************** */
/* 			left navigation bar 		*/
/* **************************************************** */

div.navigation {
	padding-left: 18px;
	padding-right: 5px;
	height: 367px;
}
/* because dummy Mozilla & FireFox..  */
img.nav_bar {
	margin-top:28px;
	margin-bottom: 35px;
}
ul.leftmenu {
	margin:3px 4px 0px 5px;
}
ul.leftmenu li {
	vertical-align: top;
	padding: 0px; padding-left: 14px;
	margin: 0px; margin-bottom: 3px;
}

ul.leftmenu li a{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,Verdana, sans-serif;
	color: #BAE1FF;
	text-decoration: none;
}
ul.leftmenu li div {
	background-image: url(lmnu_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom:3px;
	border-bottom: 1px solid #325B9D;
}

ul.leftmenu li.current {
	background-image: url(bullet_li.gif);
	background-repeat: no-repeat;
}
ul.leftmenu li.current a{
	color: white;
}

ul.leftmenu li div.light {
	border-bottom: 1px solid #4680C0;
}
ul.leftmenu li div.dark {
	border-bottom: 1px solid #294C8E;
}

ul.leftmenu li a:hover{
	color: white;
	text-decoration: none;
}

ul.sublist {
	margin: 0px;	margin-top: 8px;
	padding: 0px;
}
ul.sublist li{
	background-image: url(bullet_subli.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
}

ul.leftmenu li ul.sublist li a{
	background-image: none;
	font-weight: normal;
	color: #BAE1FF;
}
ul.sublist li a:hover{
	font-weight: normal;
	text-decoration: none;
}

ul.sublist li.link{
	background-image: url(lsmnu_line_gr.gif);
}

ul.sublist li.link a{
	font-weight: normal;
	color: #D3DCE1;
}
ul.sublist li.link a:hover{
	font-weight: normal;
}


div.nav_bottom {
	text-align: center;
	padding-left: 10px;
	height: 55px;
}
div.copy {
	text-align: center;
	padding-left: 10px;
	font-size: 10px;
	color: #8DB0DC;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

/* **************************************************** */
/* 		central content  			*/
/* **************************************************** */

div.content {
	margin-top: 48px;
	margin-left: 20px;
	padding-right: 20px;
}
div.content a{
	font-weight: bold;
	color: #E98E01;
	text-decoration: none;
}
div.content a:hover{
	text-decoration: underline;
}

td.fotolink {
	background-repeat: no-repeat;
}
td.fotolink a{
	font-weight: normal;
	font-size: 11px;
	color: white;
	text-decoration: none;
}
td.fotolink a:hover{
	text-decoration: none;
	color: #CACDCF;
}

ul.txt_list {
	margin-top: 17px;
	margin-bottom: 12px;
	margin-left: 5px;
}
ul.txt_list li{
	background-image: url(li_txt_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}                       
ul.link_list {
	margin-bottom: 10px;
}
ul.link_list li {
	background-image: url(rlink_trn.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	display: inline;
}
ul.link_list li a{
	font-weight: normal;
	color: #C4C6C8;
	text-decoration: none;
}

ul.link_list li a:hover{
	text-decoration: none;
	color: white;
}

table.contact a{
	text-decoration: underline;
}
table.contact a:hover{
	text-decoration: none;
}

table.small_photo img{
	border: 1px solid #647791;
}

div.prev_page {
	background-image: url(prev_bg.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
	padding-bottom:2px;
	padding-top: 2px;
	height: 19px;
	width: 100px;
}
div.prev_page a{
	font-weight: normal;
	font-size: 11px;
	color: #DADCDF;
	text-decoration: none;
}
div.prev_page a:hover{
	text-decoration: none;
	color: white;
}
div.next_page {
	background-image: url(next_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 26px;
	padding-bottom:2px;
	padding-top: 2px;
	height: 19px;
	width: 104px;
}
div.next_page a{
	font-weight: normal;
	font-size: 11px;
	color: #DADCDF;
	text-decoration: none;
}
div.next_page a:hover{
	text-decoration: none;
	color: white;
}

div.pages {
	margin-top: 3px;
}
div.pages, div.pages a {
	color: #C4C6C8;
}
div.pages a {
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
}
div.pages a.current {
	color: white;
	font-weight: bold;
}
div.pages a:hover {
	text-decoration: underline;
}

div.content a.underline:hover {
	text-decoration: underline;
}
/* **************************************************** */
/* 			bottom menu 			*/
/* **************************************************** */
div.btmenu { width: 260px; margin-left: 330px; }
div.btmenu_home { width: 260px; margin-left: 333px; }
div.btmenu, div.btmenu a { color: #90ADD9; font-size: 11px; text-decoration: none;}
div.btmenu_home, div.btmenu_home a {color: #BEADAB;font-size: 11px; text-decoration: none;}
div.btmenu a, div.btmenu_home a{ padding-left: 5px; padding-right: 5px;}
div.btmenu a:hover { text-decoration: none; color: #C8D6EC; }
div.btmenu_home a:hover { text-decoration: none; color: #E6D9D8; }