html, blockquote, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, hr, img {
margin: 0;
padding: 0;
border: 0;
}

html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	background-color: #FFFFFF;
	min-height: 100%; /* Used for Firefox to keep footer at bottom of browser web page */
}

hr.hr_top {
	background-image: url(../images/border_01_w1x30.jpg);
	height: 30px;
}

hr.hr_bot {
	background-image: url(../images/border_01_w1x30_bot.jpg);
	height: 30px;
}

h1 {
	font-size: 2em;
	margin-top: 0;
	margin-bottom: 15;
	}
	
h2 {
	font-size: 1.75em;
	margin-top: 0;
	margin-bottom: 15;
	}
	
h3 {
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: 10;
	}
	
h4 {
	font-size: 1.25em;
	margin-top: 0;
	margin-bottom: 10;
	}
	
h5 {
	font-size: 1.00em;
	margin-top: 0;
	margin-bottom: 5;
}

a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:hover {
	color: #D1071D;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:visited:hover {
	color: #D1071D;
	text-decoration: underline;
	font-weight: bold;
}

a.skip {
    position: absolute; 
	left: -1000em; 
	width: 20em;
}

#container_outer {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	height: 100%;
}

#container_inner {
	height: 100%;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}

#container_footer {
	clear: both;
	bottom: 0;
	left: 0;
	border: none;
	width: 100%;
	text-align: center;
	font-size: 85%;
	margin-bottom: 10px;
	margin-top: 5px;
}

#masthead {
	padding: 10px;
}

#masthead p {
	text-align: left;
	margin-top: 5px;
	padding: 0px;
}

.toollist {
	padding: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: 300px;
	margin-bottom: 15px;
}

#proverbarea {
	padding: 10px;
	text-align: left;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #CB9B6A;
}

.proverb {
	text-align: center;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: medium double #FFFFFF;
}

.proverb p {
	padding: 0px;
	text-align: right;
}

p.left_01 {
	padding: 0px;
	text-align: left;
	margin-right: 20%;
	margin-left: 20%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftcolumn {
	width: 70%;
	padding: 10px;
	border: 0;
	text-align: left;
	float: left;
}

#rightcolumn {
	border: 0;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	float: right;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	font-size: 14px;
	clear: left;
	width: 99%;
	padding-top: 30px;
	margin: 0px;
	padding-bottom: 5px;
}

#footerright {
	border: 0;
	text-align: right;
	margin-right: 5px;
}

ul {
	list-style-image: none;
	list-style-type: none;
}

li {
	list-style-image: url(../images/tick_red.gif);
	margin-left: 25%;
	text-align: left;
}

li.nobullet {
	list-style-image: none;
	margin-left: 30%;
	text-align: left;
	list-style-type: none;
}

