/* CSS Document */
html {
  height: 100%;

}

body {
	min-height: 101%;
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0;
	background-color: #FFFFFF;
	vertical-align: top center;
	text-align: center;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	line-height: 2.3;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #777777;
	line-height: 1em;
	text-align: left;
	padding-bottom: 0px;
	text-decoration: none;
	font-style: normal;
	padding: 0;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.2em;
	margin-bottom: 2px;
	text-align: left;
	font-weight: normal;
}
	

a {
	text-decoration: none;
	color: #000000;
}
		
a:hover {
	color: #000000;
	text-decoration: underline;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: regular;
	color: #000000;
	line-height: 1.3;
}

.maintable {
	width: 750px;
	height: 100%;
	background-color: #FFF;
	vertical-align: top center;
	margin: 0px auto 0px auto;
}

.logo_area {
  background-image: url(../siteimages/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	height: 58px;
}

.mainimage {
  background-image: url(../siteimages/main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	height: 190px;
}

.body {
	width: 750px;
	height: 100%;
	text-align: left;
	vertical-align: top center;
}

.text {
	width: 100%;
	height: 100%;
	padding: 25px 0px 25px 25px;
	text-align: left;
	vertical-align: top;
}

.tdheading {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
}

.footerbg {
	width: 750px;
	height: 37px;
	background-image: url(../siteimages/footer.jpg);
	vertical-align: middle;
}

.footer {
  height: 37px;
	width: 750px;
	background-image: url(../siteimages/footer.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: none;
  text-align: center;
	vertical-align: middle;
}

.menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	display: block;
	background-image: url(../siteimages/menu_bar.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	line-height: 3.2;
}

.menubg {
	width: 187px;
	height: 100%;
	background-image: url(../siteimages/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #DBE5E8;
}

.leftbar {
	width: 3x;
	height: 100%;
	background-image: url(../siteimages/bar_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #CECECE;
}

.menu a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


input, select, textarea { font-family: Verdana; font-size: 11px; font-weight: none; color: #000000; border-color: #AAAAAA; padding: none; margin: none; border-width: 1px; }

