@charset "utf-8";
/* CSS Document */

body {
	background-color: #6A4B2D;
	font: normal small Arial, "Times New Roman", Times, serif;
}
#content {
	text-align: left;
}
#menu {
	background: #FFFFFF url(images/menutp.gif) repeat-y;
}
#footer {
	text-align: center;
	clear: both;
	font-size: 10px;
	color:#FFFFFF;
	padding: 10px;
	background: #000000;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 7px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

.boxed {
	margin-bottom: 1.5em;
	background: url(images/img14.gif) no-repeat 0em 2.5em;
}
.boxed h2 {
	padding-left: 0px;
	color: #0078FF;
}

.boxed .content {
	padding: 10px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 10px;
	border-bottom: 1px dotted #0078FF;
}

.boxed a {
	text-decoration: none;
	color: #0078FF;
}

.boxed a:hover {
	text-decoration: underline;
}
