body {
	margin:0; padding:0;
	background: #efeeed url(../images/t/body.bg.jpg) repeat-x;
	text-align:center;
}
body, td, p {
	font: normal 10pt verdana;
}
img { border: 0 }
form { margin:0; }



#page {
	/* 770 total width */
	width:734px; padding: 18px; margin: 0 auto; border: 0;
	
	background: white;
	text-align:left;
}
* html #page { width:770px; }

#header {
	background: #63a8d1 url(../images/t/header.bg.jpg);
	height: 103px;
}
#header #logo { padding: 32px 0 0 36px; }

#body {
	border-top: solid #3f677f 1px;
}


#leftcol {
	/* Total Width: 175px */
	width:175px;
	float: left;
}

/* These two handled by separate sheet */
#maincol {}
#rightcol {}


#footer {
	clear:both;
	margin-top: 10px;
	background: #b7b7b7;
	text-align:right;
	padding: 8px;
}
#footer, #footer a { color: white; }
#footer .bottomLinks { float:left; }

#underpage { width:770px; margin:0 auto; text-align:right; }

#credits, #credits a { color: #999; text-decoration:none; font: 9pt arial, sans-serif; }
#credits a:hover { text-decoration:underline; }

#footlinks { float:left; }
#footlinks, #footlinks a { color: #666; text-decoration:none; font: 9pt arial, sans-serif; }

/*-------------------------------*/
/* Navigation locations */
/*-------------------------------*/

ul.menu { margin:0; padding:0; list-style: none; }
ul.menu li { margin:0; padding:0; list-style: none; }
ul.menu.horiz li { display:inline; }
ul.menu a { text-decoration:none; }



#topnav { float: right; margin: 8px 8px 0 0; text-align:right; }
#topnav ul.menu a {
	color:white;
	font-size: 8pt;
	padding: 1px 4px;
}
#topnav ul.menu li+li a { border-left: solid white 1px; }
#topnav ul.menu a:hover { text-decoration: underline; }

/* IE6 hack */
* html #topnav ul.menu li a { border-left: solid white 1px; }
* html #topnav ul.menu li.first a { border: 0; }


#nav { margin: 12px 0; text-align:center; }
#nav ul.menu a {
	color:#3f7290;
	padding: 4px 18px;
	font-weight:bold;
	font-size: 11pt;
}
#nav ul.menu a { font-size: 8pt; padding:4px; }
#nav ul.menu li+li a { border-left: solid #3f7290 1px; }

/* IE6 hack */
* html #nav ul.menu li a { border-left: solid #3f7290 1px; }
* html #nav ul.menu li.first a { border: 0; }

#subnav ul.menu li.heading {
	display:block;
	color:#333;
	padding: 6px 12px;
	/* font-size: 10pt; (too big for some words...) */ font-size: 10pt;
	font-weight: bold;
	border-bottom: solid #b9b8b9 1px;

	background: #479DCC; color:white;
	
	vertical-align: middle;
}

#subnav ul.menu a {
	display:block;
	color:#333;
	padding: 12px 0; padding-left: 12px;
	/* font-size: 10pt; (too big for some words...) */ font-size: 7pt;
	font-weight: bold;
	background: url(../images/t/bullet.raquo.gif) left center no-repeat;
	border-bottom: solid #b9b8b9 1px;
	
/*	height: 2em;line-height: 2em; */
	
	vertical-align: middle;

	
}
#subnav ul.menu a:hover {
	/* color: white; */
	background-color:  #eee;  /* #b7b7b7; */
}


/*-------------------------------*/
/* Content Styles */
/*-------------------------------*/
p { margin:0; } /* to facilitate silly HTML WYSIWYG editors. */

a { color:#175d81 }
a:visited { color:#8798b1; }

h1,h2,h3,h4,h5,h6,h7 { color: #1378ae; font: bold 14pt arial,verdana,sans-serif; }

h1, h2, h3, p.header {
	border-left: solid #1378ae 3px;
	padding-left: 8px;
	color: #1378ae;
	font: bold 14pt arial,verdana,sans-serif;
	text-transform:uppercase;
}
h4 { font: bold 12pt arial,verdana,sans-serif; }
h5 { font: bold 10pt arial,verdana,sans-serif; }
h6,h7 { font: bold 10pt arial,verdana,sans-serif; }

a.yellowlink, a.yellowlink:link {
	background:url(../images/t/bullet.arrows-yellow.png) left center no-repeat;
	padding-left: 24px;
	
	color:#f1e64e;
	font-weight:bold;
	text-decoration:none;
}
a.yellowlink:hover { text-decoration:underline; }

ul.sidelist { margin:0; padding:0; list-style:none; }
ul.sidelist li { margin:0; padding:0; 
	background: url(../images/icons/raquo.png) left 4px no-repeat;
	padding-left: 20px;
	margin-bottom: 6px;
}


/* ======== PRESS RELEASES ========= */
div.pressReleaseTitle { font-weight:bold; margin-bottom: 1em; }
div.pressReleaseCopy p { margin-bottom: 1em; } /* Support legacy pages... */
