html, body {
	margin:0px;
	padding:0px;
	background-image:url(../img/bricks.png);
	background-repeat:repeat;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	text-align:center;
	font-size:34px;
	font-style:italic;
	color:#060;
	width:500px;
	border-bottom:2px solid #660;
	margin:0px 0px 0px 150px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
}

h3 {
	padding:0px 0px 0px 10px;
	margin:20px 0px 0px 20px;
	font-size:25px;
	font-style:italic;
	color:#060;
	width:450px;
	border-bottom:1px solid #063;
	font-family:"Times New Roman", Times, serif;
}

h4 {
	font-size:18px;
	margin:15px 0px 0px 20px;
}

p {
	margin:15px 15px 0px 15px;
}

img {
	border:none;
	margin:0px;
	padding:0px;
}

a {
	color:#00F;
	text-decoration:none;
}

a:hover {
	color:#03F;
	text-decoration:underline;
}

ol {
	margin-right:20px;
}

ol li {
	margin-bottom:10px;
}

#header {
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
	background-position:center;
	width:800px;
	height:190px;
}

#contentTop {
	background-image:url(../img/contentTop.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:40px;
}

#content {
	background-image:url(../img/content.png);
	background-repeat:repeat-y;
	background-position:top;
	width:800px;
	font-size:15px;
	font-weight:normal;
	text-align:justify;
	color:#033;
}

#contentBottom {
	background-image:url(../img/contentBottom.png);
	background-position:top;
	background-repeat:no-repeat;
	height:40px;
}

#tools {
	background-image:url(../img/content.png);
	background-repeat:repeat-y;
	padding:0px 15px 0px 15px;
}

#footerTop {
	background-image:url(../img/footerTop.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:20px;
}

#footer {
	background-image:url(../img/footer.png);
	background-position:top;
	background-repeat:repeat-y;
	font-size:10px;
	text-align:center;
	color:#444;
}

#footer p {
	margin:0px 0px 0px 0px;
	padding:0px;
}

#footerBottom {
	background-image:url(../img/footerBottom.png);
	background-position:top;
	background-repeat:no-repeat;
	height:30px;
}

.banner {
	background-color:#030;
	border:3px groove #FFE080;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	padding:10px;
	margin:0px 20px 0px 20px;
}

.highlight {
	color:#900;
}

.smallTxt {
	font-size:12px;
}

.checklist, .xlist {
	list-style-type:none;
	margin:5px 0px 0px 0px;
	font-weight:bold;
}

.checklist li {
	background-image:url(../img/checkmark.png);
}

.checklist li, .xlist li {
	background-repeat:no-repeat;
	background-position:top-left;
	padding:3px 0px 0px 18px;
	margin:0px 15px 0px 0px;
	font-weight:normal;
}

.xlist li {
	background-image:url(../img/x-mark.png);
}

.columnHeader td {
	font-weight:bold;
}

td {
	border:0px;
}

tr {
	border:0px;
}

table {
	border:0px;
}

hr {
	background-image:url(../img/hr.png);
	background-repeat:no-repeat;
	background-position:center;
	height:20px;
	background-color:none;
	border:none;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.back2top {
	float:right;
	width:100px;
	height:21px;
	background-image:url(../img/arrow_up.png);
	background-repeat:no-repeat;
	background-position:right;
	text-align:left;
	font-size:16px;
	line-height:21px;
	margin:0px 20px 0px 0px;
}

.back2top a {
	color:#00C;
	text-decoration:none;
	display:block;
}

.back2top a:hover {
	color:#900;
}