/*************************************************************************
*   print css for table version of site
*************************************************************************/

body {
	/*margin: .6in;
	font-family: Verdana, sans-serif;
	font-size: 12pt;*/
}

#container {margin: 8px auto 0 auto; text-align: center;}

table#mainTable {margin: 0 auto; text-align: center; background: #fff url(../images/boxTile.jpg) repeat-y;}
td.headerRow {
	background: url(../images/header-bg.jpg) no-repeat; width: 960px; height: 170px;
}
td.leftMenu {
	padding: 0 0 0 20px; text-align: left;
}
td.mainContentTd {
    padding: 0 20px 0 35px; text-align: left;
}

h1, h2, h3 {
	/*font-family: "Trebuchet MS", Verdana, sans-serif;*/
	color: black;
}
h1 							{padding: .25em 0 .5em 0; margin: 0 0 .5em 0; color: #FF9600; color: #3D5796; font-size: 190%; font-weight: normal; letter-spacing: normal; line-height: normal;}

#mainContent {margin-top: 30px; text-align: left;}
#mainContent table td {color: black;}

#nav						{margin: 0 0 0 0; padding: 0; width: 223px;}
#nav ul						{margin: 0; padding: 8px 8px; background: #f6f6f6 url(../images/menu-tile.gif) repeat-y top left;}
#nav li						{padding: 8px 8px 8px 4px; text-align: left; text-decoration: none; display: block; list-style: none; line-height: 1em; border-bottom: 1px solid #ddd; background: url(../images/nav-bullet.gif) no-repeat center right;}
#nav li.noBorder			{padding: 8px 0 8px 4px; text-decoration: none; display: block; list-style: none; line-height: 1em; background: url(../images/nav-bullet.gif) no-repeat center right;}
#nav li a					{padding: 0 0 0 0; margin: 0; display: block; text-decoration: none; list-style: none; color: #000; font-size: 11px; font-weight: normal;}

a {color: #000;}
img a {border: none;}

#mainOffices				{margin: 8px 0 20px 0; text-align: center;}
#mainOffices img			{border: none; margin: 0px 10px 0 8px; padding: 0; vertical-align: middle;}
#mainOffices img.one		{margin-left: 10px;}
#mainOffices a img          {border: none; text-decoration: none;}

#login						{margin: 50px auto 20px auto; background: #f3f3f3; width: 380px; text-align: center;}
#login div.cont				{padding: 25px 0; background: #f3f3f3;}
#login img {border: none;}

#news						{margin: 50px 0 30px 0; padding: 0 0px; width: 542px; border: 1px solid #80abdc; font-size: 12px; text-align: left;}
#news h2					{padding: 3px 0 3px 24px; color: #000; font-size: 14px; font-weight: bold; background: #fff url(../images/news-header-bg2.gif) repeat-x top left;}
#news ul					{padding: 18px 8px 18px 8px;}
#news ul li					{padding: 0 0 6px 0; text-decoration: none; list-style: none; line-height: 18px;}

#footer p 					{font-size: 11px; text-align: center;}