html, body {
	height: 100%;
}

body {
	background: #fff;
	/*background-image: url(/images/bgstripe.gif);*/
	color: #000;
	margin: 0; padding: 0;
}

body, p, td, li {
	font-family: arial;
	font-size: 13px;
	line-height: 18px;
}

td { vertical-align: top; }

#box {
	width: 960px;
	border: 1px solid #000;
	background-color: #fff;
	background-image: url(/images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#divider {
	width: 960px;
	background-image: url(/images/divider.gif);
	background-repeat: repeat-y;
	background-position: 194px 2px;
}

table#mainlayout {
	border-collapse: collapse;
	border: 0;
	width: 100%;
	height: 100%;
}
#mainlayout td {
	vertical-align: middle;
	padding: 0;
	height: 100%;
}

table#inner {
	height: 378px;
	border-collapse: collapse;
}

#inner td { vertical-align: top; padding: 0; }

#content { padding: 20px; text-align: left; }

#latestnews { padding: 20px 40px 0 20px; text-align: left; width: 160px; }

h1 {
	margin: 0 0 3px 0;
	color: #427DD2;
	font: 19px arial, helvetica, sans-serif;
	background-image: url(/images/hdr-bullet.gif);
	background-repeat: no-repeat;
	padding: 2px 0 7px 25px;
}
h2 {
	margin: 5px 0 0 0;
	color: #427DD2;
	font: 16px arial, helvetica, sans-serif;
	padding: 2px 0 0 0px;
}
h3 {
	margin: 5px 0 0 0;
	color: #427DD2;
	font: 13px arial, helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 0 0 0px;
}

p {
	margin: 5px 0 10px 0;
}

#footer {
	height: 18px;
	font-size: 11px;
	text-align: center;
	background-color: #4879D9;
	color: #fff;
	border-top: 1px solid #000;
}
#footer a { color: #fff; text-decoration: none; }

.weblogentry p.weblogposted { font-size: 10px; }
.weblogentry p { font-size: 11px; line-height: 16px; margin: 4px 0; }

table.data { border-collapse: collapse; }
#inner .data td, .data th { padding: 4px; border: 1px solid #427DD2; }

table#contactlayout {
	padding: 40px 0 0 0px;
}
#contactlayout td {
	padding: 5px 10px;
}
#menu table { border-collapse: collapse; }
#menu td { padding: 0; line-height: 0; font-size: 0; }
#menu a, #menu a img { border: 0; display: block; margin: 0; padding: 0; }

.Required { color: #f00; font-weight: bold; font-size: 130%; }