body {
	background-color: #6E4343;
	margin: 0;
}
div.bg {
	background-image: url(imgcss/bg.png);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0;
}
div.top {
        margin-top: 15;
	background-image: url(imgcss/top.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 188px;
}
p {
	width: 520px;
	background-color: #FFFFFF;
	color: #000000;
	font-family : Arial, sans-serif;
	font-size : 14px;
	line-height : 19px;
	font-weight : normal;
	text-align: justify;
}
p.small {
	font-family : Arial, sans-serif;
	font-size : 11px;
	line-height : 15px;
	font-weight : normal;
}
p.tiny {
	font-family : Arial, sans-serif;
	font-size : 9px;
	line-height : 12px;
	font-weight : normal;
}
p.navtop {
	margin: 0;
	padding-top: 5;
	padding-bottom: 5;
	margin-bottom: 1;
	background-color: #FFE040;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
a:link { color: #FF0000; text-decoration: underline } 
a:visited { color: #800000; text-decoration: underline } 
a:hover {color: #FFFFFF; background: #FF0000; text-decoration: underline } 
a:active { color: #FFFFFF; background: #FF8000; text-decoration: underline } 
h1 {
	width: 550px;
	height: 120px;
	margin-top: 0px;
	font-family : Arial, sans-serif;
	font-size : 26px;
	font-weight : bold;
	font-variant : normal;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(imgcss/h1.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
}
h1.one {
	padding-left: 40px;
	padding-top: 45px;
}
h1.two { 
	padding-left: 30px; 
	padding-top: 25px; 
	line-height: 35px;
}
h2 {
	width: 450px;
	font-family : Arial, sans-serif;
	font-size : 20px;
	font-weight : bold;
	font-variant : normal;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(imgcss/h2.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
	margin-top: 40px;
}
h2.two {
	background-image: url(imgcss/h2b.png);
	padding-top: 8px;
	line-height: 22px;
	height: 60px;
}
ul {
	width: 450px;
	background-color: #FFFFFF;
	color: #000000;
	font-family : Arial, sans-serif;
	font-size : 14px;
	line-height : 19px;
	font-weight : normal;
	text-align : left;
}
li {
	list-style-image : url(imgcss/peg.png);
	list-style-position : inside;
	margin : 0;
	padding : 0;
}
hr {
	width: 550px;
}
