* { margin: 0; padding: 0; }
body {
	background-image: url(../images/wallpaper.png);
	background-repeat: repeat;
	background-attachment: scroll;
	color: #ffffff;
	margin: 40px 0px 10px;
	font-family: Verdana, sans-serif;
	font-size: .85em;
	}
h1 {
	width: 900px;
	margin: 0px auto;
	text-align: right;
	font-size: .9em;
	font-weight: normal;
}
h2 {
	width: 900px;
	margin: 0px auto;
	text-align: right;
	font-size: .65em;
	color: #0c4fe5;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	padding-bottom: 10px;
}
ul { 
	list-style-image: url("../images/bullet.png");
	list-style-position: inside;
}
li {
	padding-bottom: 20px;
	text-indent: 20px;

}
img { border: 0; }
#navbar {
	background-image: url(../images/navtile.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	height: 42px;
	width: 901px;
	margin: 0px auto;
	border-top: 1px solid #757575;

}
.navblank {
	width: 99px;
	height: 42px;
	float: left;
}

#mainarea {
	color: #000000;
	min-height: 400px;
	width: 901px;
	margin: 0px auto;
	background-color: #ffffff;
}
#logo{
	padding-top: 40px;
	width: 340px;
	text-align: center;
}

td { vertical-align: top; }

div.hr {
  height: 5px;
  background: #ffffff url(../images/vdividertile.png) repeat-x scroll left;
  padding: 20px 0;
}
div.hr hr {
  display: none;
}

#textbody {
	background-image: url(../images/hdividertile.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	padding-left: 25px;
	padding-right: 50px;
}
#footer {
	width: 903px;
	margin: 0px auto;
}
