body
{
	background-image:url(images/body.jpg);
	background-repeat:repeat-x;
	background-color:486F9A;
	margin:0;
	font-family:Verdana;
}

table.master
{
	width:832px;
	background-color:#FFFFFF;
	background-image:url(images/content.jpg);
	background-repeat:repeat-y;
}

table.content
{
	padding:48px;
	padding-top:16px;
	padding-bottom:16px;
}

/* **************** header **************** */

table.header
{
	background-image:url(images/header.jpg);
	height:128px;
	width:100%;
	padding-left:312px;
	padding-top:64px;
}

div.companyname
{
	color:#FFFFFF;
	font-size:18px;
}

div.menu
{
	color:#FFFFFF;
	font-size:12px;
}


/* **************** sidebar **************** */

table.sidebar
{
	width:160px;
}

td.sidebar
{
	background-image:url(images/sidebar.A.jpg);
	background-repeat:no-repeat;
	padding:16px;
	height:256;
}

td.sidebar-2
{
	background-image:url(images/sidebar.B.jpg);
	background-repeat:no-repeat;
	padding:16px;
	height:256;
}

/* **************** footer **************** */

td.footer
{
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	height:64px;
	width:704px;
	padding-top:8px;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}

td.footer-left
{
	background-image:url(images/footer.left.jpg);
	height:64px;
	width:64px;
}

td.footer-right
{
	background-image:url(images/footer.right.jpg);
	height:64px;
	width:64px;
}

/* **************** non-location-specific **************** */

tr
{
	vertical-align:top;
}

h1
{
	font-size:16px;
}

h2
{
	font-size:14px;
}

h3
{
	font-size:12px;
}

p
{
	font-size:12px;
}

a
{
	color:#003399;
	text-decoration:underline;
}

a:hover
{
	color:#000000;
	text-decoration:underline;
}

a.menu
{
	color:#FFFFFF;
	text-decoration:underline;
}

a.menu:hover
{
	color:#B6C8DC;
}

img
{
	color:#003399;
	text-decoration:underline;
	border:0;
}

ul
{
	font-size:12px;
}

div.quote
{
	padding: 16px;
	margin: 16px;
	border: solid 1px #4682B4;
	background-color: #D2E7F2;
}