@charset "utf-8";
/* CSS Document */

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	text-align:center;
}

img { border: 0 none; }

.min-width {
	/*width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 816)? "816px" : "100%"); */
	min-width:984px;

}

.main	{
	margin:auto; 
	text-align:left;
}

table {
	border-collapse:collapse; 
	border:0px; 
	width:100%;
}

td {
	vertical-align:top;
}



th {
	text-align:left; 
	vertical-align:top;
}

h1  {
	font-size:130%;
	color:#002d58;
	margin-bottom:10px;
	margin-top:0px;
	line-height:20px;
	text-align:left;
}

.front-page-h1  {
	font-size:130%;
	color:#002d58;
	margin:-11px 10px 0px -11px;
	padding:8px 0 0 10px;
	line-height:20px;
	text-align:left;
	background:url(../images/home-h1-bg.jpg) no-repeat left top;
	width:426px;
	height:57px;
}

.front-img {
	margin:-8px 0 0 -11px;
	padding-bottom:12px;
}

h2 {
	font-size:110%;
	color:#002d58;
	margin-bottom:10px;
	margin-top:0px;
}

h3 	{
	font-size:100%;
	color:#002d58;
	margin-bottom:4px;
	margin-top:0px;
}

h4	{
	font-size:100%;
	color:#002d58;
	margin-bottom:10px;
	margin-top:0px;
}

p {
	padding:0px 0px 0px 0px;
	line-height:20px;
	margin:0 0 12px 0;
}

hr {
	width:90%;
	border:#bfbfbf 1px dotted;
	height:1px;
	text-align:center;
}

