body, div, h1, a {
	margin: 0;
	padding: 0;
}

body {
	background: url(/img/stripes.05.png) top left;
	font: 13px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans",
		Verdana, Helvetica, sans-serif;
	color: #222;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #747474;
	padding-top: 6px;
}

h1 a, h1 a:visited, h1 a:hover {
	border: none;
}

h1 a, h1 a:visited {
	color: #676fa6;
}

h1 a:hover {
	color: #bd4343;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #444;
	padding-top: 4px;
}

#headDiv {
	width: 720px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}

#mainDiv {
	background: #fff url(/img/bg.right.png) repeat-y right;
	width: 656px;
	padding: 5px 34px 10px 30px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #dadfe8;
	border-left: 1px solid #dadfe8;
}

img {
	border: none;
}

#footDiv {
	width: 720px;
	height: 4px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(/img/bg.foot.png) repeat-x top;
	position: relative;
	border-left: 1px solid #dadfe8;
}

#seCornerImg {
	position: absolute;
	top: 0;
	right: 0;
}

a, a:visited {
	color: #0e28a3;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	color: #b31818;
	text-decoration: none;
	border-bottom: 1px solid;
}

#addressA, #addressA:visited, #addressA:hover {
}

#addressImg {
	position: relative;
	left: 1px;
	background: url(/img/ml.address.01.bg.png) no-repeat bottom;
}

#addressImg.highlighted {
	background-position: top;
}

ul.picnav {
	list-style-type: none;
	margin: 0;
	padding: 4px 0 10px 0;
}

ul.picnav li {
	margin-bottom: 14px;
}

li a, li a:visited, li a:hover {
	border: none;
}

li a img, li a:visited img {
	border: 2px solid #6374c3;
}

li a:hover img {
	border-color: #ce6a6a;
}

span.title {
	font-weight: bold;
}

li a span.title, li a:visited span.title {
	border-bottom: 1px dotted #0e28a3;
}

li a:hover span.title {
	border-bottom: 1px solid #b31818;
}

li a img {
	float: left;
	clear: both;
}

li a span.title {
	margin-left: 4px;
}

li a span.blurb {
	margin-left: 4px;
	vertical-align: -3px;
	padding-top: 3px;
}

div.picture {
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}

div.lastPicture {
	border-color: transparent;
}

div.picture img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}

div.picture p {
	margin: 10px 0 0 0;
}

div.noPicture p {
	margin-top: 0;
}

div.picture table {
	margin: 20px auto;
}

#trumpTable {
	cellspacing: 0;
	border-collapse: collapse;
	font-size: 14px;
}

#trumpTable td {
	padding: 3px 12px;
	border-top: 1px solid #ddd;
}

#trumpTable td.top {
	border-top: 0;
}

#trumpTable td.left {
	border-right: 1px solid #000;
}

#trumpTable td.center {
	text-align: center;
}

